Package | Description |
---|---|
org.bukkit.block.data |
Generalized BlockData classes.
|
Modifier and Type | Method and Description |
---|---|
@NotNull FaceAttachable.AttachedFace |
FaceAttachable.getAttachedFace()
Gets the value of the 'face' property.
|
static FaceAttachable.AttachedFace |
FaceAttachable.AttachedFace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceAttachable.AttachedFace[] |
FaceAttachable.AttachedFace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FaceAttachable.setAttachedFace(@NotNull FaceAttachable.AttachedFace face)
Sets the value of the 'face' property.
|
Copyright © 2021. All rights reserved.