public interface FaceAttachable extends BlockData
Directional to compute the
orientation of these blocks.| Modifier and Type | Interface and Description |
|---|---|
static class |
FaceAttachable.AttachedFace
The face to which a switch type block is stuck.
|
| Modifier and Type | Method and 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, getSoundGroup, matches, merge@NotNull @NotNull FaceAttachable.AttachedFace getAttachedFace()
void setAttachedFace(@NotNull @NotNull FaceAttachable.AttachedFace face)
face - the new 'face' valueCopyright © 2022. All rights reserved.