Uses of Interface
io.papermc.paper.block.pot.PotPatternType
Packages that use PotPatternType
Package
Description
Classes relevant to pot blocks.
Collection of registry entry types that may be created or modified via the
RegistryEvent.This package contains events related to the Paper registry system.
-
Uses of PotPatternType in io.papermc.paper.block.pot
Fields in io.papermc.paper.block.pot declared as PotPatternTypeModifier and TypeFieldDescriptionstatic final PotPatternTypePotPatternTypes.ANGLERstatic final PotPatternTypePotPatternTypes.ARCHERstatic final PotPatternTypePotPatternTypes.ARMS_UPstatic final PotPatternTypePotPatternTypes.BLADEstatic final PotPatternTypePotPatternTypes.BREWERstatic final PotPatternTypePotPatternTypes.BURNstatic final PotPatternTypePotPatternTypes.DANGERstatic final PotPatternTypePotPatternTypes.EXPLORERstatic final PotPatternTypePotPatternTypes.FLOWstatic final PotPatternTypePotPatternTypes.FRIENDstatic final PotPatternTypePotPatternTypes.GUSTERstatic final PotPatternTypePotPatternTypes.HEARTstatic final PotPatternTypePotPatternTypes.HEARTBREAKstatic final PotPatternTypePotPatternTypes.HOWLstatic final PotPatternTypePotPatternTypes.MINERstatic final PotPatternTypePotPatternTypes.MOURNERstatic final PotPatternTypePotPatternTypes.PLENTYstatic final PotPatternTypePotPatternTypes.PRIZEstatic final PotPatternTypePotPatternTypes.SCRAPEstatic final PotPatternTypePotPatternTypes.SHEAFstatic final PotPatternTypePotPatternTypes.SHELTERstatic final PotPatternTypePotPatternTypes.SKULLstatic final PotPatternTypePotPatternTypes.SNORT -
Uses of PotPatternType in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type PotPatternTypeModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<PotPatternType> DataComponentTypes.PROVIDES_POTTERY_PATTERN -
Uses of PotPatternType in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type PotPatternTypeModifier and TypeFieldDescriptionstatic final RegistryKey<PotPatternType> RegistryKey.DECORATED_POT_PATTERNData-driven registry for decorated pot patterns. -
Uses of PotPatternType in io.papermc.paper.registry.data
Subinterfaces with type arguments of type PotPatternType in io.papermc.paper.registry.dataModifier and TypeInterfaceDescriptionstatic interfaceA mutable builder for theDecoratedPotPatternRegistryEntryplugins may change in applicable registry events. -
Uses of PotPatternType in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type PotPatternType -
Uses of PotPatternType in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type PotPatternTypeModifier and TypeFieldDescriptionstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.ANGLERminecraft:anglerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.ARCHERminecraft:archerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.ARMS_UPminecraft:arms_upstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.BLADEminecraft:bladestatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.BREWERminecraft:brewerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.BURNminecraft:burnstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.DANGERminecraft:dangerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.EXPLORERminecraft:explorerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.FLOWminecraft:flowstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.FRIENDminecraft:friendstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.GUSTERminecraft:gusterstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.HEARTminecraft:heartstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.HEARTBREAKminecraft:heartbreakstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.HOWLminecraft:howlstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.MINERminecraft:minerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.MOURNERminecraft:mournerstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.PLENTYminecraft:plentystatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.PRIZEminecraft:prizestatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.SCRAPEminecraft:scrapestatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.SHEAFminecraft:sheafstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.SHELTERminecraft:shelterstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.SKULLminecraft:skullstatic final TypedKey<PotPatternType> DecoratedPotPatternKeys.SNORTminecraft:snortMethods in io.papermc.paper.registry.keys that return types with arguments of type PotPatternTypeModifier and TypeMethodDescriptionstatic TypedKey<PotPatternType> Creates a typed key forPotPatternTypein the registryminecraft:decorated_pot_pattern.