0 API: CustomHeadsAPI
LikeWhat edited this page 2018-09-16 21:18:31 +02:00

CustomHeads API

To get the API Instance you'll have to use this Method: CustomHeads.getApi()

setSkullWithTexture(Block block, String texture, BlockFace facing)

Sets an Skull at the Location with the Texture on it Rotation can be set with facing


getAlphabetHead(String input, HeadFontType fontType)

Get the Character from the Font


writeText(String text, Location location, HeadFontType fontType)

Writes an Text like /heads write from left to right. Rotation of the Text is determined by the Yaw of the Location


getSkullTexture(ItemStack itemStack)

getSkullTexture(Block block)

Returns an Base64 String as Texture Value from an ItemStack/Block


wrapPlayer(OfflinePlayer player)

Returns an Instance of an wrapped Player for extra Methods you can use to change the Categories of an Player, get the saved Heads from an Player and get the Search/Get History (see: CustomHeadsPlayer)