Package io.pzstorm.storm.event.lua
Class OnCharacterDeathEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnCharacterDeathEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when
IsoGameCharacter dies.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoGameCharacterCharacter that just died. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.pzstorm.storm.event.lua.LuaEvent
getName, registerCallback
-
Field Details
-
character
public final zombie.characters.IsoGameCharacter characterCharacter that just died.
-
-
Constructor Details
-
OnCharacterDeathEvent
public OnCharacterDeathEvent(zombie.characters.IsoGameCharacter character)
-