| 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 and Description |
|---|---|
static SkullType |
SkullType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SkullType |
SkullType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SkullType[] |
SkullType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SkullType[] |
SkullType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SkullType |
Skull.getSkullType()
Deprecated.
check
Material instead |
SkullType |
Skull.getSkullType()
Deprecated.
check
Material instead |
| Modifier and Type | Method and Description |
|---|---|
void |
Skull.setSkullType(SkullType skullType)
Deprecated.
check
Material instead |
void |
Skull.setSkullType(SkullType skullType)
Deprecated.
check
Material instead |
Copyright © 2022. All rights reserved.