Uses of Enum
net.citizensnpcs.api.npc.NPC.NPCUpdate
Packages that use NPC.NPCUpdate
-
Uses of NPC.NPCUpdate in net.citizensnpcs.api.npc
Methods in net.citizensnpcs.api.npc that return NPC.NPCUpdateModifier 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.Methods in net.citizensnpcs.api.npc with parameters of type NPC.NPCUpdateModifier and TypeMethodDescriptionboolean
NPC.isUpdating
(NPC.NPCUpdate update) void
NPC.scheduleUpdate
(NPC.NPCUpdate update) -
Uses of NPC.NPCUpdate in net.citizensnpcs.npc
Methods in net.citizensnpcs.npc with parameters of type NPC.NPCUpdateModifier and TypeMethodDescriptionboolean
CitizensNPC.isUpdating
(NPC.NPCUpdate update) void
CitizensNPC.scheduleUpdate
(NPC.NPCUpdate update)