Module common

Source

Structs§

Dimension
A rectangular dimension
Fluid
Information about a fluid.
ItemStack
Information about an item stack.
Point
A nonnegative position coordinate.
Rgb
A 24-bit RGB colour.
Tank
Information about a fluid tank.
TryFromIntError
An error returned when converting an invalid value to an enumeration.
Vector2
A 2D integer vector.

Enums§

AbsoluteSide
An absolute side of a block.
Colour
A colour.
RelativeSide
A relative side of a block.

Constants§

BLOCK_SIDES
The number of sides on a block.
COLOURS
The number of colours in the standard Minecraft colour table.

Traits§

Lockable
A component that can be given an Invoker and a byte buffer in order to access its methods.
Side
A trait implemented by both absolute and relative block side enumerations.