Package io.pzstorm.storm.event.lua
Class OnNewGameEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnNewGameEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered after a world is initialized.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.iso.IsoGridSquareTheIsoGridSquarethe player is located.final zombie.characters.IsoPlayerThe player that initialized the world. -
Constructor Summary
ConstructorsConstructorDescriptionOnNewGameEvent(zombie.characters.IsoPlayer player, zombie.iso.IsoGridSquare gridSquare) -
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
-
player
public final zombie.characters.IsoPlayer playerThe player that initialized the world. -
gridSquare
public final zombie.iso.IsoGridSquare gridSquareTheIsoGridSquarethe player is located.
-
-
Constructor Details
-
OnNewGameEvent
public OnNewGameEvent(zombie.characters.IsoPlayer player, zombie.iso.IsoGridSquare gridSquare)
-