class Packets::Play::C::EntityVelocity
- Packets::Play::C::EntityVelocity
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(entity_id : Int32, velocity_x : Int16, velocity_y : Int16, velocity_z : Int16)
- .new(packet : RawPacket)
Instance Method Summary
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, velocity_x : Int16, velocity_y : Int16, velocity_z : Int16)
#