Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scarsz/mojang

Library for easy usage of Mojang heads & profiles
https://github.com/scarsz/mojang

Last synced: 8 days ago
JSON representation

Library for easy usage of Mojang heads & profiles

Awesome Lists containing this project

README

        

# Mojang
Library for easy usage of Mojang heads & profiles

# Usage
```java
Head.createFromTexture("26e27da12819a8b053da0cc2b62dec4cda91de6eeec21ccf3bfe6dd8d4436a7");
Head.create("PlayerName");
Head.create(UUID);
Head.create(OfflinePlayer);
```

# Maven
```xml


scarsz
https://nexus.scarsz.me/content/groups/public/

github.scarsz
mojang
1.1.1

```