EntityTeleport_f64

case
class EntityTeleport_f64(entityId: VarInt, x: Double, y: Double, z: Double, yaw: Byte, pitch: Byte, onGround: Boolean)

EntityTeleport teleports the entity to the target location. This is sent if the entity moves further than EntityMove allows.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product