Index

B C D I S 
All Classes and Interfaces|All Packages

B

blockWithBase64(Block, String) - Static method in class day.dean.skullcreator.SkullCreator
Sets the block to a skull with the skin for the base64 string.
blockWithName(Block, String) - Static method in class day.dean.skullcreator.SkullCreator
Deprecated.
names don't make for good identifiers.
blockWithUrl(Block, String) - Static method in class day.dean.skullcreator.SkullCreator
Sets the block to a skull with the skin found at the provided mojang URL.
blockWithUuid(Block, UUID) - Static method in class day.dean.skullcreator.SkullCreator
Sets the block to a skull with the given UUID.

C

createSkull() - Static method in class day.dean.skullcreator.SkullCreator
Creates a player skull, should work in both legacy and new Bukkit APIs.

D

day.dean.skullcreator - package day.dean.skullcreator
 

I

itemFromBase64(String) - Static method in class day.dean.skullcreator.SkullCreator
Creates a player skull item with the skin based on a base64 string.
itemFromName(String) - Static method in class day.dean.skullcreator.SkullCreator
Deprecated.
names don't make for good identifiers.
itemFromUrl(String) - Static method in class day.dean.skullcreator.SkullCreator
Creates a player skull item with the skin at a Mojang URL.
itemFromUuid(UUID) - Static method in class day.dean.skullcreator.SkullCreator
Creates a player skull item with the skin based on a player's UUID.
itemWithBase64(ItemStack, String) - Static method in class day.dean.skullcreator.SkullCreator
Modifies a skull to use the skin based on the given base64 string.
itemWithName(ItemStack, String) - Static method in class day.dean.skullcreator.SkullCreator
Deprecated.
names don't make for good identifiers.
itemWithUrl(ItemStack, String) - Static method in class day.dean.skullcreator.SkullCreator
Modifies a skull to use the skin at the given Mojang URL.
itemWithUuid(ItemStack, UUID) - Static method in class day.dean.skullcreator.SkullCreator
Modifies a skull to use the skin of the player with a given UUID.

S

SkullCreator - Class in day.dean.skullcreator
A library for the Bukkit API to create player skulls from names, base64 strings, and texture URLs.
B C D I S 
All Classes and Interfaces|All Packages