ModelDatapoint
Represents a single data point within a keyframe, which can be a static value or a Molang script.
This record holds the raw JSON values for x, y, and z coordinates, or a script string.
Since
1.15.2
Parameters
x
the x-coordinate value or script
y
the y-coordinate value or script
z
the z-coordinate value or script
script
the script string (used for sound/particle effects)
Functions
Link copied to clipboard
@NotNull
Converts this data point into a function that returns a Vector3f.