BetterModel
Toggle table of contents
1.11.2-SNAPSHOT-315
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
Datapoint
Datapoint
@
ApiStatus.Internal
class
Datapoint
:
Record
A raw JSON vector.
Parameters
x
x
y
y
z
z
script
script
Members
Constructors
Datapoint
Link copied to clipboard
constructor
(
)
Properties
PARSER
Link copied to clipboard
val
PARSER
:
JsonDeserializer
<
Datapoint
>
Parser instance
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
Function
Link copied to clipboard
@
NotNull
open
fun
toFunction
(
@
NotNull
placeholder
:
@
NotNull
ModelPlaceholder
)
:
@
NotNull
FloatFunction
<
Vector3f
>
Creates vector function
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String