class Rosegold::Clientbound::EntityTeleport
- Rosegold::Clientbound::EntityTeleport
- Rosegold::Clientbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Defined in:
rosegold/packets/clientbound/entity_teleport.crConstructors
- .new(entity_id : UInt64, location : Rosegold::Vec3d, look : Rosegold::Look, on_ground : Bool = true)
Class Method Summary
Instance Method Summary
- #callback(client)
- #entity_id : UInt64
- #entity_id=(entity_id : UInt64)
- #location : Vec3d
- #location=(location : Vec3d)
- #look : Look
- #look=(look : Look)
- #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, location : Rosegold::Vec3d, look : Rosegold::Look, on_ground : Bool = true)
#