java.lang.Object
io.github.projectunified.craftitem.spigot.skull.SkullModifier
All Implemented Interfaces:
ItemModifier, SpigotItemModifier

public class SkullModifier extends Object implements SpigotItemModifier
Skull modifier that handles setting skull textures from various sources: - Player names - Player UUIDs - Texture URLs - Mojang SHA256 hashes - Base64 encoded texture data
  • Constructor Details

    • SkullModifier

      public SkullModifier(String skullString)
      Creates a skull modifier.
      Parameters:
      skullString - the skull string
  • Method Details