java.lang.Cloneable, Attachable, Directionalpublic class Banner extends MaterialData implements Attachable
| Constructor | Description | 
|---|---|
| Banner() | |
| Banner(Material type) | |
| Banner(Material type,
      byte data) | Deprecated.
 Magic value | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Banner | clone() | |
| BlockFace | getAttachedFace() | Gets the face that this block is attached on | 
| BlockFace | getFacing() | Gets the direction this block is facing | 
| boolean | isWallBanner() | |
| void | setFacingDirection(BlockFace face) | Sets the direction that this block is facing in | 
| java.lang.String | toString() | 
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic Banner()
public Banner(Material type)
@Deprecated public Banner(Material type, byte data)
type - the typedata - the raw data valuepublic boolean isWallBanner()
public BlockFace getAttachedFace()
AttachablegetAttachedFace in interface Attachablepublic BlockFace getFacing()
DirectionalgetFacing in interface Directionalpublic void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic java.lang.String toString()
toString in class MaterialDatapublic Banner clone()
clone in class MaterialDataCopyright © 2018. All rights reserved.