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
- Enclosing class:
- PassiveEntity
public static class PassiveEntity.PassiveData extends Object implements EntityData
- Mappings:
Namespace Name official aqt$a
intermediary net/minecraft/class_1296$class_4697
named net/minecraft/entity/passive/PassiveEntity$PassiveData
-
Field Summary
Fields Modifier and Type Field Description private boolean
babyAllowed
private float
babyChance
private int
spawnCount
-
Constructor Summary
Constructors Modifier Constructor Description PassiveData(boolean babyAllowed)
private
PassiveData(boolean babyAllowed, float babyChance)
PassiveData(float babyChance)
-
Method Summary
Modifier and Type Method Description boolean
canSpawnBaby()
void
countSpawned()
float
getBabyChance()
int
getSpawnedCount()
-
Field Details
-
spawnCount
private int spawnCount- Mappings:
Namespace Name Mixin selector official a
Laqt$a;a:I
intermediary field_20684
Lnet/minecraft/class_1296$class_4697;field_20684:I
named spawnCount
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;spawnCount:I
-
babyAllowed
private final boolean babyAllowed- Mappings:
Namespace Name Mixin selector official b
Laqt$a;b:Z
intermediary field_20685
Lnet/minecraft/class_1296$class_4697;field_20685:Z
named babyAllowed
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;babyAllowed:Z
-
babyChance
private final float babyChance- Mappings:
Namespace Name Mixin selector official c
Laqt$a;c:F
intermediary field_20686
Lnet/minecraft/class_1296$class_4697;field_20686:F
named babyChance
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;babyChance:F
-
-
Constructor Details
-
PassiveData
private PassiveData(boolean babyAllowed, float babyChance)- Mappings:
Namespace Name Mixin selector official <init>
Laqt$a;<init>(ZF)V
intermediary <init>
Lnet/minecraft/class_1296$class_4697;<init>(ZF)V
named <init>
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(ZF)V
-
PassiveData
public PassiveData(boolean babyAllowed)- Mappings:
Namespace Name Mixin selector official <init>
Laqt$a;<init>(Z)V
intermediary <init>
Lnet/minecraft/class_1296$class_4697;<init>(Z)V
named <init>
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(Z)V
-
PassiveData
public PassiveData(float babyChance)- Mappings:
Namespace Name Mixin selector official <init>
Laqt$a;<init>(F)V
intermediary <init>
Lnet/minecraft/class_1296$class_4697;<init>(F)V
named <init>
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;<init>(F)V
-
-
Method Details
-
getSpawnedCount
public int getSpawnedCount()- Mappings:
Namespace Name Mixin selector official a
Laqt$a;a()I
intermediary method_22432
Lnet/minecraft/class_1296$class_4697;method_22432()I
named getSpawnedCount
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;getSpawnedCount()I
-
countSpawned
public void countSpawned()- Mappings:
Namespace Name Mixin selector official b
Laqt$a;b()V
intermediary method_22435
Lnet/minecraft/class_1296$class_4697;method_22435()V
named countSpawned
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;countSpawned()V
-
canSpawnBaby
public boolean canSpawnBaby()- Mappings:
Namespace Name Mixin selector official c
Laqt$a;c()Z
intermediary method_22436
Lnet/minecraft/class_1296$class_4697;method_22436()Z
named canSpawnBaby
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;canSpawnBaby()Z
-
getBabyChance
public float getBabyChance()- Mappings:
Namespace Name Mixin selector official d
Laqt$a;d()F
intermediary method_22437
Lnet/minecraft/class_1296$class_4697;method_22437()F
named getBabyChance
Lnet/minecraft/entity/passive/PassiveEntity$PassiveData;getBabyChance()F
-