Package org.bukkit.material
Class Banner
- java.lang.Object
-
- org.bukkit.material.MaterialData
-
- org.bukkit.material.Banner
-
- All Implemented Interfaces:
Cloneable,Attachable,Directional
public class Banner extends MaterialData implements Attachable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bannerclone()BlockFacegetAttachedFace()Gets the face that this block is attached onBlockFacegetFacing()Gets the direction this block is facingbooleanisWallBanner()voidsetFacingDirection(BlockFace face)Sets the direction that this block is facing inStringtoString()-
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
-
-
-
Constructor Detail
-
Banner
public Banner()
-
Banner
public Banner(Material type)
-
Banner
@Deprecated public Banner(Material type, byte data)
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
-
Method Detail
-
isWallBanner
public boolean isWallBanner()
-
getAttachedFace
public BlockFace getAttachedFace()
Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
getAttachedFacein interfaceAttachable- Returns:
- BlockFace attached to
-
getFacing
public BlockFace getFacing()
Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
getFacingin interfaceDirectional- Returns:
- the direction this block is facing
-
setFacingDirection
public void setFacingDirection(BlockFace face)
Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
toString
public String toString()
- Overrides:
toStringin classMaterialData
-
clone
public Banner clone()
- Overrides:
clonein classMaterialData
-
-