public class Sign extends MaterialData implements Attachable
| Constructor and Description | 
|---|
Sign()  | 
Sign(int type)
Deprecated. 
 
Magic value 
 | 
Sign(int type,
    byte data)
Deprecated. 
 
Magic value 
 | 
Sign(Material type)  | 
Sign(Material type,
    byte data)
Deprecated. 
 
Magic value 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Sign | 
clone()  | 
BlockFace | 
getAttachedFace()
Gets the face that this block is attached on 
 | 
BlockFace | 
getFacing()
Gets the direction that this sign is currently facing 
 | 
boolean | 
isWallSign()
Check if this sign is attached to a wall 
 | 
void | 
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in 
 | 
String | 
toString()  | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Sign()
@Deprecated public Sign(int type)
type - the raw type idpublic Sign(Material type)
@Deprecated public Sign(int type, byte data)
type - the raw type iddata - the raw data value@Deprecated public Sign(Material type, byte data)
type - the raw type iddata - the raw data valuepublic boolean isWallSign()
public BlockFace getAttachedFace()
getAttachedFace in interface Attachablepublic BlockFace getFacing()
getFacing in interface Directionalpublic void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic String toString()
toString in class MaterialDatapublic Sign clone()
clone in class MaterialDataCopyright © 2022. All rights reserved.