BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-171
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelFace
Model
Face
@
ApiStatus.Internal
class
ModelFace
:
Record
A UV mappings of an element (cube).
Parameters
north
north
east
east
south
south
west
west
up
up
down
down
Members
Constructors
Model
Face
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
Returns whether this UV has textures.
to
Json
Link copied to clipboard
@
NotNull
open
fun
toJson
(
@
NotNull
parent
:
@
NotNull
ModelBlueprint
,
tint
:
Int
)
:
@
NotNull
JsonObject
Converts UV to JSON object.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String