Uses of Enum
net.citizensnpcs.api.event.SpawnReason
-
Uses of SpawnReason in net.citizensnpcs.api.event
Modifier and TypeMethodDescriptionNPCSpawnEvent.getReason()
Gets the reason for spawning the NPC.static SpawnReason
Returns the enum constant of this type with the specified name.static SpawnReason[]
SpawnReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpawnReason in net.citizensnpcs.api.npc
Modifier and TypeMethodDescriptionboolean
NPC.spawn
(Location location, SpawnReason reason) Attempts to spawn this NPC. -
Uses of SpawnReason in net.citizensnpcs.npc