TrackerData

Tracker data

Parameters

id

model id

scaler

scaler

rotator

rotator

modifier

modifier

bodyRotator

body rotation

hideOption

hide option

markForSpawn

player uuids that mark for spawning

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val PARSER: Gson
Parser

Functions

Link copied to clipboard
open fun applyAs(@NotNull tracker: @NotNull EntityTracker)
Link copied to clipboard
@NotNull
open fun bodyRotator(): @NotNull EntityBodyRotator.RotatorData
Link copied to clipboard
@NotNull
open fun deserialize(@NotNull element: @NotNull JsonElement): @NotNull TrackerData
Deserializes data from JSON
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun hideOption(): @NotNull EntityHideOption
Link copied to clipboard
@NotNull
open fun markForSpawn(): @NotNull Set<UUID>
Link copied to clipboard
@NotNull
open fun rotator(): @NotNull ModelRotator
Link copied to clipboard
@NotNull
open fun scaler(): @NotNull ModelScaler
Link copied to clipboard
@NotNull
open fun serialize(): @NotNull JsonElement
Serializes data as JSON
Link copied to clipboard
@NotNull
open fun toString(): @NotNull String