Package zombie.iso.objects
Class IsoWindowFrame
java.lang.Object
zombie.iso.objects.IsoWindowFrame
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSheet
(IsoObject object, IsoGameCharacter gameCharacter) static boolean
addSheetRope
(IsoObject object, IsoPlayer player, String string) static boolean
canAddSheetRope
(IsoObject object) static boolean
canClimbThrough
(IsoObject object, IsoGameCharacter gameCharacter) static int
countAddSheetRope
(IsoObject object) static IsoGridSquare
getAddSheetSquare
(IsoObject object, IsoGameCharacter gameCharacter) static IsoCurtain
getCurtain
(IsoObject object) static IsoGridSquare
getIndoorSquare
(IsoObject object) static IsoGridSquare
getOppositeSquare
(IsoObject object) static boolean
haveSheetRope
(IsoObject object) static boolean
isWindowFrame
(IsoObject object) static boolean
isWindowFrame
(IsoObject object, boolean boolean1) static boolean
removeSheetRope
(IsoObject object, IsoPlayer player)
-
Constructor Details
-
IsoWindowFrame
public IsoWindowFrame()
-
-
Method Details
-
isWindowFrame
-
isWindowFrame
-
countAddSheetRope
-
canAddSheetRope
-
haveSheetRope
-
addSheetRope
-
removeSheetRope
-
getOppositeSquare
-
getIndoorSquare
-
getCurtain
-
getAddSheetSquare
-
addSheet
-
canClimbThrough
-