public class DirectionalContainer extends MaterialData implements Directional
Constructor and Description |
---|
DirectionalContainer(int type)
Deprecated.
Magic value
|
DirectionalContainer(int type,
byte data)
Deprecated.
Magic value
|
DirectionalContainer(Material type) |
DirectionalContainer(Material type,
byte data)
Deprecated.
Magic value
|
Modifier and Type | Method and Description |
---|---|
DirectionalContainer |
clone() |
BlockFace |
getFacing()
Gets the direction this block is facing
|
void |
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in
|
String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
@Deprecated public DirectionalContainer(int type)
type
- the raw type idpublic DirectionalContainer(Material type)
@Deprecated public DirectionalContainer(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public DirectionalContainer(Material type, byte data)
type
- the typedata
- the raw data valuepublic void setFacingDirection(BlockFace face)
Directional
setFacingDirection
in interface Directional
face
- The facing directionpublic BlockFace getFacing()
Directional
getFacing
in interface Directional
public String toString()
toString
in class MaterialData
public DirectionalContainer clone()
clone
in class MaterialData
Copyright © 2021. All rights reserved.