Class HeadHelper

java.lang.Object
de.redstoneworld.redutilities.items.HeadHelper

public class HeadHelper extends Object
  • Constructor Details

    • HeadHelper

      public HeadHelper()
  • Method Details

    • getCustomHead

      public static org.bukkit.inventory.ItemStack getCustomHead(String base64Texture)
      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