Package zombie.iso
Class BentFences
java.lang.Object
zombie.iso.BentFences
public class BentFences
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BentFences()
-
Method Summary
Modifier and Type Method Description void
addFenceTiles(int int1, KahluaTableImpl kahluaTableImpl)
void
bendFence(IsoObject object, IsoDirections directions)
static BentFences
getInstance()
boolean
isBentObject(IsoObject object)
boolean
isUnbentObject(IsoObject object)
void
Reset()
void
swapTiles(IsoObject object, IsoDirections directions)
void
unbendFence(IsoObject object)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BentFences
public BentFences()
-
-
Method Details
-
getInstance
-
addFenceTiles
-
isBentObject
-
isUnbentObject
-
swapTiles
-
bendFence
-
unbendFence
-
Reset
public void Reset()
-