Uses of Record Class
net.minecraft.component.type.BannerPatternsComponent
Packages that use BannerPatternsComponent
Package
Description
-
Uses of BannerPatternsComponent in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BannerPatternsComponentMethods in net.minecraft.block.entity that return BannerPatternsComponent -
Uses of BannerPatternsComponent in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type BannerPatternsComponentModifier and TypeMethodDescriptionvoidDrawContext.addBannerResult(ModelPart flag, DyeColor baseColor, BannerPatternsComponent resultBannerPatterns, int x1, int y1, int x2, int y2) -
Uses of BannerPatternsComponent in net.minecraft.client.gui.render.state.special
Fields in net.minecraft.client.gui.render.state.special declared as BannerPatternsComponentModifier and TypeFieldDescriptionprivate final BannerPatternsComponentBannerResultGuiElementRenderState.resultBannerPatternsThe field for theresultBannerPatternsrecord component.Methods in net.minecraft.client.gui.render.state.special that return BannerPatternsComponentModifier and TypeMethodDescriptionBannerResultGuiElementRenderState.resultBannerPatterns()Returns the value of theresultBannerPatternsrecord component.Constructors in net.minecraft.client.gui.render.state.special with parameters of type BannerPatternsComponentModifierConstructorDescriptionBannerResultGuiElementRenderState(ModelPart flag, DyeColor color, BannerPatternsComponent bannerPatterns, int x1, int y1, int x2, int y2, @Nullable ScreenRect scissorArea) BannerResultGuiElementRenderState(ModelPart modelPart, DyeColor dyeColor, BannerPatternsComponent bannerPatternsComponent, int int2, int int3, int int4, int int5, @Nullable ScreenRect screenRect, @Nullable ScreenRect screenRect2) -
Uses of BannerPatternsComponent in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as BannerPatternsComponentModifier and TypeFieldDescriptionprivate @Nullable BannerPatternsComponentLoomScreen.bannerPatterns -
Uses of BannerPatternsComponent in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type BannerPatternsComponentModifier and TypeMethodDescriptionprivate static voidBannerBlockEntityRenderer.render(SpriteHolder spriteHolder, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, int int3, float float2, BannerBlockModel bannerBlockModel, BannerFlagBlockModel bannerFlagBlockModel, float float3, DyeColor dyeColor, BannerPatternsComponent bannerPatternsComponent, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand) voidBannerBlockEntityRenderer.renderAsItem(MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int light, int overlay, DyeColor baseColor, BannerPatternsComponent patterns) static voidBannerBlockEntityRenderer.renderCanvas(SpriteHolder spriteHolder, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, int int3, ModelPart modelPart, SpriteIdentifier spriteIdentifier, boolean bool, DyeColor dyeColor, BannerPatternsComponent bannerPatternsComponent) static voidBannerBlockEntityRenderer.renderCanvas(SpriteHolder spriteHolder, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, int int3, ModelPart modelPart, SpriteIdentifier spriteIdentifier, boolean bool, DyeColor dyeColor, BannerPatternsComponent bannerPatternsComponent, boolean bool2, boolean bool3) -
Uses of BannerPatternsComponent in net.minecraft.client.render.item.model.special
Methods in net.minecraft.client.render.item.model.special that return BannerPatternsComponentModifier and TypeMethodDescriptionMethods in net.minecraft.client.render.item.model.special with parameters of type BannerPatternsComponentModifier and TypeMethodDescriptionvoidBannerModelRenderer.render(@Nullable BannerPatternsComponent bannerPatternsComponent, ItemDisplayContext itemDisplayContext, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, int int3, boolean bool) -
Uses of BannerPatternsComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type BannerPatternsComponentModifier and TypeFieldDescriptionstatic final ComponentType<BannerPatternsComponent> DataComponentTypes.BANNER_PATTERNS -
Uses of BannerPatternsComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as BannerPatternsComponentModifier and TypeFieldDescriptionstatic final BannerPatternsComponentBannerPatternsComponent.DEFAULTFields in net.minecraft.component.type with type parameters of type BannerPatternsComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BannerPatternsComponent> BannerPatternsComponent.CODECstatic final PacketCodec<RegistryByteBuf, BannerPatternsComponent> BannerPatternsComponent.PACKET_CODECMethods in net.minecraft.component.type that return BannerPatternsComponentModifier and TypeMethodDescriptionBannerPatternsComponent.Builder.build()BannerPatternsComponent.withoutTopLayer()Methods in net.minecraft.component.type with parameters of type BannerPatternsComponentModifier and TypeMethodDescriptionBannerPatternsComponent.Builder.addAll(BannerPatternsComponent patterns) -
Uses of BannerPatternsComponent in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as BannerPatternsComponentModifier and TypeFieldDescriptionprivate final BannerPatternsComponentSetBannerPatternLootFunction.patternsConstructors in net.minecraft.loot.function with parameters of type BannerPatternsComponentModifierConstructorDescription(package private)SetBannerPatternLootFunction(List<LootCondition> conditions, BannerPatternsComponent patterns, boolean append)