class Shatter::Packet::Play::MultiBlocks

Included Modules

Defined in:

shatter/packet/play/block_packets.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor methods inherited from module Shatter::Packet::Handler

new(pkt : IO, con : Shatter::Connection) new

Constructor Detail

def self.new(pkt : IO, con : Shatter::Connection) #

[View source]
def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.__temp_71(pkt : IO, con : Shatter::Connection) #

[View source]

Instance Method Detail

def _garbage : Bool #

[View source]
def _sect_x : Int64 #

[View source]
def _sect_y : Int64 #

[View source]
def _sect_z : Int64 #

[View source]
def _val : UInt64 #

[View source]
def blocks : Array(NamedTuple(x: Int64, y: Int64, z: Int64, state: String)) #

[View source]
def describe(con : Shatter::Connection, io : IO = STDERR) #

[View source]
def has_describe? : Bool #

[View source]
def packet_name : String #

[View source]