Package zombie.iso.objects
Class IsoWindowFrame
java.lang.Object
zombie.iso.objects.IsoWindowFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddSheet(IsoObject object, IsoGameCharacter gameCharacter) static booleanaddSheetRope(IsoObject object, IsoPlayer player, String string) static booleancanAddSheetRope(IsoObject object) static booleancanClimbThrough(IsoObject object, IsoGameCharacter gameCharacter) static intcountAddSheetRope(IsoObject object) static IsoGridSquaregetAddSheetSquare(IsoObject object, IsoGameCharacter gameCharacter) static IsoCurtaingetCurtain(IsoObject object) static IsoGridSquaregetIndoorSquare(IsoObject object) static IsoGridSquaregetOppositeSquare(IsoObject object) static booleanhaveSheetRope(IsoObject object) static booleanisWindowFrame(IsoObject object) static booleanisWindowFrame(IsoObject object, boolean boolean1) static booleanremoveSheetRope(IsoObject object, IsoPlayer player)
-
Constructor Details
-
IsoWindowFrame
public IsoWindowFrame()
-
-
Method Details
-
isWindowFrame
-
isWindowFrame
-
countAddSheetRope
-
canAddSheetRope
-
haveSheetRope
-
addSheetRope
-
removeSheetRope
-
getOppositeSquare
-
getIndoorSquare
-
getCurtain
-
getAddSheetSquare
-
addSheet
-
canClimbThrough
-