public class PistonExtensionMaterial extends MaterialData implements Attachable
| Constructor and Description | 
|---|
| PistonExtensionMaterial(int type)Deprecated. 
 Magic value | 
| PistonExtensionMaterial(int type,
                       byte data)Deprecated. 
 Magic value | 
| PistonExtensionMaterial(Material type) | 
| PistonExtensionMaterial(Material type,
                       byte data)Deprecated. 
 Magic value | 
| Modifier and Type | Method and Description | 
|---|---|
| PistonExtensionMaterial | clone() | 
| BlockFace | getAttachedFace()Gets the face that this block is attached on | 
| BlockFace | getFacing()Gets the direction this block is facing | 
| boolean | isSticky()Checks if this piston extension is sticky, and returns true if so | 
| void | setFacingDirection(BlockFace face)Sets the direction that this block is facing in | 
| void | setSticky(boolean sticky)Sets whether or not this extension is sticky | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack, toString@Deprecated public PistonExtensionMaterial(int type)
public PistonExtensionMaterial(Material type)
@Deprecated public PistonExtensionMaterial(int type, byte data)
@Deprecated public PistonExtensionMaterial(Material type, byte data)
public void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic BlockFace getFacing()
DirectionalgetFacing in interface Directionalpublic boolean isSticky()
public void setSticky(boolean sticky)
sticky - true if sticky, otherwise falsepublic BlockFace getAttachedFace()
AttachablegetAttachedFace in interface Attachablepublic PistonExtensionMaterial clone()
clone in class MaterialDataCopyright © 2014. All rights reserved.