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 dir) ChunkLevel.getSquare(int x, int y) PolygonalMap2.getSquare(int x, int y, int z) PolygonalMap2.getSquareRawZ(int x, int y, int z) Square[][]Chunk.getSquaresForLevel(int z) Methods in zombie.pathfind with parameters of type SquareModifier and TypeMethodDescriptionbooleanbooleanPolygonalMap2.getExistingNodeForSquare(Square square) PolygonalMap2.getNodeForSquare(Square square) PolygonalMap2.getPointOutsideObjects(Square square, float targetX, float targetY) PolygonalMap2.getVisGraphForSquare(Square square) booleanSquare.hasIdenticalSlopedSurface(Square other) booleanPMMover.isAllowedChunkLevel(Square square) booleanPMMover.isAllowedLevelTransition(IsoDirections dir, Square square, boolean bTopFloorSquare) -
Uses of Square in zombie.pathfind.highLevel
Methods in zombie.pathfind.highLevel that return SquareModifier and TypeMethodDescriptionHLLevelTransition.getBottomFloorSquare()HLLevelTransition.getTopFloorSquare()