RemoveEntityEvent

Called when the given entity is removed from the given world.

Functions

Link copied to clipboard
abstract fun allow()

Allows this event to occur.

Link copied to clipboard
abstract fun deny()

Denies an event from occurring.

Link copied to clipboard
abstract fun isAllowed(): Boolean

Checks if this event is allowed to happen.

Properties

Link copied to clipboard
abstract override val entity: Entity

The entity that was removed from the world.

Link copied to clipboard
abstract val world: World

The world that the entity was removed from.