class Packets::Play::C::EntityLookAndRelativeMove
- Packets::Play::C::EntityLookAndRelativeMove
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(entity_id : Int32, delta_x : Int8, delta_y : Int8, delta_z : Int8, yaw : Angle, pitch : Angle, on_ground : Bool)
- .new(packet : RawPacket)
Instance Method Summary
- #delta_x : Int8
- #delta_y : Int8
- #delta_z : Int8
- #entity_id : Int32
- #on_ground : Bool
- #pitch : Angle
- #yaw : Angle
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(entity_id : Int32, delta_x : Int8, delta_y : Int8, delta_z : Int8, yaw : Angle, pitch : Angle, on_ground : Bool)
#