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