Uses of Class
org.bukkit.SkullType
-
Packages that use SkullType Package Description org.bukkit More generalized classes in the API.org.bukkit.block Classes used to manipulate the voxels in aworld
, including special states. -
-
Uses of SkullType in org.bukkit
Methods in org.bukkit that return SkullType 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. -
Uses of SkullType in org.bukkit.block
Methods in org.bukkit.block that return SkullType Modifier and Type Method Description SkullType
Skull. getSkullType()
Deprecated.checkMaterial
insteadMethods in org.bukkit.block with parameters of type SkullType Modifier and Type Method Description void
Skull. setSkullType(SkullType skullType)
Deprecated.checkMaterial
instead
-