Package zombie.iso.objects
Class IsoWindowFrame
java.lang.Object
zombie.iso.objects.IsoWindowFrame
public class IsoWindowFrame
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IsoWindowFrame()
-
Method Summary
Modifier and Type Method Description static void
addSheet(IsoObject object, IsoGameCharacter gameCharacter)
static boolean
addSheetRope(IsoObject object, IsoPlayer player, java.lang.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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IsoWindowFrame
public IsoWindowFrame()
-
-
Method Details
-
isWindowFrame
-
isWindowFrame
-
countAddSheetRope
-
canAddSheetRope
-
haveSheetRope
-
addSheetRope
-
removeSheetRope
-
getOppositeSquare
-
getIndoorSquare
-
getCurtain
-
getAddSheetSquare
-
addSheet
-
canClimbThrough
-