Uses of Class
org.bukkit.SkullType

Packages that use SkullType
org.bukkit More generalized classes in the API. 
org.bukkit.block Classes used to manipulate the voxels in a world, including special states. 
 

Uses of SkullType in org.bukkit
 

Methods in org.bukkit that return SkullType
static SkullType SkullType.valueOf(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.
 

Uses of SkullType in org.bukkit.block
 

Methods in org.bukkit.block that return SkullType
 SkullType Skull.getSkullType()
          Gets the type of skull
 

Methods in org.bukkit.block with parameters of type SkullType
 void Skull.setSkullType(SkullType skullType)
          Sets the type of skull
 



Copyright © 2014. All rights reserved.