ResourceKeys

@Catalogue(type = ResourceKey::class)
object ResourceKeys

All the built-in registry keys for various registries.

Functions

Link copied to clipboard
@Contract(value = "_ -> new", pure = true)
fun <T> krypton(key: String): ResourceKey<out Registry<T>>

Creates a new registry key with the given key as its base key.

Link copied to clipboard
@Contract(value = "_ -> new", pure = true)
fun <T> minecraft(key: String): ResourceKey<out Registry<T>>

Creates a new registry key with the given key as its base key.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Custom built-in registries.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Built-in vanilla registries.

Link copied to clipboard