Entity

class Entity(val entity: Entity) : InteractionTarget(source)

Represents the target of an interaction as an entity.

Parameters

entity

The target of the interaction

Constructors

Link copied to clipboard
constructor(entity: Entity)

Functions

Link copied to clipboard
open override fun computeInteractionData(): Any?

Calculates the interaction data by the given target entity.

Properties

Link copied to clipboard