Package net.minecraft.entity.passive
Class PassiveEntity.PassiveData
java.lang.Object
net.minecraft.entity.passive.PassiveEntity.PassiveData
- All Implemented Interfaces:
 EntityData
- Direct Known Subclasses:
 AxolotlEntity.AxolotlData,FoxEntity.FoxData,HorseEntity.HorseData,LlamaEntity.LlamaData,RabbitEntity.RabbitData,WolfEntity.WolfData
- Enclosing class:
 PassiveEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/PassiveEntity$PassiveDataintermediary net/minecraft/class_1296$class_4697official bwu$a
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final floatprivate int - 
Constructor Summary
ConstructorsConstructorDescriptionPassiveData(boolean babyAllowed) PassiveData(boolean babyAllowed, float babyChance) PassiveData(float babyChance)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfloatint 
- 
Field Details
- 
spawnCount
private int spawnCount- Mappings:
 Namespace Name Mixin selector named spawnCountLnet/minecraft/entity/passive/PassiveEntity$PassiveData;spawnCount:Iintermediary field_20684Lnet/minecraft/class_1296$class_4697;field_20684:Iofficial aLbwu$a;a:I
 - 
babyAllowed
private final boolean babyAllowed- Mappings:
 Namespace Name Mixin selector named babyAllowedLnet/minecraft/entity/passive/PassiveEntity$PassiveData;babyAllowed:Zintermediary field_20685Lnet/minecraft/class_1296$class_4697;field_20685:Zofficial bLbwu$a;b:Z
 - 
babyChance
private final float babyChance- Mappings:
 Namespace Name Mixin selector named babyChanceLnet/minecraft/entity/passive/PassiveEntity$PassiveData;babyChance:Fintermediary field_20686Lnet/minecraft/class_1296$class_4697;field_20686:Fofficial cLbwu$a;c:F
 
 - 
 - 
Constructor Details
- 
PassiveData
public PassiveData(boolean babyAllowed, float babyChance) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(ZF)Vintermediary <init>Lnet/minecraft/class_1296$class_4697;<init>(ZF)Vofficial <init>Lbwu$a;<init>(ZF)V
 - 
PassiveData
public PassiveData(boolean babyAllowed) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(Z)Vintermediary <init>Lnet/minecraft/class_1296$class_4697;<init>(Z)Vofficial <init>Lbwu$a;<init>(Z)V
 - 
PassiveData
public PassiveData(float babyChance) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(F)Vintermediary <init>Lnet/minecraft/class_1296$class_4697;<init>(F)Vofficial <init>Lbwu$a;<init>(F)V
 
 - 
 - 
Method Details
- 
getSpawnedCount
public int getSpawnedCount()- Mappings:
 Namespace Name Mixin selector named getSpawnedCountLnet/minecraft/entity/passive/PassiveEntity$PassiveData;getSpawnedCount()Iintermediary method_22432Lnet/minecraft/class_1296$class_4697;method_22432()Iofficial aLbwu$a;a()I
 - 
countSpawned
public void countSpawned()- Mappings:
 Namespace Name Mixin selector named countSpawnedLnet/minecraft/entity/passive/PassiveEntity$PassiveData;countSpawned()Vintermediary method_22435Lnet/minecraft/class_1296$class_4697;method_22435()Vofficial bLbwu$a;b()V
 - 
canSpawnBaby
public boolean canSpawnBaby()- Mappings:
 Namespace Name Mixin selector named canSpawnBabyLnet/minecraft/entity/passive/PassiveEntity$PassiveData;canSpawnBaby()Zintermediary method_22436Lnet/minecraft/class_1296$class_4697;method_22436()Zofficial cLbwu$a;c()Z
 - 
getBabyChance
public float getBabyChance()- Mappings:
 Namespace Name Mixin selector named getBabyChanceLnet/minecraft/entity/passive/PassiveEntity$PassiveData;getBabyChance()Fintermediary method_22437Lnet/minecraft/class_1296$class_4697;method_22437()Fofficial dLbwu$a;d()F
 
 -