Uses of Interface
net.minecraft.entity.EntityInteraction
Packages that use EntityInteraction
-
Uses of EntityInteraction in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityInteractionModifier 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
Methods in net.minecraft.entity that return EntityInteractionMethods in net.minecraft.entity with parameters of type EntityInteractionModifier and TypeMethodDescriptionvoid
InteractionObserver.onInteractionWith(EntityInteraction interaction, Entity entity)
-
Uses of EntityInteraction in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type EntityInteractionModifier and TypeMethodDescriptionvoid
VillagerEntity.onInteractionWith(EntityInteraction interaction, Entity entity)
-
Uses of EntityInteraction in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type EntityInteractionModifier and TypeMethodDescriptionvoid
ServerWorld.handleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer)