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
/
BlockSyncPacket
/
BlockData
Block
Data
data
class
BlockData
(
val
id
:
Identifier
,
val
destroyTime
:
Float
,
val
requiresCorrectTool
:
Boolean
)
Data for a single block to be synchronized.
Members
Constructors
Block
Data
Link copied to clipboard
constructor
(
id
:
Identifier
,
destroyTime
:
Float
,
requiresCorrectTool
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
destroy
Time
Link copied to clipboard
val
destroyTime
:
Float
id
Link copied to clipboard
val
id
:
Identifier
requires
Correct
Tool
Link copied to clipboard
val
requiresCorrectTool
:
Boolean
Functions
write
Link copied to clipboard
fun
write
(
buf
:
FriendlyByteBuf
)