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 i) IsoGridSquare.getCoords()Methods in zombie.iso with parameters of type SquareCoordModifier and TypeMethodDescriptionbooleanIsoChunk.hasAttachmentsPartial(SquareCoord coord) voidIsoChunk.setAttachmentsPartial(SquareCoord coord) -
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.Direction.move(SquareCoord coords) static SquareCoordDirection.move(SquareCoord coords, 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 coords) Direction.move(SquareCoord coords) static SquareCoordDirection.move(SquareCoord coords, Direction direction) Constructors in zombie.pathfind.extra with parameters of type SquareCoordModifierConstructorDescriptionPosition(SquareCoord coords, Direction direction, int distance, int tick, EnumMap<Direction, BorderStatus> walls) Creates an instance of aPositionrecord class.