Uses of Enum Class
net.minecraft.block.entity.BannerPattern
Package
Description
-
Uses of BannerPattern in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> BannerPattern.Patterns.entries
private @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> BannerBlockEntity.patterns
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionBannerPattern.Patterns.add
(BannerPattern pattern, DyeColor color) Modifier and TypeMethodDescriptionBannerPattern.Patterns.add
(com.mojang.datafixers.util.Pair<BannerPattern, DyeColor> pattern) -
Uses of BannerPattern in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,
DyeColor>> LoomScreen.bannerPatterns
-
Uses of BannerPattern in net.minecraft.client.render
Modifier and TypeFieldDescriptionstatic final Map<BannerPattern,
SpriteIdentifier> TexturedRenderLayers.BANNER_PATTERN_TEXTURES
static final Map<BannerPattern,
SpriteIdentifier> TexturedRenderLayers.SHIELD_PATTERN_TEXTURES
Modifier 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
Modifier 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
-
Uses of BannerPattern in net.minecraft.loot.function
Modifier 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.patterns
Modifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.pattern
(BannerPattern pattern, DyeColor color) ModifierConstructorDescription(package private)
SetBannerPatternFunction
(LootCondition[] condiitons, List<com.mojang.datafixers.util.Pair<BannerPattern, DyeColor>> patterns, boolean append)