| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
| Modifier and Type | Method and Description |
|---|---|
StructureBlock.Mode |
StructureBlock.getMode()
Gets the value of the 'mode' property.
|
static StructureBlock.Mode |
StructureBlock.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureBlock.Mode[] |
StructureBlock.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureBlock.setMode(StructureBlock.Mode mode)
Sets the value of the 'mode' property.
|
Copyright © 2020. All rights reserved.