Uses of Enum 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 declared as BannerPatternFields in net.minecraft.block.entity with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerPattern.Patterns.entries
private @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.patterns
Methods in net.minecraft.block.entity that return BannerPatternModifier and TypeMethodDescriptionstatic @Nullable BannerPattern
static @Nullable BannerPattern
static BannerPattern
Returns the enum constant of this class with the specified name.static BannerPattern[]
BannerPattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block.entity that return types with arguments of type BannerPatternModifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.getPatterns()
static List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerBlockEntity.getPatternsFromNbt(DyeColor baseColor, @Nullable NbtList patternListTag)
Methods in net.minecraft.block.entity with parameters of type BannerPatternModifier and TypeMethodDescriptionBannerPattern.Patterns.add(BannerPattern pattern, DyeColor color)
Method parameters in net.minecraft.block.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionBannerPattern.Patterns.add(com.mojang.datafixers.util.Pair<BannerPattern,DyeColor> pattern)
-
Uses of BannerPattern in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
LoomScreen.bannerPatterns
-
Uses of BannerPattern in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type BannerPatternModifier and TypeFieldDescriptionstatic Map<BannerPattern,SpriteIdentifier>
TexturedRenderLayers.BANNER_PATTERN_TEXTURES
static Map<BannerPattern,SpriteIdentifier>
TexturedRenderLayers.SHIELD_PATTERN_TEXTURES
Methods in net.minecraft.client.render with parameters of type BannerPatternModifier and TypeMethodDescriptionprivate static SpriteIdentifier
TexturedRenderLayers.createBannerPatternTextureId(BannerPattern pattern)
private static SpriteIdentifier
TexturedRenderLayers.createShieldPatternTextureId(BannerPattern pattern)
static SpriteIdentifier
TexturedRenderLayers.getBannerPatternTextureId(BannerPattern pattern)
static SpriteIdentifier
TexturedRenderLayers.getShieldPatternTextureId(BannerPattern pattern)
-
Uses of BannerPattern in net.minecraft.client.render.block.entity
Method parameters in net.minecraft.client.render.block.entity with type arguments of type BannerPatternModifier and TypeMethodDescriptionstatic void
BannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns)
static void
BannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean glint)
-
Uses of BannerPattern in net.minecraft.item
Fields in net.minecraft.item declared as BannerPatternMethods in net.minecraft.item that return BannerPatternConstructors in net.minecraft.item with parameters of type BannerPattern -
Uses of BannerPattern in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type BannerPatternModifier and TypeFieldDescriptionprivate ImmutableList.Builder<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction.Builder.patterns
(package private) List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction.patterns
Methods in net.minecraft.loot.function with parameters of type BannerPatternModifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.pattern(BannerPattern pattern, DyeColor color)
Constructor parameters in net.minecraft.loot.function with type arguments of type BannerPatternModifierConstructorDescription(package private)
SetBannerPatternFunction(LootCondition[] lootCondition, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> list, boolean bool)