Package io.pzstorm.storm.event.lua
Class OnCreateSurvivorEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnCreateSurvivorEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when a survivor is created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.characters.IsoSurvivorThe survivor which was created. -
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
-
survivor
public final zombie.characters.IsoSurvivor survivorThe survivor which was created.
-
-
Constructor Details
-
OnCreateSurvivorEvent
public OnCreateSurvivorEvent(zombie.characters.IsoSurvivor survivor)
-