struct Shatter::Packet::Play::ChunkPacket119::Tile

Defined in:

shatter/packet/play/world_packets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(xz : UInt8, y : UInt16, type : VarInt, data : NBT) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(xz _xz = @xz, y _y = @y, type _type = @type, data _data = @data) #

[View source]
def data : NBT #

def type : VarInt #

def xz : UInt8 #

def y : UInt16 #