Package org.bukkit.material
Class Banner
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Banner
- All Implemented Interfaces:
- Cloneable,- Attachable,- Directional
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the face that this block is attached onDeprecated.Gets the direction this block is facingbooleanDeprecated.voidsetFacingDirection(BlockFace face) Deprecated.Sets the direction that this block is facing intoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Bannerpublic Banner()Deprecated.
- 
BannerDeprecated.
- 
BannerDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
isWallBannerpublic boolean isWallBanner()Deprecated.
- 
getAttachedFaceDeprecated.Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
- getAttachedFacein interface- Attachable
- Returns:
- BlockFace attached to
 
- 
getFacingDeprecated.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
- getFacingin interface- Directional
- Returns:
- the direction this block is facing
 
- 
setFacingDirectionDeprecated.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.