Cloneable@Deprecated public class Vine extends MaterialData
BlockData.| Constructor | Description | 
|---|---|
| Vine() | Deprecated. | 
| Vine(byte data) | Deprecated.
 Magic value | 
| Vine(EnumSet<BlockFace> faces) | Deprecated. | 
| Vine(BlockFace... faces) | Deprecated. | 
| Vine(Material type,
    byte data) | Deprecated.
 Magic value | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Vine | clone() | Deprecated. | 
| boolean | isOnFace(BlockFace face) | Deprecated. Check if the vine is attached to the specified face of an adjacent
 block. | 
| void | putOnFace(BlockFace face) | Deprecated. Attach the vine to the specified face of an adjacent block. | 
| void | removeFromFace(BlockFace face) | Deprecated. Detach the vine from the specified face of an adjacent block. | 
| String | toString() | Deprecated. | 
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic Vine()
@Deprecated public Vine(Material type, byte data)
type - the typedata - the raw data value@Deprecated public Vine(byte data)
data - the raw data valuepublic Vine(BlockFace... faces)
public boolean isOnFace(BlockFace face)
BlockFace.NORTH_EAST.face - The face to check.public void putOnFace(BlockFace face)
face - The face to attach.public void removeFromFace(BlockFace face)
face - The face to detach.public String toString()
toString in class MaterialDatapublic Vine clone()
clone in class MaterialDataCopyright © 2020. All rights reserved.