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 TypeMethodDescriptionboolean
IsoChunk.hasAttachmentsPartial
(SquareCoord squareCoord) void
IsoChunk.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 thecoords
record component.ZoneCreator.Pos.coords()
Direction.move
(SquareCoord squareCoord) static SquareCoord
Direction.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 TypeMethodDescriptionint
Position.manhattan
(SquareCoord squareCoord) Direction.move
(SquareCoord squareCoord) static SquareCoord
Direction.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 aPosition
record class.