Interface EntityEvent
public interface EntityEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<EntityEvent.Add>
static final Event<EntityEvent.EnterChunk>
static final Event<EntityEvent.LivingAttack>
static final Event<EntityEvent.LivingCheckSpawn>
static final Event<EntityEvent.LivingDeath>
static final Event<EntityEvent.PlaceBlock>
Deprecated.
-
Field Details
-
LIVING_DEATH
-
LIVING_ATTACK
-
LIVING_CHECK_SPAWN
-
ADD
- See Also:
-
ENTER_CHUNK
-
PLACE_BLOCK
@Deprecated @ScheduledForRemoval(inVersion="2.0") static final Event<EntityEvent.PlaceBlock> PLACE_BLOCKDeprecated.useBlockEvent.PLACE
-
BlockEvent.PLACE