Uses of Interface
io.papermc.paper.registry.RegistryKey
Packages that use RegistryKey
-
Uses of RegistryKey in io.papermc.paper.registry
Fields in io.papermc.paper.registry declared as RegistryKeyModifier and TypeFieldDescriptionstatic final RegistryKey<Biome>RegistryKey.BIOMEData-driven registry for structure types.static final RegistryKey<GameEvent>RegistryKey.GAME_EVENTBuilt-in registry for game eventsstatic final RegistryKey<StructureType>RegistryKey.STRUCTURE_TYPEBuilt-in registry for structure types.static final RegistryKey<TrimMaterial>RegistryKey.TRIM_MATERIALData-driven registry for structure types.static final RegistryKey<TrimPattern>RegistryKey.TRIM_PATTERNData-driven registry for structure types.Methods in io.papermc.paper.registry that return RegistryKeyModifier and TypeMethodDescriptionTypedKey.registryKey()Gets the registry key for the value this key represents.Methods in io.papermc.paper.registry with parameters of type RegistryKey