Package zombie.Lua
Class MapObjects
java.lang.Object
zombie.Lua.MapObjects
public final class MapObjects
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MapObjects() -
Method Summary
Modifier and Type Method Description static voiddebugLoadChunk(int int1, int int2)static voiddebugLoadSquare(int int1, int int2, int int3)static voiddebugNewSquare(int int1, int int2, int int3)static voidloadGridSquare(IsoGridSquare square)static voidnewGridSquare(IsoGridSquare square)static voidOnLoadWithSprite(java.lang.String string, LuaClosure luaClosure, int int1)static voidOnLoadWithSprite(KahluaTable kahluaTable, LuaClosure luaClosure, int int1)static voidOnNewWithSprite(java.lang.String string, LuaClosure luaClosure, int int1)static voidOnNewWithSprite(KahluaTable kahluaTable, LuaClosure luaClosure, int int1)static voidreroute(Prototype prototype, LuaClosure luaClosure)static voidReset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapObjects
public MapObjects()
-
-
Method Details
-
OnNewWithSprite
-
OnNewWithSprite
-
newGridSquare
-
OnLoadWithSprite
-
OnLoadWithSprite
-
loadGridSquare
-
debugNewSquare
public static void debugNewSquare(int int1, int int2, int int3) -
debugLoadSquare
public static void debugLoadSquare(int int1, int int2, int int3) -
debugLoadChunk
public static void debugLoadChunk(int int1, int int2) -
reroute
-
Reset
public static void Reset()
-