Package | Description |
---|---|
net.minecraft.advancements.critereon | |
net.minecraft.entity | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive | |
net.minecraftforge.event.entity.living |
Modifier and Type | Method and Description |
---|---|
boolean |
BredAnimalsTrigger.Instance.test(EntityPlayerMP player,
EntityAnimal parent1In,
EntityAnimal parent2In,
EntityAgeable childIn) |
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 | Method and Description |
---|---|
abstract EntityAgeable |
EntityAgeable.createChild(EntityAgeable ageable) |
Modifier and Type | Method and Description |
---|---|
abstract EntityAgeable |
EntityAgeable.createChild(EntityAgeable ageable) |
Modifier and Type | Class and Description |
---|---|
class |
EntityPolarBear |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
EntityPolarBear.createChild(EntityAgeable ageable) |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
EntityPolarBear.createChild(EntityAgeable ageable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChestHorse |
class |
AbstractHorse |
class |
EntityAnimal |
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 |
EntityVillager |
class |
EntityWolf |
class |
EntityZombieHorse |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
AbstractHorse.createChild(EntityAgeable ageable) |
EntityAgeable |
EntityDonkey.createChild(EntityAgeable ageable) |
EntityAgeable |
EntityHorse.createChild(EntityAgeable ageable) |
EntityAgeable |
EntityParrot.createChild(EntityAgeable ageable) |
Modifier and Type | Field and Description |
---|---|
private EntityAgeable |
BabyEntitySpawnEvent.child |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
BabyEntitySpawnEvent.getChild() |
Modifier and Type | Method and Description |
---|---|
void |
BabyEntitySpawnEvent.setChild(EntityAgeable proposedChild) |
Constructor and Description |
---|
BabyEntitySpawnEvent(EntityLiving parentA,
EntityLiving parentB,
EntityAgeable proposedChild) |