Go to file
2018-09-14 20:29:53 +02:00
src Updated to 2.1.8 (not too much manual changes). 2018-09-14 20:29:53 +02:00
.gitignore Uploaded the source-code of Heads to the GitHub repository. 2018-08-20 22:13:10 +02:00
README.md Fixed amount in the README file to avoid confusion. 2018-09-11 19:04:10 +02:00

DeluxeHeads

Search over 17,000 unique, artistic heads which are perfect for builders and servers with the nice DeluxeHeads resource.
Quality, performance, and support are my priorities for this resource. Purchase it for $2.99 (sometimes cheaper with sales).

Note: Please consider purchasing this resource on Spigot if you want to really support me.

Developers

Here is an example with built-in methods for developers that want to use the developers API to code other resources.

# Check if DeluxeHeads is installed and enabled.
if (DeluxeHeadsAPI.isEnabled()) {
Hooray();
}

# How you would get the heads in any way.
Head getHead(int id)
Set<String> getCategories()
List<Head> getAllHeads()
List<Head> getCategoryHeads(String category)
void searchHeads(String query, Consumer<List<Head>> onResult)
void downloadHead(String playerName, Consumer<Head> consumer)

# How you would use the heads in any way.
int getId()
String getName()
String getCategory()
double getCost()
ItemStack getItem()
ItemStack getItem(String displayName)