Package net.citizensnpcs.npc
Class EntityControllers
java.lang.Object
net.citizensnpcs.npc.EntityControllers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static EntityController
createForType
(EntityType type) static void
setEntityControllerForType
(EntityType type, Class<? extends EntityController> controller)
-
Constructor Details
-
EntityControllers
public EntityControllers()
-
-
Method Details
-
controllerExistsForType
-
createForType
-
setEntityControllerForType
public static void setEntityControllerForType(EntityType type, Class<? extends EntityController> controller)
-