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(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, float rotation, BannerBlockModel model, BannerFlagBlockModel flagModel, float sway, DyeColor baseColor, BannerPatternsComponent patterns) voidBannerBlockEntityRenderer.renderAsItem(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, DyeColor baseColor, BannerPatternsComponent patterns) static voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, DyeColor color, BannerPatternsComponent patterns) static voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, DyeColor color, BannerPatternsComponent patterns, boolean glint, boolean solid) -
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, VertexConsumerProvider vertexConsumerProvider, 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)