Package io.pzstorm.storm.event.lua
Class OnPostMapLoadEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnPostMapLoadEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered after a cell is loaded.
-
Field Summary
Fields -
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
-
isoCell
public final zombie.iso.IsoCell isoCellThe cell which was loaded. -
x
The position of cell along x-axis. -
y
The position of cell along y-axis.
-
-
Constructor Details
-
OnPostMapLoadEvent
-