Grindstone
, Switch
public interface FaceAttachable extends BlockData
Directional
to compute the
orientation of these blocks.Modifier and Type | Interface | Description |
---|---|---|
static class |
FaceAttachable.AttachedFace |
The face to which a switch type block is stuck.
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull FaceAttachable.AttachedFace |
getAttachedFace() |
Gets the value of the 'face' property.
|
void |
setAttachedFace(@NotNull FaceAttachable.AttachedFace face) |
Sets the value of the 'face' property.
|
clone, getAsString, getAsString, getMaterial, matches, merge
@NotNull @NotNull FaceAttachable.AttachedFace getAttachedFace()
void setAttachedFace(@NotNull @NotNull FaceAttachable.AttachedFace face)
face
- the new 'face' valueCopyright © 2020. All rights reserved.