Getter

interface Getter

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
abstract fun apply(@NotNull tracker: @NotNull Tracker, @NotNull modelRotation: @NotNull ModelRotation): @NotNull ModelRotation
Link copied to clipboard
@NotNull
open fun of(@NotNull rotator: @NotNull (ModelRotation) -> ModelRotation): @NotNull ModelRotator.Getter
@NotNull
open fun of(@NotNull rotator: @NotNull Supplier<ModelRotation>): @NotNull ModelRotator.Getter
@NotNull
open fun of(@NotNull rotator: @NotNull ModelRotation): @NotNull ModelRotator.Getter