Package net.craftions.api.util
Class PlayerHeads
- java.lang.Object
-
- net.craftions.api.util.PlayerHeads
-
public class PlayerHeads extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerHeads()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.bukkit.inventory.ItemStack
getHead(String textureUrl)
Get an PlayerHead with a custom texture Inspired by https://github.com/Dobb1000/PERKS/blob/70aeee51ec80020ac18a4d5619dc73eedf1ae332/src/net/craftions/util/headsmenu/HeadMenu.java#L145
-
-
-
Method Detail
-
getHead
public static org.bukkit.inventory.ItemStack getHead(String textureUrl)
Get an PlayerHead with a custom texture Inspired by https://github.com/Dobb1000/PERKS/blob/70aeee51ec80020ac18a4d5619dc73eedf1ae332/src/net/craftions/util/headsmenu/HeadMenu.java#L145- Parameters:
textureUrl
- The url of the texture the head should take- Returns:
- The head
-
-