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 EntityInteractionEntityInteraction. GOLEM_KILLEDstatic EntityInteractionEntityInteraction. TRADEstatic EntityInteractionEntityInteraction. VILLAGER_HURTstatic EntityInteractionEntityInteraction. VILLAGER_KILLEDstatic EntityInteractionEntityInteraction. ZOMBIE_VILLAGER_CUREDMethods in net.minecraft.entity that return EntityInteraction Modifier and Type Method Description static EntityInteractionEntityInteraction. create(String key)Methods in net.minecraft.entity with parameters of type EntityInteraction Modifier and Type Method Description voidInteractionObserver. 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 voidVillagerEntity. 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 voidServerWorld. handleInteraction(EntityInteraction interaction, Entity entity, InteractionObserver observer)