Sign

public class Sign extends MaterialData implements Attachable

MaterialData for signs

Constructors

Link copied to clipboard
public void Sign()
public void Sign(Material type)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public Sign clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
Gets the face that this block is attached on
Link copied to clipboard
Gets the direction that this sign is currently facing
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean isWallSign()
Check if this sign is attached to getClassById wall
Link copied to clipboard
public void setFacingDirection(BlockFace face)
Sets the direction that this block is facing in
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()