EntityVelocity

case
class EntityVelocity(entityId: VarInt, velocityX: Short, velocityY: Short, velocityZ: Short)

EntityVelocity sets the velocity of an entity in 1/8000 of a block per a tick.

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