Uses of Class
zombie.pathfind.Square
Packages that use Square
-
Uses of Square in zombie.pathfind
Fields in zombie.pathfind declared as SquareMethods in zombie.pathfind that return SquareModifier and TypeMethodDescriptionSquare.getAdjacentSquare(IsoDirections directions) ChunkLevel.getSquare(int int0, int int1) PolygonalMap2.getSquare(int int0, int int1, int int2) PolygonalMap2.getSquareRawZ(int int0, int int1, int int2) Square[][]Chunk.getSquaresForLevel(int int0) Methods in zombie.pathfind with parameters of type SquareModifier and TypeMethodDescriptionbooleanbooleanPolygonalMap2.getExistingNodeForSquare(Square square) PolygonalMap2.getNodeForSquare(Square square) PolygonalMap2.getPointOutsideObjects(Square square1, float float5, float float7) PolygonalMap2.getVisGraphForSquare(Square square) booleanSquare.hasIdenticalSlopedSurface(Square square0) booleanPMMover.isAllowedChunkLevel(Square square) booleanPMMover.isAllowedLevelTransition(IsoDirections var1, Square square, boolean boolean0) -
Uses of Square in zombie.pathfind.highLevel
Methods in zombie.pathfind.highLevel that return SquareModifier and TypeMethodDescriptionHLLevelTransition.getBottomFloorSquare()HLLevelTransition.getTopFloorSquare()