Package kr.toxicity.model.api.tracker
Interface ModelRotator.Getter
- Enclosing interface:
ModelRotator
public static interface ModelRotator.Getter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull ModelRotationapply(@NotNull Tracker tracker, @NotNull ModelRotation modelRotation) static @NotNull ModelRotator.Getterof(@NotNull Function<ModelRotation, ModelRotation> rotator) static @NotNull ModelRotator.Getterof(@NotNull Supplier<ModelRotation> rotator) static @NotNull ModelRotator.Getterof(@NotNull ModelRotation rotator)
-
Field Details
-
DEFAULT
-
-
Method Details
-
apply
@NotNull @NotNull ModelRotation apply(@NotNull @NotNull Tracker tracker, @NotNull @NotNull ModelRotation modelRotation) -
of
-
of
-
of
@NotNull static @NotNull ModelRotator.Getter of(@NotNull @NotNull Function<ModelRotation, ModelRotation> rotator)
-