Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
@SerialName(value = "pos2d")
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.
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
@SerialName(value = "pos2f")
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.
Link copied to clipboard
@Serializable
@SerialName(value = "pos2i")
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
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.