Skip to content

Commit e614c7d

Browse files
committed
Fix javadoc
1 parent 590b322 commit e614c7d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

SimpleAPI/src/main/java/com/bencodez/simpleapi/skull/SkullCache.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -361,13 +361,6 @@ public static ItemStack itemWithURL(String url) {
361361
return getSkull(url);
362362
}
363363

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-
*/
371364
public static ItemStack itemWithUuid(UUID id, String playerName) {
372365
notNull(id, "id");
373366

0 commit comments

Comments
 (0)