Package org.bukkit.material
Class Banner
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Banner
- All Implemented Interfaces:
java.lang.Cloneable
,Attachable
,Directional
public class Banner extends MaterialData implements Attachable
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Banner
clone()
BlockFace
getAttachedFace()
Gets the face that this block is attached onBlockFace
getFacing()
Gets the direction this block is facingboolean
isWallBanner()
void
setFacingDirection(BlockFace face)
Sets the direction that this block is facing injava.lang.String
toString()
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Banner
public Banner() -
Banner
-
Banner
@Deprecated public Banner(int type)Deprecated.Magic value- Parameters:
type
- the raw type id
-
Banner
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
Banner
@Deprecated public Banner(int type, byte data)Deprecated.Magic value- Parameters:
type
- the raw type iddata
- the raw data value
-
-
Method Details
-
isWallBanner
public boolean isWallBanner() -
getAttachedFace
Description copied from interface:Attachable
Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
getFacing
Description copied from interface:Directional
Gets the direction this block is facing- Specified by:
getFacing
in interfaceDirectional
- Returns:
- the direction this block is facing
-
setFacingDirection
Description copied from interface:Directional
Sets the direction that this block is facing in- Specified by:
setFacingDirection
in interfaceDirectional
- Parameters:
face
- The facing direction
-
toString
public java.lang.String toString()- Overrides:
toString
in classMaterialData
-
clone
- Overrides:
clone
in classMaterialData
-