Package | Description |
---|---|
net.risingworld.api.events.npc |
Modifier and Type | Method and Description |
---|---|
NpcDeathEvent.Cause |
NpcDeathEvent.getCause()
Gets the cause (why the npc died).
|
static NpcDeathEvent.Cause |
NpcDeathEvent.Cause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NpcDeathEvent.Cause[] |
NpcDeathEvent.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NpcDeathEvent(Npc npc,
java.lang.Object killer,
Vector3f deathPosition,
NpcDeathEvent.Cause cause) |