ModelFace

@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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun hasTexture(): Boolean
Returns whether this UV has textures.
Link copied to clipboard
@NotNull
open fun toJson(@NotNull parent: ModelBlueprint, tint: Int): JsonObject
Converts UV to JSON object.
Link copied to clipboard
abstract fun toString(): String