Package org.bukkit.material
Class Sign
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sign
- All Implemented Interfaces:
java.lang.Cloneable
,Attachable
,Directional
public class Sign extends MaterialData implements Attachable
MaterialData for signs
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Sign
clone()
BlockFace
getAttachedFace()
Gets the face that this block is attached onBlockFace
getFacing()
Gets the direction that this sign is currently facingboolean
isWallSign()
Check if this sign is attached to a wallvoid
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
-
Sign
public Sign() -
Sign
@Deprecated public Sign(int type)Deprecated.Magic value- Parameters:
type
- the raw type id
-
Sign
-
Sign
@Deprecated public Sign(int type, byte data)Deprecated.Magic value- Parameters:
type
- the raw type iddata
- the raw data value
-
Sign
Deprecated.Magic value- Parameters:
type
- the raw type iddata
- the raw data value
-
-
Method Details
-
isWallSign
public boolean isWallSign()Check if this sign is attached to a wall- Returns:
- true if this sign is attached to a wall, false if set on top of a block
-
getAttachedFace
Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
getFacing
Gets the direction that this sign is currently facing- Specified by:
getFacing
in interfaceDirectional
- Returns:
- BlockFace indicating where this sign 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
-