class Rosegold::Clientbound::EntityPosition
- Rosegold::Clientbound::EntityPosition
- Rosegold::Clientbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Defined in:
rosegold/packets/clientbound/entity_position.crConstructors
Class Method Summary
Instance Method Summary
- #callback(client)
- #delta_x : Int16
- #delta_x=(delta_x : Int16)
- #delta_y : Int16
- #delta_y=(delta_y : Int16)
- #delta_z : Int16
- #delta_z=(delta_z : Int16)
- #entity_id : UInt64
- #entity_id=(entity_id : UInt64)
- #on_ground=(on_ground : Bool)
- #on_ground? : Bool
- #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(entity_id : UInt64, delta_x : Int16, delta_y : Int16, delta_z : Int16, on_ground : Bool)
#