Registrar
Utility class to register content to Minecraft registries.
Parameters
The type of the content to register
The namespace of the content to register.
The registry to register the content in
Inheritors
Inherited properties
Creates a RegistryKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).
Functions
Adds a content to be registered in a Minecraft registry using Architectury API. The path is derived from the property name (converted to camel_case).
Adds a content to be registered in a Minecraft registry using Architectury API.
Inherited functions
Gets the registry entry of the given registry key from the given registry manager or null, if it's not found.
Creates an Identifier from the namespace specified in the constructor and a given path.
Creates a RegistryKey from the registry and namespace specified in the constructor and a given path.