Class DecoratedPotPatternKeys
java.lang.Object
io.papermc.paper.registry.keys.DecoratedPotPatternKeys
Vanilla keys for
RegistryKey.DECORATED_POT_PATTERN.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<PotPatternType> minecraft:anglerstatic final TypedKey<PotPatternType> minecraft:archerstatic final TypedKey<PotPatternType> minecraft:arms_upstatic final TypedKey<PotPatternType> minecraft:bladestatic final TypedKey<PotPatternType> minecraft:brewerstatic final TypedKey<PotPatternType> minecraft:burnstatic final TypedKey<PotPatternType> minecraft:dangerstatic final TypedKey<PotPatternType> minecraft:explorerstatic final TypedKey<PotPatternType> minecraft:flowstatic final TypedKey<PotPatternType> minecraft:friendstatic final TypedKey<PotPatternType> minecraft:gusterstatic final TypedKey<PotPatternType> minecraft:heartstatic final TypedKey<PotPatternType> minecraft:heartbreakstatic final TypedKey<PotPatternType> minecraft:howlstatic final TypedKey<PotPatternType> minecraft:minerstatic final TypedKey<PotPatternType> minecraft:mournerstatic final TypedKey<PotPatternType> minecraft:plentystatic final TypedKey<PotPatternType> minecraft:prizestatic final TypedKey<PotPatternType> minecraft:scrapestatic final TypedKey<PotPatternType> minecraft:sheafstatic final TypedKey<PotPatternType> minecraft:shelterstatic final TypedKey<PotPatternType> minecraft:skullstatic final TypedKey<PotPatternType> minecraft:snort -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey<PotPatternType> Creates a typed key forPotPatternTypein the registryminecraft:decorated_pot_pattern.
-
Field Details
-
ANGLER
minecraft:angler- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ARCHER
minecraft:archer- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ARMS_UP
minecraft:arms_up- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BLADE
minecraft:blade- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BREWER
minecraft:brewer- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BURN
minecraft:burn- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DANGER
minecraft:danger- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
EXPLORER
minecraft:explorer- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FLOW
minecraft:flow- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FRIEND
minecraft:friend- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GUSTER
minecraft:guster- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HEART
minecraft:heart- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HEARTBREAK
minecraft:heartbreak- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HOWL
minecraft:howl- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MINER
minecraft:miner- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MOURNER
minecraft:mourner- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PLENTY
minecraft:plenty- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PRIZE
minecraft:prize- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SCRAPE
minecraft:scrape- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SHEAF
minecraft:sheaf- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SHELTER
minecraft:shelter- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SKULL
minecraft:skull- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SNORT
minecraft:snort- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a typed key forPotPatternTypein the registryminecraft:decorated_pot_pattern.- Parameters:
key- the value's key in the registry- Returns:
- a new typed key
-