Uses of Enum
net.citizensnpcs.api.npc.NPC.NPCUpdate
-
Uses of NPC.NPCUpdate in net.citizensnpcs.api.npc
Modifier and TypeMethodDescriptionstatic NPC.NPCUpdate
Returns 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.Modifier and TypeMethodDescriptionboolean
NPC.isUpdating
(NPC.NPCUpdate update) void
NPC.scheduleUpdate
(NPC.NPCUpdate update) -
Uses of NPC.NPCUpdate in net.citizensnpcs.npc
Modifier and TypeMethodDescriptionboolean
CitizensNPC.isUpdating
(NPC.NPCUpdate update) void
CitizensNPC.scheduleUpdate
(NPC.NPCUpdate update)