public class Banner extends MaterialData implements Attachable
| Constructor and Description | 
|---|
| Banner() | 
| Banner(int type)Deprecated. 
 Magic value | 
| Banner(int type,
      byte data)Deprecated. 
 Magic value | 
| Banner(Material type) | 
| Banner(Material type,
      byte data)Deprecated. 
 Magic value | 
| Modifier and Type | Method and 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 | 
| String | toString() | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Banner()
public Banner(Material type)
@Deprecated public Banner(int type)
type - the raw type id@Deprecated public Banner(Material type, byte data)
type - the typedata - the raw data value@Deprecated public Banner(int type, byte data)
type - the raw type iddata - 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 String toString()
toString in class MaterialDatapublic Banner clone()
clone in class MaterialDataCopyright © 2016. All rights reserved.