kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.dpcaller
/
KattonEntityAttributeValueMap
Katton
Entity
Attribute
Value
Map
class
KattonEntityAttributeValueMap
(
val
entity
:
LivingEntity
)
Members
Constructors
Katton
Entity
Attribute
Value
Map
Link copied to clipboard
constructor
(
entity
:
LivingEntity
)
Properties
entity
Link copied to clipboard
val
entity
:
LivingEntity
Functions
contains
Link copied to clipboard
fun
contains
(
holder
:
Holder
<
Attribute
>
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
holder
:
Holder
<
Attribute
>
)
:
Double
?
set
Link copied to clipboard
fun
set
(
holder
:
Holder
<
Attribute
>
,
value
:
Double
,
vararg
modifiers
:
AttributeModifier
)