| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.block |
Classes used to manipulate the voxels in a
world,
including special states. |
| Modifier and Type | Method | Description |
|---|---|---|
static SkullType |
SkullType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SkullType[] |
SkullType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
SkullType |
Skull.getSkullType() |
Gets the type of skull
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Skull.setSkullType(SkullType skullType) |
Sets the type of skull
|
Copyright © 2018. All rights reserved.