Package io.pzstorm.storm.event.lua
Class OnCreateLivingCharacterEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnCreateLivingCharacterEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Called when
IsoPlayer or IsoSurvivor is being created.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoGameCharacterfinal zombie.characters.SurvivorDesc -
Constructor Summary
ConstructorsConstructorDescriptionOnCreateLivingCharacterEvent(zombie.characters.IsoGameCharacter character, zombie.characters.SurvivorDesc descriptor) -
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 character -
descriptor
public final zombie.characters.SurvivorDesc descriptor
-
-
Constructor Details
-
OnCreateLivingCharacterEvent
public OnCreateLivingCharacterEvent(zombie.characters.IsoGameCharacter character, zombie.characters.SurvivorDesc descriptor)
-