Package net.minecraft.entity.passive
Class PandaEntity.MateGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.BreedGoal
-
- net.minecraft.entity.passive.PandaEntity.MateGoal
-
- Enclosing class:
- PandaEntity
class PandaEntity.MateGoal extends BreedGoal
-
-
Field Summary
Fields Modifier and Type Field Description private PandaEntity
panda
private int
unhappyCooldown
-
Constructor Summary
Constructors Constructor Description MateGoal(PandaEntity p_i229957_2_, double p_i229957_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
canFindBamboo()
boolean
canUse()
-
Methods inherited from class net.minecraft.entity.ai.goal.BreedGoal
breed, canContinueToUse, stop, tick
-
-
-
-
Field Detail
-
panda
private final PandaEntity panda
-
unhappyCooldown
private int unhappyCooldown
-
-
Constructor Detail
-
MateGoal
public MateGoal(PandaEntity p_i229957_2_, double p_i229957_3_)
-
-