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(BannerFlagBlockModel bannerModel, 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(BannerFlagBlockModel bannerFlagBlockModel, DyeColor color, BannerPatternsComponent bannerPatterns, int x1, int y1, int x2, int y2, @Nullable ScreenRect scissorArea) BannerResultGuiElementRenderState(BannerFlagBlockModel bannerFlagBlockModel, 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 materials, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, float yaw, BannerBlockModel model, BannerFlagBlockModel flagModel, float pitch, DyeColor dyeColor, BannerPatternsComponent bannerPatterns, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) voidBannerBlockEntityRenderer.renderAsItem(MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, DyeColor baseColor, BannerPatternsComponent patterns) static <S> voidBannerBlockEntityRenderer.renderCanvas(SpriteHolder materials, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, Model<S> model, S state, SpriteIdentifier spriteId, boolean useBannerLayer, DyeColor color, BannerPatternsComponent patterns, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) -
Uses of BannerPatternsComponent in net.minecraft.client.render.block.entity.state
Fields in net.minecraft.client.render.block.entity.state declared as BannerPatternsComponent -
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)