Package org.bukkit.material
Class SimpleAttachableMaterialData
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
- All Implemented Interfaces:
- Cloneable,- Attachable,- Directional
@Deprecated
public abstract class SimpleAttachableMaterialData
extends MaterialData
implements Attachable
Deprecated.
Simple utility class for attachable MaterialData subclasses
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.SimpleAttachableMaterialData(Material type, byte data)Deprecated.Magic valueSimpleAttachableMaterialData(Material type, BlockFace direction)Deprecated.
- 
Method SummaryMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStackMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.material.AttachablegetAttachedFaceMethods inherited from interface org.bukkit.material.DirectionalsetFacingDirection
- 
Constructor Details- 
SimpleAttachableMaterialDataDeprecated.
- 
SimpleAttachableMaterialDataDeprecated.
- 
SimpleAttachableMaterialDataDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getFacingDeprecated.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
- getFacingin interface- Directional
- Returns:
- the direction this block is facing
 
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.