EntityMove_i16

case
class EntityMove_i16(entityId: VarInt, deltaX: FixedPoint12[Short], deltaY: FixedPoint12[Short], deltaZ: FixedPoint12[Short], onGround: Boolean)

EntityMove moves the entity with the id by the offsets provided.

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