Uses of Enum Class
net.risingworld.api.events.npc.NpcDeathEvent.Cause
Packages that use NpcDeathEvent.Cause
-
Uses of NpcDeathEvent.Cause in net.risingworld.api.events.npc
Subclasses with type arguments of type NpcDeathEvent.Cause in net.risingworld.api.events.npcModifier and TypeClassDescriptionstatic enumDetermines why theNpcDeathEventwas triggered exactly (i.e why the npc actually died).Methods in net.risingworld.api.events.npc that return NpcDeathEvent.CauseModifier and TypeMethodDescriptionNpcDeathEvent.getCause()Gets the cause (why the npc died).static NpcDeathEvent.CauseReturns the enum constant of this class with the specified name.static NpcDeathEvent.Cause[]NpcDeathEvent.Cause.values()Returns an array containing the constants of this enum class, in the order they are declared.