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.network
/
EffectSyncPacket
/
EffectData
Effect
Data
data
class
EffectData
(
val
id
:
Identifier
,
val
category
:
MobEffectCategory
,
val
color
:
Int
)
Data for a single effect to be synchronized.
Members
Constructors
Effect
Data
Link copied to clipboard
constructor
(
id
:
Identifier
,
category
:
MobEffectCategory
,
color
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
category
Link copied to clipboard
val
category
:
MobEffectCategory
color
Link copied to clipboard
val
color
:
Int
id
Link copied to clipboard
val
id
:
Identifier
Functions
write
Link copied to clipboard
fun
write
(
buf
:
FriendlyByteBuf
)