Package net.minecraft.entity.passive
Class PandaEntity.PandaMateGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.AnimalMateGoal
net.minecraft.entity.passive.PandaEntity.PandaMateGoal
- Enclosing class:
- PandaEntity
class PandaEntity.PandaMateGoal extends AnimalMateGoal
- Mappings:
Namespace Name official bbw$d
intermediary net/minecraft/class_1440$class_1442
named net/minecraft/entity/passive/PandaEntity$PandaMateGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description private int
nextAskPlayerForBambooAge
private PandaEntity
panda
Fields inherited from class net.minecraft.entity.ai.goal.AnimalMateGoal
animal, mate, world
-
Constructor Summary
Constructors Constructor Description PandaMateGoal(PandaEntity panda, double chance)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
private boolean
isBambooClose()
Methods inherited from class net.minecraft.entity.ai.goal.AnimalMateGoal
breed, shouldContinue, stop, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, start, toString
-
Field Details
-
panda
- Mappings:
Namespace Name Mixin selector official e
Lbbw$d;e:Lbbw;
intermediary field_6784
Lnet/minecraft/class_1440$class_1442;field_6784:Lnet/minecraft/class_1440;
named panda
Lnet/minecraft/entity/passive/PandaEntity$PandaMateGoal;panda:Lnet/minecraft/entity/passive/PandaEntity;
-
nextAskPlayerForBambooAge
private int nextAskPlayerForBambooAge- Mappings:
Namespace Name Mixin selector official f
Lbbw$d;f:I
intermediary field_6783
Lnet/minecraft/class_1440$class_1442;field_6783:I
named nextAskPlayerForBambooAge
Lnet/minecraft/entity/passive/PandaEntity$PandaMateGoal;nextAskPlayerForBambooAge:I
-
-
Constructor Details
-
PandaMateGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbbw$d;<init>(Lbbw;Lbbw;D)V
intermediary <init>
Lnet/minecraft/class_1440$class_1442;<init>(Lnet/minecraft/class_1440;Lnet/minecraft/class_1440;D)V
named <init>
Lnet/minecraft/entity/passive/PandaEntity$PandaMateGoal;<init>(Lnet/minecraft/entity/passive/PandaEntity;Lnet/minecraft/entity/passive/PandaEntity;D)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classAnimalMateGoal
- Mappings:
Namespace Name Mixin selector official a
Lawx;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
isBambooClose
private boolean isBambooClose()- Mappings:
Namespace Name Mixin selector official h
Lbbw$d;h()Z
intermediary method_6561
Lnet/minecraft/class_1440$class_1442;method_6561()Z
named isBambooClose
Lnet/minecraft/entity/passive/PandaEntity$PandaMateGoal;isBambooClose()Z
-