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 final 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 BannerPatternModifier and TypeMethodDescriptionstatic @Nullable BannerPatternstatic @Nullable BannerPatternstatic BannerPatternReturns 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 final Map<BannerPattern,SpriteIdentifier> TexturedRenderLayers.BANNER_PATTERN_TEXTURESstatic final Map<BannerPattern,SpriteIdentifier> TexturedRenderLayers.SHIELD_PATTERN_TEXTURESMethods in net.minecraft.client.render with parameters of type BannerPatternModifier and TypeMethodDescriptionprivate 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 BannerPatternModifier and TypeMethodDescriptionstatic 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 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 final ImmutableList.Builder<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> SetBannerPatternFunction.Builder.patterns(package private) final List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> SetBannerPatternFunction.patternsMethods 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)