Uses of Class
net.minecraft.component.type.BannerPatternsComponent.Builder
Packages that use BannerPatternsComponent.Builder
-
Uses of BannerPatternsComponent.Builder in net.minecraft.component.type
Methods in net.minecraft.component.type that return BannerPatternsComponent.BuilderModifier and TypeMethodDescriptionBannerPatternsComponent.Builder.add
(BannerPatternsComponent.Layer layer) BannerPatternsComponent.Builder.add
(RegistryEntry<BannerPattern> pattern, DyeColor color) BannerPatternsComponent.Builder.add
(RegistryEntryLookup<BannerPattern> patternLookup, RegistryKey<BannerPattern> pattern, DyeColor color) Deprecated.BannerPatternsComponent.Builder.addAll
(BannerPatternsComponent patterns) -
Uses of BannerPatternsComponent.Builder in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as BannerPatternsComponent.BuilderModifier and TypeFieldDescriptionprivate final BannerPatternsComponent.Builder
SetBannerPatternLootFunction.Builder.patterns