BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-175
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.tracker
/
ModelRotator
/
SourcedRotator
Sourced
Rotator
class
SourcedRotator
:
Record
,
ModelRotator
Members
Constructors
Sourced
Rotator
Link copied to clipboard
constructor
(
)
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
ModelRotator
Default rotator
DESERIALIZER
Link copied to clipboard
val
DESERIALIZER
:
ModelRotator.Deserializer
EMPTY
Link copied to clipboard
val
EMPTY
:
ModelRotator
Empty rotator
PITCH
Link copied to clipboard
val
PITCH
:
ModelRotator
Pitch rotator
YAW
Link copied to clipboard
val
YAW
:
ModelRotator
Yaw rotator
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
p
:
(
in
R
)
->
out
V
)
:
BiFunction
<
T
,
U
,
V
>
apply
Link copied to clipboard
abstract
fun
apply
(
p
:
T
,
p1
:
U
)
:
R
@
NotNull
open
fun
apply
(
@
NotNull
tracker
:
@
NotNull
Tracker
)
:
@
NotNull
ModelRotation
@
NotNull
open
fun
apply
(
@
NotNull
tracker
:
@
NotNull
Tracker
,
@
NotNull
rotation
:
@
NotNull
ModelRotation
)
:
@
NotNull
ModelRotation
data
Link copied to clipboard
@
Nullable
open
fun
data
(
)
:
@
Nullable
JsonElement
deserialize
Link copied to clipboard
@
NotNull
open
fun
deserialize
(
@
NotNull
object
:
@
NotNull
JsonObject
)
:
@
NotNull
ModelRotator
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
name
Link copied to clipboard
@
NotNull
open
fun
name
(
)
:
@
NotNull
String
serialize
Link copied to clipboard
@
NotNull
open
fun
serialize
(
)
:
@
NotNull
JsonObject
source
Link copied to clipboard
@
Nullable
abstract
fun
source
(
)
:
@
Nullable
ModelRotator
then
Link copied to clipboard
@
NotNull
open
fun
then
(
@
NotNull
rotator
:
@
NotNull
ModelRotator
)
:
@
NotNull
ModelRotator
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String