Uses of Record Class
net.minecraft.block.DecoratedPotPattern
-
Uses of DecoratedPotPattern in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.ANGLER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.ARCHER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.ARMS_UP
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.BLADE
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.BLANK
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.BREWER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.BURN
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.DANGER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.EXPLORER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.FLOW
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.FRIEND
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.GUSTER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.HEART
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.HEARTBREAK
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.HOWL
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.MINER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.MOURNER
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.PLENTY
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.PRIZE
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.SCRAPE
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.SHEAF
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.SHELTER
private static final Map
<Item, RegistryKey<DecoratedPotPattern>> DecoratedPotPatterns.SHERD_TO_PATTERN
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.SKULL
static final RegistryKey
<DecoratedPotPattern> DecoratedPotPatterns.SNORT
Modifier and TypeMethodDescriptionprivate static DecoratedPotPattern
DecoratedPotPatterns.register
(Registry<DecoratedPotPattern> registry, RegistryKey<DecoratedPotPattern> key, String id) static DecoratedPotPattern
DecoratedPotPatterns.registerAndGetDefault
(Registry<DecoratedPotPattern> registry) Modifier and TypeMethodDescriptionstatic @Nullable RegistryKey
<DecoratedPotPattern> private static RegistryKey
<DecoratedPotPattern> Modifier and TypeMethodDescriptionprivate static DecoratedPotPattern
DecoratedPotPatterns.register
(Registry<DecoratedPotPattern> registry, RegistryKey<DecoratedPotPattern> key, String id) private static DecoratedPotPattern
DecoratedPotPatterns.register
(Registry<DecoratedPotPattern> registry, RegistryKey<DecoratedPotPattern> key, String id) static DecoratedPotPattern
DecoratedPotPatterns.registerAndGetDefault
(Registry<DecoratedPotPattern> registry) -
Uses of DecoratedPotPattern in net.minecraft.client.render
Modifier and TypeFieldDescriptionstatic final Map
<RegistryKey<DecoratedPotPattern>, SpriteIdentifier> TexturedRenderLayers.DECORATED_POT_PATTERN_TEXTURES
Modifier and TypeMethodDescriptionstatic @Nullable SpriteIdentifier
TexturedRenderLayers.getDecoratedPotPatternTextureId
(@Nullable RegistryKey<DecoratedPotPattern> potPatternKey) -
Uses of DecoratedPotPattern in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final Registry
<DecoratedPotPattern> Registries.DECORATED_POT_PATTERN
static final RegistryKey
<Registry<DecoratedPotPattern>> RegistryKeys.DECORATED_POT_PATTERN