class Rosegold::Clientbound::Respawn
- Rosegold::Clientbound::Respawn
- Rosegold::Clientbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Defined in:
rosegold/packets/clientbound/respawn.crConstructors
Class Method Summary
Instance Method Summary
- #callback(client)
- #copy_metadata=(copy_metadata : Bool)
- #copy_metadata? : Bool
- #dimension : Minecraft::NBT::Tag
- #dimension=(dimension : Minecraft::NBT::Tag)
- #dimension_name : String
- #dimension_name=(dimension_name : String)
- #gamemode : Int8
- #gamemode=(gamemode : Int8)
- #hashed_seed : Int64
- #hashed_seed=(hashed_seed : Int64)
- #is_debug=(is_debug : Bool)
- #is_debug? : Bool
- #is_flat=(is_flat : Bool)
- #is_flat? : Bool
- #previous_gamemode : Int8
- #previous_gamemode=(previous_gamemode : Int8)
- #write : Bytes
Class methods inherited from class Rosegold::Clientbound::Packet
new_raw(bytes)
new_raw,
state
state
Instance methods inherited from class Rosegold::Packet
callback(client_or_server)
callback,
to_s(io)
to_s,
write : Bytes
write
Constructor Detail
def self.new(dimension : Minecraft::NBT::Tag, dimension_name : String, hashed_seed : Int64, gamemode : Int8, previous_gamemode : Int8, is_debug : Bool, is_flat : Bool, copy_metadata : Bool)
#