Uses of Interface
io.papermc.paper.registry.RegistryKey
-
Uses of RegistryKey in io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey<Biome>
RegistryKey.BIOME
Data-driven registry for structure types.static final RegistryKey<GameEvent>
RegistryKey.GAME_EVENT
Built-in registry for game eventsstatic final RegistryKey<StructureType>
RegistryKey.STRUCTURE_TYPE
Built-in registry for structure types.static final RegistryKey<TrimMaterial>
RegistryKey.TRIM_MATERIAL
Data-driven registry for structure types.static final RegistryKey<TrimPattern>
RegistryKey.TRIM_PATTERN
Data-driven registry for structure types.Modifier and TypeMethodDescriptionTypedKey.registryKey()
Gets the registry key for the value this key represents.