Uses of Interface
net.minecraft.entity.EntityInteraction
-
Uses of EntityInteraction in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic EntityInteraction
EntityInteraction.GOLEM_KILLED
static EntityInteraction
EntityInteraction.TRADE
static EntityInteraction
EntityInteraction.VILLAGER_HURT
static EntityInteraction
EntityInteraction.VILLAGER_KILLED
static 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)