TextureIconContent

Allows requesting "texture icons", which are font characters that use textures as their glyphs (i.e. tool textures like pickaxes).

Constructors

Link copied to clipboard
constructor(builder: ResourcePackBuilder)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
inner class Write : PackTask

Writes the texture icons requested in TextureIconContent to FontContent.

Functions

Link copied to clipboard
fun addIcons(vararg ids: String)

Request additional icons to be added to the texture icon font. Ids should be in the format namespace:path, i.e. minecraft:item/stone_sword.

Request additional icons to be added to the texture icon font. File extension should not be included in the path.