Package | Description |
---|---|
net.minecraft.entity.ai | |
net.minecraft.entity.passive |
Constructor and Description |
---|
EntityAIFollowParent(EntityAnimal par1EntityAnimal,
float par2) |
EntityAIMate(EntityAnimal par1EntityAnimal,
float par2) |
Modifier and Type | Class and Description |
---|---|
class |
EntityChicken |
class |
EntityCow |
class |
EntityMooshroom |
class |
EntityOcelot |
class |
EntityPig |
class |
EntitySheep |
class |
EntityTameable |
class |
EntityWolf |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityWolf.canMateWith(EntityAnimal par1EntityAnimal)
Returns true if the mob is currently able to mate with the specified mob.
|
boolean |
EntityAnimal.canMateWith(EntityAnimal par1EntityAnimal)
Returns true if the mob is currently able to mate with the specified mob.
|
boolean |
EntityOcelot.canMateWith(EntityAnimal par1EntityAnimal)
Returns true if the mob is currently able to mate with the specified mob.
|