Class SkullUtil
java.lang.Object
com.github.stefvanschie.inventoryframework.util.SkullUtil
A utility class for working with skulls
- Since:
- 0.5.0
-
Method Summary
-
Method Details
-
getSkull
Gets a skull from the specified id. The id is the value from the textures.minecraft.net website after the last '/' character.- Parameters:
id- the skull id- Returns:
- the skull item
- Since:
- 0.5.0
-
setSkull
Sets the skull of an existingItemMetafrom the specified id. The id is the value from the textures.minecraft.net website after the last '/' character.- Parameters:
meta- the meta to changeid- the skull id
-