setHeadCustomisation

fun setHeadCustomisation(models: List<Int>, recolours: List<Int>, retextures: List<Int>)

Sets the chat head customisation for this NPC.

Parameters

models

the list of models to override; if the list is empty, models are not overridden.

recolours

the list of recolours to apply to this NPC; if the list is empty, recolours are not applied. If recolours are provided, the server MUST ensure that the number of recolours matches the number of source colours defined on the NPC in the cache, as the client reads based on the cache configuration.

retextures

the list of retextures to apply to this NPC; if the list is empty, retextures are not applied. If retextures are provided, the server MUST ensure that the number of retextures matches the number of source textures defined on the NPC in the cache, as the client reads based on the cache configuration.