Skip to Content
⚠ Under Construction
ReferenceC++ APIActorEvent

endstone::ActorEvent

Represents an Actor-related event.

template <typename ActorType> Bases: endstone::Event

Functions:

NameDescription
ActorEvent
getActorReturns 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