Uses of Record Class
zombie.iso.worldgen.utils.SquareCoord
Packages that use SquareCoord
-
Uses of SquareCoord in zombie.iso
Methods in zombie.iso that return SquareCoordModifier and TypeMethodDescriptionIsoChunk.getAttachmentsPartial(int int0) IsoGridSquare.getCoords()Methods in zombie.iso with parameters of type SquareCoordModifier and TypeMethodDescriptionbooleanIsoChunk.hasAttachmentsPartial(SquareCoord squareCoord) voidIsoChunk.setAttachmentsPartial(SquareCoord squareCoord) -
Uses of SquareCoord in zombie.iso.worldgen.utils
Methods in zombie.iso.worldgen.utils that return SquareCoord -
Uses of SquareCoord in zombie.pathfind.extra
Methods in zombie.pathfind.extra that return SquareCoordModifier and TypeMethodDescriptionPosition.coords()Returns the value of thecoordsrecord component.ZoneCreator.Pos.coords()Direction.move(SquareCoord squareCoord) static SquareCoordDirection.move(SquareCoord squareCoord, Direction direction) Methods in zombie.pathfind.extra that return types with arguments of type SquareCoordMethods in zombie.pathfind.extra with parameters of type SquareCoordModifier and TypeMethodDescriptionintPosition.manhattan(SquareCoord squareCoord) Direction.move(SquareCoord squareCoord) static SquareCoordDirection.move(SquareCoord squareCoord, Direction direction) Constructors in zombie.pathfind.extra with parameters of type SquareCoordModifierConstructorDescriptionPos(SquareCoord squareCoord, EnumMap<Direction, BorderStatus> enumMap) Position(SquareCoord coords, Direction direction, int distance, int tick, EnumMap<Direction, BorderStatus> walls) Creates an instance of aPositionrecord class.