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. VALUESFields 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. entriesprivate @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. patternsMethods in net.minecraft.block.entity that return BannerPattern Modifier and Type Method Description static @Nullable BannerPatternBannerPattern. byId(String id)static @Nullable BannerPatternBannerPattern. byName(String name)static BannerPatternBannerPattern. 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.PatternsBannerPattern.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.PatternsBannerPattern.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_TEXTURESstatic Map<BannerPattern,SpriteIdentifier>TexturedRenderLayers. SHIELD_PATTERN_TEXTURESMethods in net.minecraft.client.render with parameters of type BannerPattern Modifier and Type Method Description private static SpriteIdentifierTexturedRenderLayers. createBannerPatternTextureId(BannerPattern pattern)private static SpriteIdentifierTexturedRenderLayers. createShieldPatternTextureId(BannerPattern pattern)static SpriteIdentifierTexturedRenderLayers. getBannerPatternTextureId(BannerPattern pattern)static SpriteIdentifierTexturedRenderLayers. 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 voidBannerBlockEntityRenderer. 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 voidBannerBlockEntityRenderer. 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 BannerPatternBannerPatternItem. patternMethods in net.minecraft.item that return BannerPattern Modifier and Type Method Description BannerPatternBannerPatternItem. 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_31862private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>SetBannerPatternFunction. patternsMethods in net.minecraft.loot.function with parameters of type BannerPattern Modifier and Type Method Description SetBannerPatternFunction.class_6157SetBannerPatternFunction.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)