Uses of Class
net.tnemc.item.component.helper.PatternData
Packages that use PatternData
Package
Description
-
Uses of PatternData in net.tnemc.item
Method parameters in net.tnemc.item with type arguments of type PatternDataModifier and TypeMethodDescriptionAbstractItemStack.bannerPatterns
(List<PatternData> patterns) Updates the banner patterns of the item stack. -
Uses of PatternData in net.tnemc.item.bukkit
Method parameters in net.tnemc.item.bukkit with type arguments of type PatternDataModifier and TypeMethodDescriptionBukkitItemStack.bannerPatterns
(List<PatternData> patterns) Updates the banner patterns of the item stack. -
Uses of PatternData in net.tnemc.item.bukkit.platform.impl
Constructor parameters in net.tnemc.item.bukkit.platform.impl with type arguments of type PatternDataModifierConstructorDescriptionBukkitBannerPatternsComponent
(List<PatternData> patterns) Creates a new BannerPatternsComponent with the provided list of PatternData objects. -
Uses of PatternData in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return PatternData -
Uses of PatternData in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return types with arguments of type PatternDataModifier and TypeMethodDescriptionBannerPatternsComponent.patterns()
Retrieve the list of PatternData objects associated with this BannerPatternsComponent.Methods in net.tnemc.item.component.impl with parameters of type PatternDataModifier and TypeMethodDescriptionvoid
BannerPatternsComponent.patterns
(PatternData pattern) Adds a pattern to the list of patterns for this BannerPatternsComponent.void
BannerPatternsComponent.patterns
(PatternData... patterns) Method parameters in net.tnemc.item.component.impl with type arguments of type PatternDataModifier and TypeMethodDescriptionvoid
BannerPatternsComponent.patterns
(List<PatternData> patterns) Sets the list of patterns for this object by replacing the existing patterns with the provided list.Constructor parameters in net.tnemc.item.component.impl with type arguments of type PatternDataModifierConstructorDescriptionBannerPatternsComponent
(List<PatternData> patterns) Creates a new BannerPatternsComponent with the provided list of PatternData objects. -
Uses of PatternData in net.tnemc.item.paper
Method parameters in net.tnemc.item.paper with type arguments of type PatternDataModifier and TypeMethodDescriptionPaperItemStack.bannerPatterns
(List<PatternData> patterns) Updates the banner patterns of the item stack.