BetterModel
Toggle table of contents
1.4.3
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.nms
/
EntityAdapter
/
Multiplier
Multiplier
class
Multiplier
:
Record
,
EntityAdapter
Multiplier
Parameters
delegate
source
scale
Multiplier
scale multiplier
Members
Constructors
Multiplier
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
EntityAdapter
Empty adapter
Functions
body
Yaw
Link copied to clipboard
open
fun
bodyYaw
(
)
:
Float
Gets entity's body yaw (y-rot)
damage
Tick
Link copied to clipboard
open
fun
damageTick
(
)
:
Float
Gets entity's damage tick
dead
Link copied to clipboard
open
fun
dead
(
)
:
Boolean
Checks source entity is dead
entity
Link copied to clipboard
@
Nullable
open
fun
entity
(
)
:
LivingEntity
Gets source
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
fly
Link copied to clipboard
open
fun
fly
(
)
:
Boolean
Checks source entity is on fly
glow
Link copied to clipboard
open
fun
glow
(
)
:
Boolean
Checks source entity is on glow
handle
Link copied to clipboard
@
Nullable
open
fun
handle
(
)
:
Any
Gets vanilla entity
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
invisible
Link copied to clipboard
open
fun
invisible
(
)
:
Boolean
Checks source entity is invisible
multiply
Link copied to clipboard
open
fun
multiply
(
scaleMultiplier
:
Double
)
:
EntityAdapter
Multiplies this adapter
on
Walk
Link copied to clipboard
open
fun
onWalk
(
)
:
Boolean
Checks source entity is on walk
passenger
Position
Link copied to clipboard
@
NotNull
open
fun
passengerPosition
(
)
:
Vector3f
Gets entity's passenger point
pitch
Link copied to clipboard
open
fun
pitch
(
)
:
Float
Gets entity's pitch (x-rot)
scale
Link copied to clipboard
open
fun
scale
(
)
:
Double
Gets entity's scale
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
walk
Speed
Link copied to clipboard
open
fun
walkSpeed
(
)
:
Float
Gets entity's walk speed
yaw
Link copied to clipboard
open
fun
yaw
(
)
:
Float
Gets entity's yaw (y-rot)