public static class CuredZombieVillagerTrigger.Instance extends AbstractCriterionInstance
Modifier and Type | Field and Description |
---|---|
private EntityPredicate |
villager |
private EntityPredicate |
zombie |
Constructor and Description |
---|
Instance(EntityPredicate zombie,
EntityPredicate villager) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(EntityPlayerMP player,
EntityZombie zombie,
EntityVillager villager) |
getId, toString
private final EntityPredicate zombie
private final EntityPredicate villager
public Instance(EntityPredicate zombie, EntityPredicate villager)
public boolean test(EntityPlayerMP player, EntityZombie zombie, EntityVillager villager)