public class EntityControllers extends Object
Constructor and Description |
---|
EntityControllers() |
Modifier and Type | Method and Description |
---|---|
static boolean |
controllerExistsForType(org.bukkit.entity.EntityType type) |
static EntityController |
createForType(org.bukkit.entity.EntityType type) |
static void |
setEntityControllerForType(org.bukkit.entity.EntityType type,
Class<? extends EntityController> controller) |
public static boolean controllerExistsForType(org.bukkit.entity.EntityType type)
public static EntityController createForType(org.bukkit.entity.EntityType type)
public static void setEntityControllerForType(org.bukkit.entity.EntityType type, Class<? extends EntityController> controller)
Copyright © 2021. All rights reserved.