Package zombie.iso
Class BrokenFences
java.lang.Object
zombie.iso.BrokenFences
public class BrokenFences
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BrokenFences()
-
Method Summary
Modifier and Type Method Description void
addBrokenTiles(KahluaTableImpl kahluaTableImpl)
void
addDebrisTiles(KahluaTableImpl kahluaTableImpl)
void
destroyFence(IsoObject object, IsoDirections directions)
static BrokenFences
getInstance()
boolean
isBreakableObject(IsoObject object)
void
Reset()
void
setDamagedLeft(IsoObject object)
void
setDamagedRight(IsoObject object)
void
setDestroyed(IsoObject object)
void
updateSprite(IsoObject object, boolean boolean1, boolean boolean2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BrokenFences
public BrokenFences()
-
-
Method Details
-
getInstance
-
addBrokenTiles
-
addDebrisTiles
-
setDestroyed
-
setDamagedLeft
-
setDamagedRight
-
updateSprite
-
destroyFence
-
isBreakableObject
-
Reset
public void Reset()
-