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 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 TypeMethodDescriptionstatic 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.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)