Crate azalea_registry

Crate azalea_registry 

Source
Expand description

§azalea-registry

Minecraft’s registries are a system that give identifiers to certain enums the game.

Some registries, defined in crate::builtin, are static for the client and server. This includes blocks and items.

Other registries, defined in crate::data, are sent to us by the server. This includes things such as enchantments and biomes.

Modules§

builtin
All built-in registries.
data
Definitions for data-driven registries that implement DataRegistry.
identifier
An arbitrary identifier or resource location.
tags

Structs§

OptionalRegistry
A registry that might not be present.

Enums§

CustomRegistry
A registry that will either take an ID or a resource location.
Holder
A reference to either a registry or a custom value (usually something with an Identifier).
HolderSet

Traits§

DataRegistry
A registry which has its values decided by the server in the ClientboundRegistryData packet.
DataRegistryKey
DataRegistryKeyRef
Registry