Package-level declarations

Types

Link copied to clipboard
public class ChunkCuboid
Link copied to clipboard
public class Cuboid implements Iterable<Position>
Construct a new cuboid that exists of 2 positions
Link copied to clipboard
public class Position
Represents a location in a world.
Link copied to clipboard
public class Position2D
Represents a location on a 2d plane.
Link copied to clipboard
public class Rectangle implements Iterable<Position2D>
Construct a new rectangular shape that exists of 2 positions (2d)
Link copied to clipboard
public class WorldPosition extends Position
Represents a location in a world.