Package-level declarations
Contains position classes which are more simple or special and therefore fitting for specific use cases
Types
A simple class representing a pair of x and z (being 2-dimensional double coordinates). As y would be the height in Minecraft, this two-dimensional class does not contain a y value.
A simple class representing a pair of x and z (being 2-dimensional floating point coordinates). As y would be the height in Minecraft, this two-dimensional class does not contain a y value.
A simple class representing a pair of x and z (being 2-dimensional integer coordinates). As y would be the height in Minecraft, this two-dimensional class does not contain a y value.
A class which can be initialized with all kinds of positions and has the ability to convert them to nearly every other kind of position.