Uses of Class
org.bukkit.block.banner.Pattern
Packages that use Pattern
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of Pattern in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return types with arguments of type PatternModifier and TypeMethodDescriptionBannerPatternLayers.patterns()
Gets the patterns on the banner.Methods in io.papermc.paper.datacomponent.item with parameters of type PatternModifier and TypeMethodDescriptionAdds a pattern to the banner.Method parameters in io.papermc.paper.datacomponent.item with type arguments of type PatternModifier and TypeMethodDescriptionAdds multiple patterns to the banner.static BannerPatternLayers
BannerPatternLayers.bannerPatternLayers
(List<Pattern> patterns) -
Uses of Pattern in org.bukkit.block
Methods in org.bukkit.block that return PatternModifier and TypeMethodDescriptionBanner.getPattern
(int i) Returns the pattern at the specified indexBanner.removePattern
(int i) Removes the pattern at the specified indexMethods in org.bukkit.block that return types with arguments of type PatternMethods in org.bukkit.block with parameters of type PatternModifier and TypeMethodDescriptionvoid
Banner.addPattern
(@NotNull Pattern pattern) Adds a new pattern on top of the existing patternsvoid
Banner.setPattern
(int i, @NotNull Pattern pattern) Sets the pattern at the specified indexMethod parameters in org.bukkit.block with type arguments of type PatternModifier and TypeMethodDescriptionvoid
Banner.setPatterns
(@NotNull List<Pattern> patterns) Sets the patterns used on this banner -
Uses of Pattern in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return PatternModifier and TypeMethodDescriptionBannerMeta.getPattern
(int i) Returns the pattern at the specified indexBannerMeta.removePattern
(int i) Removes the pattern at the specified indexMethods in org.bukkit.inventory.meta that return types with arguments of type PatternModifier and TypeMethodDescriptionBannerMeta.getPatterns()
Returns a list of patterns on this bannerMethods in org.bukkit.inventory.meta with parameters of type PatternModifier and TypeMethodDescriptionvoid
BannerMeta.addPattern
(@NotNull Pattern pattern) Adds a new pattern on top of the existing patternsvoid
BannerMeta.setPattern
(int i, @NotNull Pattern pattern) Sets the pattern at the specified indexMethod parameters in org.bukkit.inventory.meta with type arguments of type PatternModifier and TypeMethodDescriptionvoid
BannerMeta.setPatterns
(@NotNull List<Pattern> patterns) Sets the patterns used on this banner