class Shatter::Packet::Play::JoinGame
- Shatter::Packet::Play::JoinGame
- Reference
- Object
Included Modules
- JSON::Serializable
- Shatter::Packet::Handler
Defined in:
shatter/packet/play/player_packets.crConstructors
Class Method Summary
Instance Method Summary
- #codec : Codec
- #describe(con : Shatter::Connection, io : IO = STDERR)
- #dimension : String
- #gamemode : Data::Player::Gamemode
- #hardcore : Bool
- #has_describe? : Bool
- #has_respawn : Bool
- #hash_seed : UInt64
- #is_debug : Bool
- #is_flat : Bool
- #max_players : VarInt
- #my_eid : UInt32
- #packet_name : String
- #prev_gamemode : Data::Player::Gamemode | Nil
- #reduced_debug : Bool
- #run(con)
- #view_distance : VarInt
- #world : String
- #worlds : Array(String)