BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-50
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.entity
/
EntityMovement
Entity
Movement
class
EntityMovement
:
Record
A entity movement.
Parameters
transform
position
scale
scale
rotation
rotation
raw
Rotation
raw rotation
Members
Constructors
Entity
Movement
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
EntityMovement
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
movement
:
AnimationMovement
)
:
EntityMovement
Animates this movement.
@
NotNull
open
fun
plus
(
@
NotNull
position
:
Vector3f
)
:
EntityMovement
Adds other position.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String