BlueprintTexture

Texture of the 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: @NotNull ModelTexture): @NotNull 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: @NotNull String): @NotNull String
Creates pack name
Link copied to clipboard
@NotNull
open fun resolution(): @NotNull ModelResolution
Gets model resolution
Link copied to clipboard
@NotNull
open fun toMcmeta(): @NotNull JsonObject
Generates mcmeta of this image
Link copied to clipboard
abstract fun toString(): String