class Packets::Play::C::MultiBlockChange
- Packets::Play::C::MultiBlockChange
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(chunk_x : Int32, chunk_z : Int32, record_count : Int32, records : Array(BlockRecord))
- .new(packet : RawPacket)
Instance Method Summary
Instance methods inherited from class RawPacket
data : Bytes
data,
id : Int32
id,
slice : Bytes
slice
Constructor methods inherited from class RawPacket
new(id : Int32, data : Bytes)
new
Constructor Detail
def self.new(chunk_x : Int32, chunk_z : Int32, record_count : Int32, records : Array(BlockRecord))
#