Tag Key Util
open class TagKeyUtil<TContent>(val modId: String, val registry: RegistryKey<Registry<TContent>>)(source)
Utility class to create Identifiers and TagKeys using a specified namespace and registry.
Parameters
TContent
The type of the content to register
mod Id
The namespace of the content to register.
registry
The registry the content is registered in
Inheritors
Properties
Functions
Link copied to clipboard
Creates an Identifier from the namespace specified in the constructor and a given path.