Package io.pzstorm.storm.event.lua
Class onLoadModDataFromServerEvent
java.lang.Object
io.pzstorm.storm.event.lua.onLoadModDataFromServerEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered on both client and server when mod data is loaded on server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal zombie.iso.IsoGridSquareIsoGridSquarewhere mod data is being 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 gridSquareIsoGridSquarewhere mod data is being loaded.
-
-
Constructor Details
-
onLoadModDataFromServerEvent
public onLoadModDataFromServerEvent(zombie.iso.IsoGridSquare gridSquare)
-