Datapoint

@ApiStatus.Internal
class Datapoint : Record

A raw JSON vector.

Parameters

x

x

y

y

z

z

script

script

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Parser : Function<T, R> , JsonDeserializer<T>
Parser

Properties

Link copied to clipboard
Parser instance

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun toVector(): @NotNull Vector3f
Converts to vector.