class Shatter::Packet::Play::JoinGame

Included Modules

Defined in:

shatter/packet/play/player_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_75(pkt : IO, con : Shatter::Connection) #

[View source]

Instance Method Detail

def codec : Codec #

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

[View source]
def dimension : String #

[View source]
def gamemode : Data::Player::Gamemode #

[View source]
def hardcore : Bool #

[View source]
def has_describe? : Bool #

[View source]
def has_respawn : Bool #

[View source]
def hash_seed : UInt64 #

[View source]
def is_debug : Bool #

[View source]
def is_flat : Bool #

[View source]
def max_players : VarInt #

[View source]
def my_eid : UInt32 #

[View source]
def packet_name : String #

[View source]
def prev_gamemode : Data::Player::Gamemode | Nil #

[View source]
def reduced_debug : Bool #

[View source]
def run(con) #

[View source]
def view_distance : VarInt #

[View source]
def world : String #

[View source]
def worlds : Array(String) #

[View source]