Cloneable
, Attachable
, Directional
BlockData
.@Deprecated public class Banner extends MaterialData implements Attachable
Constructor | Description |
---|---|
Banner() |
Deprecated.
|
Banner(Material type) |
Deprecated.
|
Banner(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
Banner |
clone() |
Deprecated.
|
BlockFace |
getAttachedFace() |
Deprecated.
Gets the face that this block is attached on
|
BlockFace |
getFacing() |
Deprecated.
Gets the direction this block is facing
|
boolean |
isWallBanner() |
Deprecated.
|
void |
setFacingDirection(BlockFace face) |
Deprecated.
Sets the direction that this block is facing in
|
String |
toString() |
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
public Banner()
public Banner(Material type)
@Deprecated public Banner(Material type, byte data)
type
- the typedata
- the raw data valuepublic boolean isWallBanner()
public BlockFace getAttachedFace()
Attachable
getAttachedFace
in interface Attachable
public BlockFace getFacing()
Directional
getFacing
in interface Directional
public void setFacingDirection(BlockFace face)
Directional
setFacingDirection
in interface Directional
face
- The facing directionpublic String toString()
toString
in class MaterialData
public Banner clone()
clone
in class MaterialData
Copyright © 2019. All rights reserved.