B 
        
            C 
        
            E 
        
            G 
        
            I 
        
            M 
        
            S 
        
        
I
- itemFromBase64(java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin based on a base64 string.
 - itemFromName(java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin based on a player's name.
 - itemFromNameOnline(java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin based on a player's name using Mojang API.
 - itemFromUrl(java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin at a Mojang URL.
 - itemFromUuid(java.util.UUID) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin based on a player's UUID.
 - itemFromUuidOnline(java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Creates a player skull item with the skin based on a player's UUID using Mojang API.
 - itemWithBase64(org.bukkit.inventory.ItemStack,java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Modifies a skull to use the skin based on the given base64 string.
 - itemWithName(org.bukkit.inventory.ItemStack,java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Modifies a skull to use the skin of the player with a given name.
 - itemWithUrl(org.bukkit.inventory.ItemStack,java.lang.String) - function in eu.xap3y.skullcreator.SkullCreator
 - Modifies a skull to use the skin at the given Mojang URL.
 - itemWithUuid(org.bukkit.inventory.ItemStack,java.util.UUID) - function in eu.xap3y.skullcreator.SkullCreator
 - Modifies a skull to use the skin of the offline player with a given UUID.