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 void
debugLoadChunk(int int1, int int2)
static void
debugLoadSquare(int int1, int int2, int int3)
static void
debugNewSquare(int int1, int int2, int int3)
static void
loadGridSquare(IsoGridSquare square)
static void
newGridSquare(IsoGridSquare square)
static void
OnLoadWithSprite(java.lang.String string, LuaClosure luaClosure, int int1)
static void
OnLoadWithSprite(KahluaTable kahluaTable, LuaClosure luaClosure, int int1)
static void
OnNewWithSprite(java.lang.String string, LuaClosure luaClosure, int int1)
static void
OnNewWithSprite(KahluaTable kahluaTable, LuaClosure luaClosure, int int1)
static void
reroute(Prototype prototype, LuaClosure luaClosure)
static void
Reset()
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()
-