| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.block | Classes used to manipulate the voxels in a  world,
 including special states. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| 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. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull SkullType | Skull. getSkullType() | Deprecated. 
 check  Materialinstead | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | Skull. setSkullType(SkullType skullType) | Deprecated. 
 check  Materialinstead | 
Copyright © 2020. All rights reserved.