| Package | Description | 
|---|---|
| org.bukkit.block | 
 Classes used to manipulate the voxels in a  
world,
 including special states. | 
| org.bukkit.block.structure | 
| Modifier and Type | Method | Description | 
|---|---|---|
Mirror | 
Structure.getMirror() | 
 How this structure is mirrored. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
Structure.setMirror(Mirror mirror) | 
 Sets the mirroring of the structure. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static Mirror | 
Mirror.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static Mirror[] | 
Mirror.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2019. All rights reserved.