Class HeadHelper
java.lang.Object
de.redstoneworld.redutilities.items.HeadHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStackgetCustomHead(String base64Texture) This method gets a ItemStack object from a player head with custom texture.
-
Constructor Details
-
HeadHelper
public HeadHelper()
-
-
Method Details
-
getCustomHead
This method gets a ItemStack object from a player head with custom texture. The texture is defined with a 'base64' encoded texture string specification.- Parameters:
base64Texture- The base64 encoded string representing the texture.- Returns:
- ItemStack of the skull with the specified texture
-