Uses of Record Class
net.minecraft.block.entity.BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final RegistryKey
<BannerPattern> BannerPatterns.BASE
static final RegistryKey
<BannerPattern> BannerPatterns.BORDER
static final RegistryKey
<BannerPattern> BannerPatterns.BRICKS
static final RegistryKey
<BannerPattern> BannerPatterns.CIRCLE
static final com.mojang.serialization.Codec
<BannerPattern> BannerPattern.CODEC
static final RegistryKey
<BannerPattern> BannerPatterns.CREEPER
static final RegistryKey
<BannerPattern> BannerPatterns.CROSS
static final RegistryKey
<BannerPattern> BannerPatterns.CURLY_BORDER
static final RegistryKey
<BannerPattern> BannerPatterns.DIAGONAL_LEFT
static final RegistryKey
<BannerPattern> BannerPatterns.DIAGONAL_RIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.DIAGONAL_UP_LEFT
static final RegistryKey
<BannerPattern> BannerPatterns.DIAGONAL_UP_RIGHT
static final com.mojang.serialization.Codec
<RegistryEntry<BannerPattern>> BannerPattern.ENTRY_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<BannerPattern>> BannerPattern.ENTRY_PACKET_CODEC
static final RegistryKey
<BannerPattern> BannerPatterns.FLOW
static final RegistryKey
<BannerPattern> BannerPatterns.FLOWER
static final RegistryKey
<BannerPattern> BannerPatterns.GLOBE
static final RegistryKey
<BannerPattern> BannerPatterns.GRADIENT
static final RegistryKey
<BannerPattern> BannerPatterns.GRADIENT_UP
static final RegistryKey
<BannerPattern> BannerPatterns.GUSTER
static final RegistryKey
<BannerPattern> BannerPatterns.HALF_HORIZONTAL
static final RegistryKey
<BannerPattern> BannerPatterns.HALF_HORIZONTAL_BOTTOM
static final RegistryKey
<BannerPattern> BannerPatterns.HALF_VERTICAL
static final RegistryKey
<BannerPattern> BannerPatterns.HALF_VERTICAL_RIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.MOJANG
static final PacketCodec
<RegistryByteBuf, BannerPattern> BannerPattern.PACKET_CODEC
static final RegistryKey
<BannerPattern> BannerPatterns.PIGLIN
static final RegistryKey
<BannerPattern> BannerPatterns.RHOMBUS
static final RegistryKey
<BannerPattern> BannerPatterns.SKULL
static final RegistryKey
<BannerPattern> BannerPatterns.SMALL_STRIPES
static final RegistryKey
<BannerPattern> BannerPatterns.SQUARE_BOTTOM_LEFT
static final RegistryKey
<BannerPattern> BannerPatterns.SQUARE_BOTTOM_RIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.SQUARE_TOP_LEFT
static final RegistryKey
<BannerPattern> BannerPatterns.SQUARE_TOP_RIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.STRAIGHT_CROSS
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_BOTTOM
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_CENTER
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_DOWNLEFT
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_DOWNRIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_LEFT
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_MIDDLE
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_RIGHT
static final RegistryKey
<BannerPattern> BannerPatterns.STRIPE_TOP
static final RegistryKey
<BannerPattern> BannerPatterns.TRIANGLE_BOTTOM
static final RegistryKey
<BannerPattern> BannerPatterns.TRIANGLE_TOP
static final RegistryKey
<BannerPattern> BannerPatterns.TRIANGLES_BOTTOM
static final RegistryKey
<BannerPattern> BannerPatterns.TRIANGLES_TOP
Modifier and TypeMethodDescriptionstatic void
BannerPatterns.bootstrap
(Registerable<BannerPattern> registry) static void
OneTwentyOneBannerPatterns.bootstrap
(Registerable<BannerPattern> bannerPatternRegisterable) static void
BannerPatterns.register
(Registerable<BannerPattern> registry, RegistryKey<BannerPattern> key) static void
BannerPatterns.register
(Registerable<BannerPattern> registry, RegistryKey<BannerPattern> key) -
Uses of BannerPattern in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprivate void
LoomScreen.drawBanner
(DrawContext context, RegistryEntry<BannerPattern> pattern, int x, int y) -
Uses of BannerPattern in net.minecraft.client.render
Modifier and TypeMethodDescriptionstatic SpriteIdentifier
TexturedRenderLayers.getBannerPatternTextureId
(RegistryEntry<BannerPattern> pattern) static SpriteIdentifier
TexturedRenderLayers.getShieldPatternTextureId
(RegistryEntry<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.component.type
Modifier and TypeFieldDescriptionprivate final RegistryEntry
<BannerPattern> BannerPatternsComponent.Layer.pattern
The field for thepattern
record component.Modifier and TypeMethodDescriptionBannerPatternsComponent.Layer.pattern()
Returns the value of thepattern
record component.Modifier and TypeMethodDescriptionBannerPatternsComponent.Builder.add
(RegistryEntry<BannerPattern> pattern, DyeColor color) BannerPatternsComponent.Builder.add
(RegistryEntryLookup<BannerPattern> patternLookup, RegistryKey<BannerPattern> pattern, DyeColor color) Deprecated.BannerPatternsComponent.Builder.add
(RegistryEntryLookup<BannerPattern> patternLookup, RegistryKey<BannerPattern> pattern, DyeColor color) Deprecated.ModifierConstructorDescriptionLayer
(RegistryEntry<BannerPattern> registryEntry, DyeColor dyeColor) -
Uses of BannerPattern in net.minecraft.item
Modifier and TypeFieldDescriptionprivate final TagKey
<BannerPattern> BannerPatternItem.patternItemTag
ModifierConstructorDescriptionBannerPatternItem
(TagKey<BannerPattern> patternItemTag, Item.Settings settings) -
Uses of BannerPattern in net.minecraft.loot.function
Modifier and TypeMethodDescriptionSetBannerPatternLootFunction.Builder.pattern
(RegistryEntry<BannerPattern> pattern, DyeColor color) -
Uses of BannerPattern in net.minecraft.predicate.entity
Modifier and TypeMethodDescriptionstatic EntityEquipmentPredicate
EntityEquipmentPredicate.ominousBannerOnHead
(RegistryEntryLookup<BannerPattern> bannerPatternLookup) -
Uses of BannerPattern in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<BannerPattern>> RegistryKeys.BANNER_PATTERN
-
Uses of BannerPattern in net.minecraft.registry.tag
Modifier and TypeFieldDescriptionstatic final TagKey
<BannerPattern> BannerPatternTags.CREEPER_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.FLOW_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.FLOWER_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.GLOBE_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.GUSTER_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.MOJANG_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.NO_ITEM_REQUIRED
static final TagKey
<BannerPattern> BannerPatternTags.PIGLIN_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.SKULL_PATTERN_ITEM
-
Uses of BannerPattern in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RegistryEntryLookup
<BannerPattern> LoomScreenHandler.bannerPatternLookup
private List
<RegistryEntry<BannerPattern>> LoomScreenHandler.bannerPatterns
Modifier and TypeMethodDescriptionLoomScreenHandler.getBannerPatterns()
private List
<RegistryEntry<BannerPattern>> LoomScreenHandler.getPatternsFor
(ItemStack stack) Modifier and TypeMethodDescriptionprivate void
LoomScreenHandler.updateOutputSlot
(RegistryEntry<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.village.raid
Modifier and TypeMethodDescriptionstatic ItemStack
Raid.getOminousBanner
(RegistryEntryLookup<BannerPattern> bannerPatternLookup)