Crate registry

Source
Expand description

§valence_registry

Contains Minecraft’s networked registries. This includes the registry codec sent to clients during the initial join.

Modules§

biome
Contains biomes and the biome registry. Minecraft’s default biomes are added to the registry by default.
codec
dimension_type
Contains dimension types and the dimension type registry. Minecraft’s default dimensions are added to the registry by default.
tags

Structs§

BiomeRegistry
DimensionTypeRegistry
Registry
RegistryCodec
Contains the registry codec sent to all players while joining. This contains information for biomes and dimensions among other things.
RegistryPlugin
RegistrySet
The SystemSet where the RegistryCodec and TagsRegistry caches are rebuilt. Systems that modify the registry codec or tags registry should run before this.
TagsRegistry

Traits§

RegistryIdx