We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590b322 commit e614c7dCopy full SHA for e614c7d
SimpleAPI/src/main/java/com/bencodez/simpleapi/skull/SkullCache.java
@@ -361,13 +361,6 @@ public static ItemStack itemWithURL(String url) {
361
return getSkull(url);
362
}
363
364
- /**
365
- * Modifies a skull to use the skin of the player with a given uuid.
366
- *
367
- * @param item The item to apply the name to. Must be a player skull.
368
- * @param id The player's uuid.
369
- * @return The head of the player.
370
- */
371
public static ItemStack itemWithUuid(UUID id, String playerName) {
372
notNull(id, "id");
373
0 commit comments