Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scarsz/mojang
- Owner: Scarsz
- Created: 2020-04-23T06:16:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T23:59:34.000Z (10 months ago)
- Last Synced: 2024-10-11T03:22:10.080Z (about 1 month ago)
- Language: Java
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```