class Packets::Play::C::ScoreboardObjective

Defined in:

packets/packets.cr

Constructors

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(name : String, mode : Int8, value : Union(String, Nil), type : Union(String, Nil)) #

[View source]
def self.new(packet : RawPacket) #

[View source]

Instance Method Detail

def mode : Int8 #

def name : String #

def type : Union(String, Nil) #

def value : Union(String, Nil) #