Interface EntityEvents
public interface EntityEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final EventGroupstatic final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> static final EventTargetType<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>>
-
Field Details
-
GROUP
-
TARGET
static final EventTargetType<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> TARGET -
DEATH
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> DEATH -
BEFORE_HURT
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> BEFORE_HURT -
AFTER_HURT
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> AFTER_HURT -
CHECK_SPAWN
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> CHECK_SPAWN -
SPAWNED
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> SPAWNED -
ENTITY_DROPS
static final TargetedEventHandler<net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>>> ENTITY_DROPS
-