Uses of Interface
net.minecraft.entity.EntityInteraction
-
Uses of EntityInteraction in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityInteraction
EntityInteraction.GOLEM_KILLED
static final EntityInteraction
EntityInteraction.TRADE
static final EntityInteraction
EntityInteraction.VILLAGER_HURT
static final EntityInteraction
EntityInteraction.VILLAGER_KILLED
static final EntityInteraction
EntityInteraction.ZOMBIE_VILLAGER_CURED
Modifier and TypeMethodDescriptionvoid
InteractionObserver.onInteractionWith
(EntityInteraction interaction, Entity entity) -
Uses of EntityInteraction in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionvoid
VillagerEntity.onInteractionWith
(EntityInteraction interaction, Entity entity) -
Uses of EntityInteraction in net.minecraft.server.world
Modifier and TypeMethodDescriptionvoid
ServerWorld.handleInteraction
(EntityInteraction interaction, Entity entity, InteractionObserver observer)