Class IsoWindowFrame

java.lang.Object
zombie.iso.objects.IsoWindowFrame

public class IsoWindowFrame
extends java.lang.Object
  • Constructor Details

    • IsoWindowFrame

      public IsoWindowFrame()
  • Method Details

    • isWindowFrame

      public static boolean isWindowFrame​(IsoObject object)
    • isWindowFrame

      public static boolean isWindowFrame​(IsoObject object, boolean boolean1)
    • countAddSheetRope

      public static int countAddSheetRope​(IsoObject object)
    • canAddSheetRope

      public static boolean canAddSheetRope​(IsoObject object)
    • haveSheetRope

      public static boolean haveSheetRope​(IsoObject object)
    • addSheetRope

      public static boolean addSheetRope​(IsoObject object, IsoPlayer player, java.lang.String string)
    • removeSheetRope

      public static boolean removeSheetRope​(IsoObject object, IsoPlayer player)
    • getOppositeSquare

      public static IsoGridSquare getOppositeSquare​(IsoObject object)
    • getIndoorSquare

      public static IsoGridSquare getIndoorSquare​(IsoObject object)
    • getCurtain

      public static IsoCurtain getCurtain​(IsoObject object)
    • getAddSheetSquare

      public static IsoGridSquare getAddSheetSquare​(IsoObject object, IsoGameCharacter gameCharacter)
    • addSheet

      public static void addSheet​(IsoObject object, IsoGameCharacter gameCharacter)
    • canClimbThrough

      public static boolean canClimbThrough​(IsoObject object, IsoGameCharacter gameCharacter)