class Packets::Play::S::PlayerBlockPlacement
- Packets::Play::S::PlayerBlockPlacement
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(location : Position, face : Int8, held_item : Slot, cursor_x : Int8, cursor_y : Int8, cursor_z : Int8)
- .new(packet : RawPacket)
Instance Method Summary
- #cursor_x : Int8
- #cursor_y : Int8
- #cursor_z : Int8
- #face : Int8
- #held_item : Slot
- #location : Position
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(location : Position, face : Int8, held_item : Slot, cursor_x : Int8, cursor_y : Int8, cursor_z : Int8)
#