CollectItem

case
class CollectItem(collectedEntityId: VarInt, collectorEntityId: VarInt, numberOfItems: VarInt)

CollectItem causes the collected item to fly towards the collector. This does not destroy the entity.

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