Uses of Enum Class
net.risingworld.api.events.npc.NpcSpawnEvent.Origin
Packages that use NpcSpawnEvent.Origin
-
Uses of NpcSpawnEvent.Origin in net.risingworld.api.events.npc
Methods in net.risingworld.api.events.npc that return NpcSpawnEvent.OriginModifier and TypeMethodDescriptionNpcSpawnEvent.getOrigin()
Gets the origin of this npc spawn, i.e the reason why this npc spawns (e.g natural spawn, or spawned via command etc).static NpcSpawnEvent.Origin
Returns the enum constant of this class with the specified name.static NpcSpawnEvent.Origin[]
NpcSpawnEvent.Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.