Package net.risingworld.api.events.npc
package net.risingworld.api.events.npc
-
ClassDescriptionCalled when a garment was added to an npc.Called when a saddle bag is attached to the saddle of an npc/mount.
Please note: TheNpcAddClothesEvent
is also called when a saddle bag is addedCalled when a saddle is added to an npc/mount.
Please note: TheNpcAddClothesEvent
is also called when a saddle is addedCalled when an npc takes any kind of damage (e.g fall damage).Determines why theNpcDamageEvent
was triggered exactly (i.e what's causing the damage).Called when an npc dies.Determines why theNpcDeathEvent
was triggered exactly (i.e why the npc actually died).Called when an npc attacks another npc.Called when a garment was removed from an npc.Called when a saddle bag is removed from an npc/mount.
Please note: TheNpcRemoveClothesEvent
is also called when a saddle bag is removedCalled when a saddle is removed from an npc/mount.
Please note: TheNpcRemoveClothesEvent
is also called when a saddle is removedCalled when an npc is about to spawn.Called when an npc transforms, i.e when the npc id changes.Determines why theNpcTransformEvent
was triggered exactly (i.e what caused the npc to transform).