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
Checks this textures can be rendered.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
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 parent: @NotNull String): @NotNull String
Gets pack name
@NotNull
open fun packName(@NotNull obfuscator: @NotNull PackObfuscator, @NotNull parent: @NotNull String): @NotNull String
Creates pack name
Link copied to clipboard
@NotNull
open fun packNamespace(@NotNull obfuscator: @NotNull PackObfuscator, @NotNull parentName: @NotNull String): @NotNull String
Creates pack namespace
Link copied to clipboard
@NotNull
open fun resolution(@NotNull resolution: @NotNull ModelResolution): @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