Package org.quiltmc.qkl.wrapper.minecraft.registry
Types
Link copied to clipboard
data class RegistryAction<T>(val modid: String?, val registry: Registry<T>)
Content copied to clipboard
Represents an action with a registry.
Link copied to clipboard
Registry DSL class, used to register objects more cleanly.
Link copied to clipboard
data class RegistryObject<T>( val modid: String, val name: String, val t: T)
Content copied to clipboard
A RegistryObject with a name parameter, registers under your modid.