EntityDropItemsEvent

class EntityDropItemsEvent(val killer: Entity?, val entity: LivingEntity, var pool: LootPool) : Event, Cancellable(source)

Constructors

Link copied to clipboard
constructor(killer: Entity?, entity: LivingEntity, pool: LootPool)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard
Link copied to clipboard
open override fun isCancelled(): Boolean
Link copied to clipboard
open override fun setCancelled(cancel: Boolean)

Properties

Link copied to clipboard
val entity: LivingEntity
Link copied to clipboard
val killer: Entity?
Link copied to clipboard