PlayerDamageByEntityEvent

Player damaged by entity.

Parameters

player

player

entity

entity

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
abstract fun entity(): @NotNull LivingEntity
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun getRegistry(): @NotNull EventRegistry<PlayerDamageByEntityEvent>
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
abstract fun player(): @NotNull ServerPlayer
Link copied to clipboard
abstract fun toString(): String