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 o, IsoPlayer player, java.lang.String itemType)
static boolean
canAddSheetRope(IsoObject o)
static int
countAddSheetRope(IsoObject o)
static boolean
haveSheetRope(IsoObject o)
static boolean
isWindowFrame(IsoObject o)
static boolean
isWindowFrame(IsoObject o, boolean north)
static boolean
removeSheetRope(IsoObject o, 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
-