Class Square

java.lang.Object
zombie.pathfind.Square

public final class Square extends Object
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getZ

      public int getZ()
    • has

      public boolean has(int int0)
    • TreatAsSolidFloor

      public boolean TreatAsSolidFloor()
    • isReallySolid

      public boolean isReallySolid()
    • isUnblockedWindowN

      public boolean isUnblockedWindowN()
    • isUnblockedWindowW

      public boolean isUnblockedWindowW()
    • getAdjacentSquare

      public Square getAdjacentSquare(IsoDirections isoDirections)
    • isInside

      public boolean isInside(int int3, int int1, int int2, int int0)
    • testPathFindAdjacent

      public boolean testPathFindAdjacent(PMMover pMMover, int int2, int int1, int int0)
    • hasTransitionToLevelAbove

      public boolean hasTransitionToLevelAbove(IsoDirections isoDirections)
    • hasSlopedSurface

      public boolean hasSlopedSurface()
    • getSlopedSurfaceDirection

      public IsoDirections getSlopedSurfaceDirection()
    • getSlopedSurfaceHeightMin

      public float getSlopedSurfaceHeightMin()
    • getSlopedSurfaceHeightMax

      public float getSlopedSurfaceHeightMax()
    • hasIdenticalSlopedSurface

      public boolean hasIdenticalSlopedSurface(Square square0)
    • isSlopedSurfaceDirectionVertical

      public boolean isSlopedSurfaceDirectionVertical()
    • isSlopedSurfaceDirectionHorizontal

      public boolean isSlopedSurfaceDirectionHorizontal()
    • getSlopedSurfaceHeight

      public float getSlopedSurfaceHeight(float float0, float float1)
    • getSlopedSurfaceHeight

      public float getSlopedSurfaceHeight(IsoDirections isoDirections1)
    • isSlopedSurfaceEdgeBlocked

      public boolean isSlopedSurfaceEdgeBlocked(IsoDirections isoDirections1)
    • hasSlopedSurfaceToLevelAbove

      public boolean hasSlopedSurfaceToLevelAbove(IsoDirections isoDirections1)
    • hasSlopedSurfaceBottom

      public boolean hasSlopedSurfaceBottom(IsoDirections isoDirections)