BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-67
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.nms
/
EntityAdapter
Entity
Adapter
interface
EntityAdapter
An adapter of entity
Inheritors
Multiplier
Members
Types
Multiplier
Link copied to clipboard
class
Multiplier
:
Record
,
EntityAdapter
Multiplier
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
EntityAdapter
Empty adapter
Functions
body
Yaw
Link copied to clipboard
abstract
fun
bodyYaw
(
)
:
Float
Gets entity's body yaw (y-rot)
damage
Tick
Link copied to clipboard
abstract
fun
damageTick
(
)
:
Float
Gets entity's damage tick
dead
Link copied to clipboard
abstract
fun
dead
(
)
:
Boolean
Checks source entity is dead
entity
Link copied to clipboard
@
Nullable
abstract
fun
entity
(
)
:
LivingEntity
Gets source
fly
Link copied to clipboard
abstract
fun
fly
(
)
:
Boolean
Checks source entity is on fly
glow
Link copied to clipboard
abstract
fun
glow
(
)
:
Boolean
Checks source entity is on glow
invisible
Link copied to clipboard
abstract
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
abstract
fun
onWalk
(
)
:
Boolean
Checks source entity is on walk
passenger
Position
Link copied to clipboard
@
NotNull
abstract
fun
passengerPosition
(
)
:
Vector3f
Gets entity's passenger point
pitch
Link copied to clipboard
abstract
fun
pitch
(
)
:
Float
Gets entity's pitch (x-rot)
scale
Link copied to clipboard
abstract
fun
scale
(
)
:
Double
Gets entity's scale
walk
Speed
Link copied to clipboard
abstract
fun
walkSpeed
(
)
:
Float
Gets entity's walk speed
yaw
Link copied to clipboard
abstract
fun
yaw
(
)
:
Float
Gets entity's yaw (y-rot)