| Package | Description | 
|---|---|
| org.bukkit.block | 
 Classes used to manipulate the voxels in a  
world,
 including special states. | 
| org.bukkit.block.structure | 
 Classes relevant to structure blocks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull StructureRotation | 
Structure.getRotation()
Get how this structure is rotated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Structure.setRotation(@NotNull StructureRotation rotation)
Set how this structure is rotated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StructureRotation | 
StructureRotation.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StructureRotation[] | 
StructureRotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2021. All rights reserved.