| Package | Description | 
|---|---|
| org.bukkit.block | Classes used to manipulate the voxels in a  world,
 including special states. | 
| org.bukkit.inventory.meta | The interfaces used when manipulating extra data can can be stored inside
  item stacks. | 
| Modifier and Type | Method and Description | 
|---|---|
| Pattern | Banner. getPattern(int i)Returns the pattern at the specified index | 
| Pattern | Banner. removePattern(int i)Removes the pattern at the specified index | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Pattern> | Banner. getPatterns()Returns a list of patterns on this banner | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Banner. addPattern(Pattern pattern)Adds a new pattern on top of the existing
 patterns | 
| void | Banner. setPattern(int i,
          Pattern pattern)Sets the pattern at the specified index | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Banner. setPatterns(List<Pattern> patterns)Sets the patterns used on this banner | 
| Modifier and Type | Method and Description | 
|---|---|
| Pattern | BannerMeta. getPattern(int i)Returns the pattern at the specified index | 
| Pattern | BannerMeta. removePattern(int i)Removes the pattern at the specified index | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Pattern> | BannerMeta. getPatterns()Returns a list of patterns on this banner | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BannerMeta. addPattern(Pattern pattern)Adds a new pattern on top of the existing
 patterns | 
| void | BannerMeta. setPattern(int i,
          Pattern pattern)Sets the pattern at the specified index | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BannerMeta. setPatterns(List<Pattern> patterns)Sets the patterns used on this banner | 
Copyright © 2015. All rights reserved.