Uses of Record Class
net.minecraft.world.level.block.entity.BannerPatternLayers
Package
Description
-
Uses of BannerPatternLayers in net.minecraft.client.gui.screens.inventory
-
Uses of BannerPatternLayers in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionstatic void
BannerRenderer.renderPatterns
(PoseStack p_112066_, MultiBufferSource p_112067_, int p_112068_, int p_112069_, ModelPart p_112070_, Material p_112071_, boolean p_112072_, DyeColor p_332660_, BannerPatternLayers p_330986_) static void
BannerRenderer.renderPatterns
(PoseStack p_112075_, MultiBufferSource p_112076_, int p_112077_, int p_112078_, ModelPart p_112079_, Material p_112080_, boolean p_112081_, DyeColor p_332652_, BannerPatternLayers p_331851_, boolean p_332823_) -
Uses of BannerPatternLayers in net.minecraft.core.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<BannerPatternLayers> DataComponents.BANNER_PATTERNS
-
Uses of BannerPatternLayers in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionstatic final BannerPatternLayers
BannerPatternLayers.EMPTY
private BannerPatternLayers
BannerBlockEntity.patterns
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BannerPatternLayers> BannerPatternLayers.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, BannerPatternLayers> BannerPatternLayers.STREAM_CODEC
Modifier and TypeMethodDescriptionBannerPatternLayers.Builder.build()
BannerBlockEntity.getPatterns()
BannerPatternLayers.removeLast()
Modifier and TypeMethodDescriptionBannerPatternLayers.Builder.addAll
(BannerPatternLayers p_330600_) -
Uses of BannerPatternLayers in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate final BannerPatternLayers
SetBannerPatternFunction.patterns
ModifierConstructorDescription(package private)
SetBannerPatternFunction
(List<LootItemCondition> p_165276_, BannerPatternLayers p_331947_, boolean p_165277_)