| 程序包 | 说明 |
|---|---|
| org.bukkit.block |
用于操作在
世界内的三位像素(方块),包括一些特定的状态. |
| org.bukkit.block.structure |
| 限定符和类型 | 方法和说明 |
|---|---|
StructureRotation |
Structure.getRotation()
Get how this structure is rotated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Structure.setRotation(StructureRotation rotation)
Set how this structure is rotated.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static StructureRotation |
StructureRotation.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static StructureRotation[] |
StructureRotation.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|