Uses of Class
org.bukkit.block.banner.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 org.bukkit.block
Modifier and TypeMethodDescriptionBanner.getPattern(int i)
Returns the pattern at the specified indexBanner.removePattern(int i)
Removes the pattern at the specified indexModifier 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 indexModifier and TypeMethodDescriptionvoid
Banner.setPatterns(@NotNull List<Pattern> patterns)
Sets the patterns used on this banner -
Uses of Pattern in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionBannerMeta.getPattern(int i)
Returns the pattern at the specified indexBannerMeta.removePattern(int i)
Removes the pattern at the specified indexModifier and TypeMethodDescriptionBannerMeta.getPatterns()
Returns a list of patterns on this bannerModifier 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 indexModifier and TypeMethodDescriptionvoid
BannerMeta.setPatterns(@NotNull List<Pattern> patterns)
Sets the patterns used on this banner