TagKey

interface TagKey<T>

A key for registry tags.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@ApiStatus.Internal
interface Factory

Properties

Link copied to clipboard
@get:JvmName(name = "location")
abstract val location: Key

The location of this tag key.

Link copied to clipboard
@get:JvmName(name = "registry")
abstract val registry: ResourceKey<out Registry<T>>

The key for the registry that this tag key is for.