| Modifier and Type | Method and Description | 
|---|---|
| boolean | TameAnimalTrigger.Instance. test(EntityPlayerMP player,
    EntityAnimal entity) | 
| boolean | BredAnimalsTrigger.Instance. test(EntityPlayerMP player,
    EntityAnimal parent1In,
    EntityAnimal parent2In,
    EntityAgeable childIn) | 
| void | TameAnimalTrigger. trigger(EntityPlayerMP player,
       EntityAnimal entity) | 
| void | TameAnimalTrigger.Listeners. trigger(EntityPlayerMP player,
       EntityAnimal entity) | 
| void | BredAnimalsTrigger. trigger(EntityPlayerMP player,
       EntityAnimal parent1,
       EntityAnimal parent2,
       EntityAgeable child) | 
| void | BredAnimalsTrigger.Listeners. trigger(EntityPlayerMP player,
       EntityAnimal parent1,
       EntityAnimal parent2,
       EntityAgeable child) | 
| Modifier and Type | Field and Description | 
|---|---|
| private EntityAnimal | EntityAIMate. animal | 
| (package private) EntityAnimal | EntityAIFollowParent. childAnimal | 
| (package private) EntityAnimal | EntityAIFollowParent. parentAnimal | 
| private EntityAnimal | EntityAIMate. targetMate | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.lang.Class<? extends EntityAnimal> | EntityAIMate. mateClass | 
| Modifier and Type | Method and Description | 
|---|---|
| private EntityAnimal | EntityAIMate. getNearbyMate() | 
| Constructor and Description | 
|---|
| EntityAIFollowParent(EntityAnimal animal,
                    double speed) | 
| EntityAIMate(EntityAnimal animal,
            double speedIn) | 
| EntityAIMate(EntityAnimal p_i47306_1_,
            double p_i47306_2_,
            java.lang.Class<? extends EntityAnimal> p_i47306_4_) | 
| Constructor and Description | 
|---|
| EntityAIMate(EntityAnimal p_i47306_1_,
            double p_i47306_2_,
            java.lang.Class<? extends EntityAnimal> p_i47306_4_) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntityPolarBear | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractChestHorse | 
| class  | AbstractHorse | 
| class  | EntityChicken | 
| class  | EntityCow | 
| class  | EntityDonkey | 
| class  | EntityHorse | 
| class  | EntityLlama | 
| class  | EntityMooshroom | 
| class  | EntityMule | 
| class  | EntityOcelot | 
| class  | EntityParrot | 
| class  | EntityPig | 
| class  | EntityRabbit | 
| class  | EntitySheep | 
| class  | EntityShoulderRiding | 
| class  | EntitySkeletonHorse | 
| class  | EntityTameable | 
| class  | EntityWolf | 
| class  | EntityZombieHorse | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AbstractHorse. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityOcelot. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityDonkey. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityLlama. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityWolf. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityHorse. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityAnimal. canMateWith(EntityAnimal otherAnimal) | 
| boolean | EntityParrot. canMateWith(EntityAnimal otherAnimal) | 
| private EnumDyeColor | EntitySheep. getDyeColorMixFromParents(EntityAnimal father,
                         EntityAnimal mother) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ForgeEventFactory. onAnimalTame(EntityAnimal animal,
            EntityPlayer tamer) | 
| Modifier and Type | Field and Description | 
|---|---|
| private EntityAnimal | AnimalTameEvent. animal | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityAnimal | AnimalTameEvent. getAnimal() | 
| Constructor and Description | 
|---|
| AnimalTameEvent(EntityAnimal animal,
               EntityPlayer tamer) |