endstone::ActorEvent
Represents an Actor-related event.
template <typename ActorType>
Bases: endstone::Event
Functions:
Name | Description |
---|---|
ActorEvent | |
getActor | Returns the Actor involved in this event. |
ActorEvent
ActorEvent(ActorType &actor)
getActor
ActorType &getActor() const
Returns the Actor involved in this event.
Returns:
Actor which is involved in this event
Last updated on