class Packets::Play::C::JoinGame
- Packets::Play::C::JoinGame
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(entity_id : Int32, gamemode : UInt8, dimension : Int8, difficulty : UInt8, max_players : UInt8, level_type : String, reduced_debug_info : Bool)
- .new(packet : RawPacket)
Instance Method Summary
- #difficulty : UInt8
- #dimension : Int8
- #entity_id : Int32
- #gamemode : UInt8
- #level_type : String
- #max_players : UInt8
- #reduced_debug_info : Bool
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(entity_id : Int32, gamemode : UInt8, dimension : Int8, difficulty : UInt8, max_players : UInt8, level_type : String, reduced_debug_info : Bool)
#