Package io.pzstorm.storm.event.lua
Class OnDoTileBuilding2Event
java.lang.Object
io.pzstorm.storm.event.lua.OnDoTileBuilding2Event
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOnDoTileBuilding2Event(se.krka.kahlua.vm.KahluaTable table, Boolean render, Integer x, Integer y, Integer z, 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
-
gridSquare
public final zombie.iso.IsoGridSquare gridSquare -
table
public final se.krka.kahlua.vm.KahluaTable table -
render
-
x
-
y
-
z
-
-
Constructor Details
-
OnDoTileBuilding2Event
-