class Packets::Play::C::OpenWindow
- Packets::Play::C::OpenWindow
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(window_id : UInt8, window_type : String, window_title : String, slot_count : UInt8, entity_id : Union(Int32, Nil))
- .new(packet : RawPacket)
Instance Method Summary
- #entity_id : Union(Int32, Nil)
- #slot_count : UInt8
- #window_id : UInt8
- #window_title : String
- #window_type : String
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(window_id : UInt8, window_type : String, window_title : String, slot_count : UInt8, entity_id : Union(Int32, Nil))
#