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.nms
/
EntityAdapter
Entity
Adapter
interface
EntityAdapter
Inheritors
Multiplier
Members
Types
Multiplier
Link copied to clipboard
class
Multiplier
:
Record
,
EntityAdapter
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
EntityAdapter
Functions
body
Yaw
Link copied to clipboard
abstract
fun
bodyYaw
(
)
:
Float
damage
Tick
Link copied to clipboard
abstract
fun
damageTick
(
)
:
Float
dead
Link copied to clipboard
abstract
fun
dead
(
)
:
Boolean
entity
Link copied to clipboard
@
Nullable
abstract
fun
entity
(
)
:
LivingEntity
glow
Link copied to clipboard
abstract
fun
glow
(
)
:
Boolean
invisible
Link copied to clipboard
abstract
fun
invisible
(
)
:
Boolean
multiply
Link copied to clipboard
open
fun
multiply
(
scaleMultiplier
:
Double
)
:
EntityAdapter
on
Walk
Link copied to clipboard
abstract
fun
onWalk
(
)
:
Boolean
passenger
Position
Link copied to clipboard
@
NotNull
abstract
fun
passengerPosition
(
)
:
Vector3f
pitch
Link copied to clipboard
abstract
fun
pitch
(
)
:
Float
scale
Link copied to clipboard
abstract
fun
scale
(
)
:
Double
walk
Speed
Link copied to clipboard
abstract
fun
walkSpeed
(
)
:
Float
yaw
Link copied to clipboard
abstract
fun
yaw
(
)
:
Float