ModelTexture

@ApiStatus.Internal
class ModelTexture : Record

A raw model texture.

Parameters

name

texture's name

source

texture's base64-encoded byte array

width

width

height

height

uvWidth

uv-width

uvHeight

uv-height

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun toBlueprint(): @NotNull BlueprintTexture
Converts this texture to blueprint textures
Link copied to clipboard
abstract fun toString(): String