Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.passive |
Modifier and Type | Method and Description |
---|---|
abstract EntityAgeable |
EntityAgeable.createChild(EntityAgeable entityageable) |
Modifier and Type | Method and Description |
---|---|
abstract EntityAgeable |
EntityAgeable.createChild(EntityAgeable entityageable) |
Modifier and Type | Class and Description |
---|---|
class |
EntityAnimal |
class |
EntityChicken |
class |
EntityCow |
class |
EntityMooshroom |
class |
EntityOcelot |
class |
EntityPig |
class |
EntitySheep |
class |
EntityTameable |
class |
EntityVillager |
class |
EntityWolf |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
EntityCow.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityWolf.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityMooshroom.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntitySheep.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityChicken.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityVillager.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityPig.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityOcelot.createChild(EntityAgeable par1EntityAgeable) |
Modifier and Type | Method and Description |
---|---|
EntityAgeable |
EntityCow.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityWolf.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityMooshroom.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntitySheep.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityChicken.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityVillager.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityPig.createChild(EntityAgeable par1EntityAgeable) |
EntityAgeable |
EntityOcelot.createChild(EntityAgeable par1EntityAgeable) |
EntityVillager |
EntityVillager.func_90012_b(EntityAgeable par1EntityAgeable) |
EntitySheep |
EntitySheep.func_90015_b(EntityAgeable par1EntityAgeable) |
EntityMooshroom |
EntityMooshroom.func_94900_c(EntityAgeable par1EntityAgeable) |
EntityCow |
EntityCow.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|
EntityWolf |
EntityWolf.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|
EntityCow |
EntityMooshroom.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|
EntityChicken |
EntityChicken.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|
EntityPig |
EntityPig.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|
EntityOcelot |
EntityOcelot.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
|