Uses of Record Class
net.minecraft.world.level.block.entity.BannerPatternLayers
Packages that use BannerPatternLayers
Package
Description
-
Uses of BannerPatternLayers in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type BannerPatternLayersModifier and TypeMethodDescriptionvoidGuiGraphics.submitBannerPatternRenderState(BannerFlagModel pFlag, DyeColor pBaseColor, BannerPatternLayers pResultBannerPatterns, int pX0, int pY0, int pX1, int pY1) -
Uses of BannerPatternLayers in net.minecraft.client.gui.render.state.pip
Fields in net.minecraft.client.gui.render.state.pip declared as BannerPatternLayersModifier and TypeFieldDescriptionprivate final BannerPatternLayersGuiBannerResultRenderState.resultBannerPatternsThe field for theresultBannerPatternsrecord component.Methods in net.minecraft.client.gui.render.state.pip that return BannerPatternLayersModifier and TypeMethodDescriptionGuiBannerResultRenderState.resultBannerPatterns()Returns the value of theresultBannerPatternsrecord component.Constructors in net.minecraft.client.gui.render.state.pip with parameters of type BannerPatternLayersModifierConstructorDescriptionGuiBannerResultRenderState(BannerFlagModel p_449939_, DyeColor p_416489_, BannerPatternLayers p_416057_, int p_416374_, int p_416493_, int p_415894_, int p_416726_, ScreenRectangle p_416459_) GuiBannerResultRenderState(BannerFlagModel flag, DyeColor baseColor, BannerPatternLayers resultBannerPatterns, int x0, int y0, int x1, int y1, ScreenRectangle scissorArea, ScreenRectangle bounds) Creates an instance of aGuiBannerResultRenderStaterecord class. -
Uses of BannerPatternLayers in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as BannerPatternLayers -
Uses of BannerPatternLayers in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BannerPatternLayersModifier and TypeMethodDescriptionprivate static voidBannerRenderer.submitBanner(MaterialSet pMaterials, PoseStack pPoseStack, SubmitNodeCollector pNodeCollector, int pPackedLight, int pPackedOverlay, float pRotation, BannerModel pModel, BannerFlagModel pFlag, float pSway, DyeColor pBaseColor, BannerPatternLayers pPatterns, ModelFeatureRenderer.CrumblingOverlay pCrumblingOverlay, int pOutlineColor) static <S> voidBannerRenderer.submitPatterns(MaterialSet pMaterials, PoseStack pPoseStack, SubmitNodeCollector pNodeCollector, int pPackedLight, int pPackedOverlay, Model<S> pFlag, S pRenderState, Material pMaterial, boolean pBanner, DyeColor pBaseColor, BannerPatternLayers pPatterns, boolean pWithGlint, ModelFeatureRenderer.CrumblingOverlay pCrumblingOverlay, int pOutlineColor) voidBannerRenderer.submitSpecial(PoseStack pPoseStack, SubmitNodeCollector pNodeCollector, int pPackedLight, int pPackedOverlay, DyeColor pBaseColor, BannerPatternLayers pPatterns, int pOutlineColor) -
Uses of BannerPatternLayers in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as BannerPatternLayers -
Uses of BannerPatternLayers in net.minecraft.client.renderer.special
Methods in net.minecraft.client.renderer.special that return BannerPatternLayersMethods in net.minecraft.client.renderer.special with parameters of type BannerPatternLayersModifier and TypeMethodDescriptionvoidBannerSpecialRenderer.submit(BannerPatternLayers p_451667_, ItemDisplayContext p_440222_, PoseStack p_439452_, SubmitNodeCollector p_440039_, int p_439962_, int p_439234_, boolean p_440507_, int p_451701_) -
Uses of BannerPatternLayers in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BannerPatternLayersModifier and TypeFieldDescriptionstatic final DataComponentType<BannerPatternLayers> DataComponents.BANNER_PATTERNS -
Uses of BannerPatternLayers in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BannerPatternLayersModifier and TypeFieldDescriptionstatic final BannerPatternLayersBannerPatternLayers.EMPTYprivate BannerPatternLayersBannerBlockEntity.patternsA list of all patterns stored on this banner.Fields in net.minecraft.world.level.block.entity with type parameters of type BannerPatternLayersModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BannerPatternLayers> BannerPatternLayers.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BannerPatternLayers> BannerPatternLayers.STREAM_CODECMethods in net.minecraft.world.level.block.entity that return BannerPatternLayersModifier and TypeMethodDescriptionBannerPatternLayers.Builder.build()BannerBlockEntity.getPatterns()BannerPatternLayers.removeLast()Methods in net.minecraft.world.level.block.entity with parameters of type BannerPatternLayersModifier and TypeMethodDescriptionBannerPatternLayers.Builder.addAll(BannerPatternLayers pLayers) -
Uses of BannerPatternLayers in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as BannerPatternLayersModifier and TypeFieldDescriptionprivate final BannerPatternLayersSetBannerPatternFunction.patternsConstructors in net.minecraft.world.level.storage.loot.functions with parameters of type BannerPatternLayersModifierConstructorDescription(package private)SetBannerPatternFunction(List<LootItemCondition> pConditions, BannerPatternLayers pPatterns, boolean pAppend)