Cube

A raw model's cube.

Parameters

name

name

uuid

cube's uuid

from

min-position

to

max-position

inflate

inflate

rotation

rotation

origin

origin

faces

uv

_visibility

visibility

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val PARSER: JsonDeserializer<ModelElement>

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(): @NotNull Float3
Gets from-position
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun isSupported(): Boolean
Checks this element is supported
Link copied to clipboard
@NotNull
abstract fun name(): @NotNull String
Gets name
Link copied to clipboard
@NotNull
open fun rotation(): @NotNull Float3
Gets rotation
Link copied to clipboard
@NotNull
open fun to(): @NotNull Float3
Gets to-position
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun type(): @NotNull String
Gets type
Link copied to clipboard
@NotNull
abstract fun uuid(): @NotNull String
Gets uuid
Link copied to clipboard
open fun visibility(): Boolean
Gets visibility