class Rosegold::Clientbound::MultiBlockChange

Defined in:

rosegold/packets/clientbound/multi_block_change.cr

Constructors

Class Method Summary

Instance Method Summary

Class methods inherited from class Rosegold::Clientbound::Packet

new_raw(bytes) new_raw, state state

Instance methods inherited from class Rosegold::Packet

callback(client_or_server) callback, to_s(io) to_s, write : Bytes write

Constructor Detail

def self.new(section_x : Int32, section_y : Int32, section_z : Int32, block_states : Array(Tuple(Int32, Int32, Int32, UInt16))) #

[View source]

Class Method Detail

def self.packet_id #

[View source]
def self.read(packet) #

[View source]

Instance Method Detail

def block_states : Array(Tuple(Int32, Int32, Int32, UInt16)) #

[View source]
def block_states=(block_states : Array(Tuple(Int32, Int32, Int32, UInt16))) #

[View source]
def callback(client) #

[View source]
def section_x : Int32 #

[View source]
def section_x=(section_x : Int32) #

[View source]
def section_y : Int32 #

[View source]
def section_y=(section_y : Int32) #

[View source]
def section_z : Int32 #

[View source]
def section_z=(section_z : Int32) #

[View source]