Package net.minecraft.entity
Interface EntityInteraction
public interface EntityInteraction
-
Field Summary
Fields Modifier and Type Field Description static EntityInteraction
GOLEM_KILLED
static EntityInteraction
TRADE
static EntityInteraction
VILLAGER_HURT
static EntityInteraction
VILLAGER_KILLED
static EntityInteraction
ZOMBIE_VILLAGER_CURED
-
Method Summary
Static Methods Modifier and Type Method Description static EntityInteraction
create(String key)
-
Field Details
-
ZOMBIE_VILLAGER_CURED
-
GOLEM_KILLED
-
VILLAGER_HURT
-
VILLAGER_KILLED
-
TRADE
-
-
Method Details
-
create
-