Package io.pzstorm.storm.event.lua
Class LoadGridsquareEvent
java.lang.Object
io.pzstorm.storm.event.lua.LoadGridsquareEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when
IsoGridSquare is loaded.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.iso.IsoGridSquareIsoGridSquarebeing loaded. -
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
-
gridSquare
public final zombie.iso.IsoGridSquare gridSquareIsoGridSquarebeing loaded.
-
-
Constructor Details
-
LoadGridsquareEvent
public LoadGridsquareEvent(zombie.iso.IsoGridSquare gridSquare)
-