BlueprintTexture

Texture of model

Parameters

name

texture name

image

image

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
@NotNull
open fun from(@NotNull blueprint: ModelTexture): BlueprintTexture
Gets texture from raw blueprint
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
Checks this texture is animated
Link copied to clipboard
@NotNull
open fun packName(@NotNull parentName: String): String
Creates pack name
Link copied to clipboard
@NotNull
open fun resolution(): ModelResolution
Gets model resolution
Link copied to clipboard
@NotNull
open fun toMcmeta(): JsonObject
Generates mcmeta of this image
Link copied to clipboard
abstract fun toString(): String