Uses of Interface
net.citizensnpcs.npc.EntityController
-
Uses of EntityController in net.citizensnpcs.npc
Modifier and TypeMethodDescriptionstatic EntityController
EntityControllers.createForType
(EntityType type) CitizensNPC.getEntityController()
Modifier and TypeMethodDescriptionvoid
CitizensNPC.setEntityController
(EntityController newController) Modifier and TypeMethodDescriptionstatic void
EntityControllers.setEntityControllerForType
(EntityType type, Class<? extends EntityController> controller) ModifierConstructorDescriptionCitizensNPC
(UUID uuid, int id, String name, EntityController controller, NPCRegistry registry) -
Uses of EntityController in net.citizensnpcs.trait