Uses of Enum
net.citizensnpcs.api.npc.NPC.NPCUpdate
Packages that use NPC.NPCUpdate
-
Uses of NPC.NPCUpdate in net.citizensnpcs.api.npc
Subclasses with type arguments of type NPC.NPCUpdate in net.citizensnpcs.api.npcMethods in net.citizensnpcs.api.npc that return NPC.NPCUpdateModifier and TypeMethodDescriptionstatic NPC.NPCUpdateReturns the enum constant of this type with the specified name.static NPC.NPCUpdate[]NPC.NPCUpdate.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.api.npc with parameters of type NPC.NPCUpdateModifier and TypeMethodDescriptionbooleanNPC.isUpdating(NPC.NPCUpdate update) voidNPC.scheduleUpdate(NPC.NPCUpdate update) -
Uses of NPC.NPCUpdate in net.citizensnpcs.npc
Methods in net.citizensnpcs.npc with parameters of type NPC.NPCUpdateModifier and TypeMethodDescriptionbooleanCitizensNPC.isUpdating(NPC.NPCUpdate update) voidCitizensNPC.scheduleUpdate(NPC.NPCUpdate update)