BetterModel
Toggle table of contents
1.11.3-SNAPSHOT-329
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintTexture
Blueprint
Texture
class
BlueprintTexture
:
Record
Texture of the model
Parameters
name
texture name
image
image
uv
Width
uv width
uv
Height
uv height
Members
Constructors
Blueprint
Texture
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
is
Animated
Texture
Link copied to clipboard
open
fun
isAnimatedTexture
(
)
:
Boolean
Checks this texture is animated
pack
Name
Link copied to clipboard
@
NotNull
open
fun
packName
(
@
NotNull
parentName
:
@
NotNull
String
)
:
@
NotNull
String
Creates pack name
resolution
Link copied to clipboard
@
NotNull
open
fun
resolution
(
)
:
@
NotNull
ModelResolution
Gets model resolution
to
Mcmeta
Link copied to clipboard
@
NotNull
open
fun
toMcmeta
(
)
:
@
NotNull
JsonObject
Generates mcmeta of this image
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String