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 boolean
addSheetRope(IsoObject object, IsoPlayer player, java.lang.String string)
static boolean
canAddSheetRope(IsoObject object)
static int
countAddSheetRope(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
-