Composite

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
open fun composite(@NotNull scaler: @NotNull ModelScaler): @NotNull ModelScaler
@NotNull
open fun composite(@NotNull scalers: Array<@NotNull ModelScaler>): @NotNull ModelScaler
Link copied to clipboard
open fun data(): JsonElement
Link copied to clipboard
@NotNull
open fun defaultScaler(): @NotNull ModelScaler
Link copied to clipboard
@NotNull
open fun deserialize(@NotNull element: @NotNull JsonObject): @NotNull ModelScaler
Link copied to clipboard
@NotNull
open fun entity(): @NotNull ModelScaler
Link copied to clipboard
@NotNull
open fun name(): @NotNull String
Link copied to clipboard
open fun scale(@NotNull tracker: @NotNull Tracker): Float
Link copied to clipboard
@NotNull
open fun serialize(): @NotNull JsonObject
Link copied to clipboard
@NotNull
open fun value(value: Float): @NotNull ModelScaler