RegistryAction
data class RegistryAction<T>(val modid: String?, val registry: Registry<T>)
Content copied to clipboard
Represents an action with a registry.
Author
Oliver-makes-code (Emma)
Represents an action with a registry.
Oliver-makes-code (Emma)