BetterModel
Toggle table of contents
1.14.1-SNAPSHOT-417
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelUV
Model
UV
class
ModelUV
:
Record
UV data of a model
Parameters
uv
uv
rotation
rotation
texture
texture
Members
Constructors
Model
UV
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
has
Texture
Link copied to clipboard
open
fun
hasTexture
(
)
:
Boolean
Checks this UV has textures.
texture
Index
Link copied to clipboard
open
fun
textureIndex
(
)
:
Int
Gets texture index
to
Json
Link copied to clipboard
@
NotNull
open
fun
toJson
(
@
NotNull
parent
:
@
NotNull
ModelBlueprint
,
tint
:
Int
)
:
@
NotNull
JsonObject
Gets json data of uv
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String