BlockData

data class BlockData(val id: Identifier, val destroyTime: Float, val requiresCorrectTool: Boolean)

Data for a single block to be synchronized.

Constructors

Link copied to clipboard
constructor(id: Identifier, destroyTime: Float, requiresCorrectTool: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: Identifier
Link copied to clipboard

Functions

Link copied to clipboard
fun write(buf: FriendlyByteBuf)