Class BentFences
java.lang.Object
zombie.iso.BentFences
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFenceTiles
(int var1, se.krka.kahlua.j2se.KahluaTableImpl kahluaTableImpl0) void
bendFence
(IsoObject obj, IsoDirections dir) boolean
checkCanCollapse
(IsoObject object0, IsoDirections directions, BentFences.Entry entry) void
checkDamageHoppableFence
(IsoMovingObject movingObject, IsoGridSquare square0, IsoGridSquare square1) void
collapse
(IsoObject object0, IsoDirections directions, BentFences.Entry entry, int int4) getCollapsedFence
(IsoGridSquare square) static BentFences
getThumpData
(IsoObject object) getThumpData
(IsoObject object, BentFences.Entry entry) static void
init()
boolean
isBendableFence
(IsoObject object) boolean
isBentObject
(IsoObject obj) boolean
boolean
isUnbentObject
(IsoObject obj) boolean
isUnbentObject
(IsoObject object, IsoDirections directions) void
removeCollapsedTiles
(IsoObject object0, IsoDirections directions, BentFences.Entry entry, int int4) void
Reset()
void
resetFence
(IsoObject object0) void
smashFence
(IsoObject object, IsoDirections directions) void
smashFence
(IsoObject object0, IsoDirections directions, int int2) void
swapTiles
(IsoObject object, IsoDirections directions, boolean boolean0) void
swapTiles
(IsoObject object0, IsoDirections directions, boolean boolean0, int int1) void
unbendFence
(IsoObject obj)
-
Constructor Details
-
BentFences
public BentFences()
-
-
Method Details
-
getInstance
-
addFenceTiles
public void addFenceTiles(int var1, se.krka.kahlua.j2se.KahluaTableImpl kahluaTableImpl0) -
isBentObject
-
isUnbentObject
-
isUnbentObject
-
checkCanCollapse
public boolean checkCanCollapse(IsoObject object0, IsoDirections directions, BentFences.Entry entry) -
collapse
-
removeCollapsedTiles
public void removeCollapsedTiles(IsoObject object0, IsoDirections directions, BentFences.Entry entry, int int4) -
smashFence
-
smashFence
-
swapTiles
-
swapTiles
-
bendFence
-
unbendFence
-
resetFence
-
isBendableFence
-
getThumpData
-
getThumpData
-
getCollapsedFence
-
checkDamageHoppableFence
public void checkDamageHoppableFence(IsoMovingObject movingObject, IsoGridSquare square0, IsoGridSquare square1) -
isEnabled
public boolean isEnabled() -
init
public static void init() -
Reset
public void Reset()
-