Skip to main content

Module types

Module types 

Source
Expand description

Primitive Minecraft types.

Structs§

Slot
A Minecraft item stack, used in inventories, entity equipment, and trade offers.
TextComponent
A rich text component used for chat messages, disconnect reasons, action bars, titles, and all UI text in the Minecraft protocol.
Uuid
A 128-bit universally unique identifier used throughout the Minecraft protocol.

Enums§

NamedColor
The 16 built-in Minecraft chat colors plus reset.
TextColor
Text color, either a named Minecraft color or an arbitrary hex RGB value.