java.lang.Cloneable
, Directional
public class FurnaceAndDispenser extends DirectionalContainer
Constructor | Description |
---|---|
FurnaceAndDispenser(int type) |
Deprecated.
Magic value
|
FurnaceAndDispenser(int type,
byte data) |
Deprecated.
Magic value
|
FurnaceAndDispenser(Material type) |
|
FurnaceAndDispenser(Material type,
byte data) |
Deprecated.
Magic value
|
Modifier and Type | Method | Description |
---|---|---|
FurnaceAndDispenser |
clone() |
getFacing, setFacingDirection, toString
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
@Deprecated public FurnaceAndDispenser(int type)
type
- the raw type idpublic FurnaceAndDispenser(Material type)
@Deprecated public FurnaceAndDispenser(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public FurnaceAndDispenser(Material type, byte data)
type
- the typedata
- the raw data valuepublic FurnaceAndDispenser clone()
clone
in class DirectionalContainer
Copyright © 2018. All rights reserved.