Uses of Class
org.bukkit.block.banner.Pattern
-
Packages that use Pattern Package Description org.bukkit.block Classes used to manipulate the voxels in aworld, including special states.org.bukkit.inventory.meta The interfaces used when manipulating extra data can can be stored insideitem stacks. -
-
Uses of Pattern in org.bukkit.block
Methods in org.bukkit.block that return Pattern Modifier and Type Method Description PatternBanner. getPattern(int i)Returns the pattern at the specified indexPatternBanner. removePattern(int i)Removes the pattern at the specified indexMethods in org.bukkit.block that return types with arguments of type Pattern Modifier and Type Method Description List<Pattern>Banner. getPatterns()Returns a list of patterns on this bannerMethods in org.bukkit.block with parameters of type Pattern Modifier and Type Method Description voidBanner. addPattern(Pattern pattern)Adds a new pattern on top of the existing patternsvoidBanner. setPattern(int i, Pattern pattern)Sets the pattern at the specified indexMethod parameters in org.bukkit.block with type arguments of type Pattern Modifier and Type Method Description voidBanner. setPatterns(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 Pattern Modifier and Type Method Description PatternBannerMeta. getPattern(int i)Returns the pattern at the specified indexPatternBannerMeta. removePattern(int i)Removes the pattern at the specified indexMethods in org.bukkit.inventory.meta that return types with arguments of type Pattern Modifier and Type Method Description List<Pattern>BannerMeta. getPatterns()Returns a list of patterns on this bannerMethods in org.bukkit.inventory.meta with parameters of type Pattern Modifier and Type Method Description voidBannerMeta. addPattern(Pattern pattern)Adds a new pattern on top of the existing patternsvoidBannerMeta. setPattern(int i, Pattern pattern)Sets the pattern at the specified indexMethod parameters in org.bukkit.inventory.meta with type arguments of type Pattern Modifier and Type Method Description voidBannerMeta. setPatterns(List<Pattern> patterns)Sets the patterns used on this banner
-