Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { // Name is the name of the block. Name string `nbt:"name"` // Properties is a map of properties that define the block's state. Properties map[string]interface{} `nbt:"states"` // Version is the version of the block state. Version int32 `nbt:"version"` }
Block holds a combination of a name and properties, together with a version.
Click to show internal directories.
Click to hide internal directories.