Uses of Interface
net.minecraft.entity.EntityInteraction
Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.passive | |
net.minecraft.server.world |
-
Uses of EntityInteraction in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityInteraction Modifier and Type Field Description static 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 EntityInteraction Modifier and Type Method Description static EntityInteraction
EntityInteraction. create(String key)
Methods in net.minecraft.entity with parameters of type EntityInteraction Modifier and Type Method Description void
InteractionObserver. onInteractionWith(EntityInteraction interaction, Entity entity)
-
Uses of EntityInteraction in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type EntityInteraction Modifier and Type Method Description void
VillagerEntity. onInteractionWith(EntityInteraction interaction, Entity entity)
-
Uses of EntityInteraction in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type EntityInteraction Modifier and Type Method Description void
ServerWorld. handleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer)