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.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as BannerPatternsComponentModifier and TypeFieldDescriptionprivate @Nullable BannerPatternsComponent
LoomScreen.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 void
BannerBlockEntityRenderer.render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, float rotation, BannerBlockModel model, BannerFlagBlockModel flagModel, float sway, DyeColor baseColor, BannerPatternsComponent patterns) void
BannerBlockEntityRenderer.renderAsItem
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, DyeColor baseColor, BannerPatternsComponent patterns) static void
BannerBlockEntityRenderer.renderCanvas
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, DyeColor color, BannerPatternsComponent patterns) static void
BannerBlockEntityRenderer.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 TypeMethodDescriptionvoid
BannerModelRenderer.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 BannerPatternsComponent
BannerPatternsComponent.DEFAULT
Fields in net.minecraft.component.type with type parameters of type BannerPatternsComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BannerPatternsComponent> BannerPatternsComponent.CODEC
static final PacketCodec
<RegistryByteBuf, BannerPatternsComponent> BannerPatternsComponent.PACKET_CODEC
Methods 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 BannerPatternsComponent
SetBannerPatternLootFunction.patterns
Constructors in net.minecraft.loot.function with parameters of type BannerPatternsComponentModifierConstructorDescription(package private)
SetBannerPatternLootFunction
(List<LootCondition> conditions, BannerPatternsComponent patterns, boolean append)