Uses of Class
net.minecraft.block.entity.BannerPattern
-
Uses of BannerPattern in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BannerPattern Modifier and Type Field Description private static BannerPattern[]
BannerPattern. VALUES
Fields in net.minecraft.block.entity with type parameters of type BannerPattern Modifier and Type Field Description private 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 BannerPattern Modifier and Type Method Description static @Nullable BannerPattern
BannerPattern. byId(String id)
static @Nullable BannerPattern
BannerPattern. byName(String name)
static BannerPattern
BannerPattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static BannerPattern[]
BannerPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.block.entity that return types with arguments of type BannerPattern Modifier and Type Method Description List<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 BannerPattern Modifier and Type Method Description BannerPattern.Patterns
BannerPattern.Patterns. add(BannerPattern pattern, DyeColor color)
Method parameters in net.minecraft.block.entity with type arguments of type BannerPattern Modifier and Type Method Description BannerPattern.Patterns
BannerPattern.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 BannerPattern Modifier and Type Field Description private @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 BannerPattern Modifier and Type Field Description static 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 BannerPattern Modifier and Type Method Description private 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 BannerPattern Modifier and Type Method Description 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)
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 BannerPattern Modifier and Type Field Description private BannerPattern
BannerPatternItem. pattern
Methods in net.minecraft.item that return BannerPattern Modifier and Type Method Description BannerPattern
BannerPatternItem. getPattern()
Constructors in net.minecraft.item with parameters of type BannerPattern Constructor Description BannerPatternItem(BannerPattern pattern, Item.Settings settings)
-
Uses of BannerPattern in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type BannerPattern Modifier and Type Field Description private ImmutableList.Builder<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction.class_6157. field_31862
private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
SetBannerPatternFunction. patterns
Methods in net.minecraft.loot.function with parameters of type BannerPattern Modifier and Type Method Description SetBannerPatternFunction.class_6157
SetBannerPatternFunction.class_6157. method_35533(BannerPattern bannerPattern, DyeColor dyeColor)
Constructor parameters in net.minecraft.loot.function with type arguments of type BannerPattern Constructor Description SetBannerPatternFunction(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean append)