Uses of Record Class
net.minecraft.block.entity.BannerPattern
Packages that use BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type BannerPatternModifier 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
Methods in net.minecraft.block.entity that return types with arguments of type BannerPatternMethod parameters in net.minecraft.block.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic void
BannerPatterns.bootstrap
(Registerable<BannerPattern> registry) 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
Method parameters in net.minecraft.client.gui.screen.ingame with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate void
LoomScreen.drawBanner
(DrawContext context, RegistryEntry<BannerPattern> pattern, int x, int y) -
Uses of BannerPattern in net.minecraft.client.render
Method parameters in net.minecraft.client.render with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic SpriteIdentifier
TexturedRenderLayers.getBannerPatternTextureId
(RegistryEntry<BannerPattern> pattern) static SpriteIdentifier
TexturedRenderLayers.getShieldPatternTextureId
(RegistryEntry<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final RegistryEntry
<BannerPattern> BannerPatternsComponent.Layer.pattern
The field for thepattern
record component.Methods in net.minecraft.component.type that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionBannerPatternsComponent.Layer.pattern()
Returns the value of thepattern
record component.Method parameters in net.minecraft.component.type with type arguments of type BannerPatternModifier 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.Constructor parameters in net.minecraft.component.type with type arguments of type BannerPatternModifierConstructorDescriptionLayer
(RegistryEntry<BannerPattern> registryEntry, DyeColor dyeColor) -
Uses of BannerPattern in net.minecraft.item
Fields in net.minecraft.item with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final TagKey
<BannerPattern> BannerPatternItem.patternItemTag
Methods in net.minecraft.item that return types with arguments of type BannerPatternConstructor parameters in net.minecraft.item with type arguments of type BannerPatternModifierConstructorDescriptionBannerPatternItem
(TagKey<BannerPattern> patternItemTag, Item.Settings settings) -
Uses of BannerPattern in net.minecraft.loot.function
Method parameters in net.minecraft.loot.function with type arguments of type BannerPatternModifier and TypeMethodDescriptionSetBannerPatternLootFunction.Builder.pattern
(RegistryEntry<BannerPattern> pattern, DyeColor color) -
Uses of BannerPattern in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<BannerPattern>> RegistryKeys.BANNER_PATTERN
-
Uses of BannerPattern in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic final TagKey
<BannerPattern> BannerPatternTags.BORDURE_INDENTED_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.CREEPER_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.FIELD_MASONED_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
Methods in net.minecraft.registry.tag that return types with arguments of type BannerPattern -
Uses of BannerPattern in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate final RegistryEntryLookup
<BannerPattern> LoomScreenHandler.bannerPatternLookup
private List
<RegistryEntry<BannerPattern>> LoomScreenHandler.bannerPatterns
Methods in net.minecraft.screen that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionLoomScreenHandler.getBannerPatterns()
private List
<RegistryEntry<BannerPattern>> LoomScreenHandler.getPatternsFor
(ItemStack stack) Method parameters in net.minecraft.screen with type arguments of type BannerPatternModifier and TypeMethodDescriptionprivate void
LoomScreenHandler.updateOutputSlot
(RegistryEntry<BannerPattern> pattern) -
Uses of BannerPattern in net.minecraft.village.raid
Method parameters in net.minecraft.village.raid with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic ItemStack
Raid.createOminousBanner
(RegistryEntryLookup<BannerPattern> bannerPatternLookup)