Modifier and Type | Method and Description |
---|---|
boolean |
BredAnimalsTrigger.Instance.test(ServerPlayerEntity player,
AnimalEntity parent1In,
AnimalEntity parent2In,
AgeableEntity childIn) |
void |
BredAnimalsTrigger.trigger(ServerPlayerEntity player,
AnimalEntity parent1,
AnimalEntity parent2,
AgeableEntity child) |
Modifier and Type | Method and Description |
---|---|
abstract AgeableEntity |
AgeableEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Method and Description |
---|---|
abstract AgeableEntity |
AgeableEntity.createChild(AgeableEntity ageable) |
protected void |
AgeableEntity.onChildSpawnFromEgg(PlayerEntity playerIn,
AgeableEntity child) |
Constructor and Description |
---|
AgeableEntity(EntityType<? extends AgeableEntity> type,
World worldIn) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVillagerEntity |
class |
VillagerEntity |
class |
WanderingTraderEntity |
Modifier and Type | Method and Description |
---|---|
AgeableEntity |
WanderingTraderEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Method and Description |
---|---|
VillagerEntity |
VillagerEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
WanderingTraderEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Class and Description |
---|---|
class |
AnimalEntity |
class |
BeeEntity |
class |
CatEntity |
class |
ChickenEntity |
class |
CowEntity |
class |
FoxEntity |
class |
MooshroomEntity |
class |
OcelotEntity |
class |
PandaEntity |
class |
ParrotEntity |
class |
PigEntity |
class |
PolarBearEntity |
class |
RabbitEntity |
class |
SheepEntity |
class |
ShoulderRidingEntity |
class |
TameableEntity |
class |
TurtleEntity |
class |
WolfEntity |
Modifier and Type | Method and Description |
---|---|
AgeableEntity |
PandaEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
ParrotEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
PolarBearEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
TurtleEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChestedHorseEntity |
class |
AbstractHorseEntity |
class |
DonkeyEntity |
class |
HorseEntity |
class |
LlamaEntity |
class |
MuleEntity |
class |
SkeletonHorseEntity |
class |
TraderLlamaEntity |
class |
ZombieHorseEntity |
Modifier and Type | Method and Description |
---|---|
AgeableEntity |
SkeletonHorseEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
DonkeyEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
AbstractHorseEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
MuleEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
HorseEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
ZombieHorseEntity.createChild(AgeableEntity ageable) |
Modifier and Type | Method and Description |
---|---|
AgeableEntity |
SkeletonHorseEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
DonkeyEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
AbstractHorseEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
MuleEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
HorseEntity.createChild(AgeableEntity ageable) |
LlamaEntity |
LlamaEntity.createChild(AgeableEntity ageable) |
AgeableEntity |
ZombieHorseEntity.createChild(AgeableEntity ageable) |
protected void |
AbstractHorseEntity.setOffspringAttributes(AgeableEntity p_190681_1_,
AbstractHorseEntity p_190681_2_) |
Modifier and Type | Field and Description |
---|---|
private AgeableEntity |
BabyEntitySpawnEvent.child |
Modifier and Type | Method and Description |
---|---|
AgeableEntity |
BabyEntitySpawnEvent.getChild() |
Modifier and Type | Method and Description |
---|---|
void |
BabyEntitySpawnEvent.setChild(AgeableEntity proposedChild) |
Constructor and Description |
---|
BabyEntitySpawnEvent(MobEntity parentA,
MobEntity parentB,
AgeableEntity proposedChild) |