Package net.minecraft.entity.passive
Class BeeEntity.FindFlowerGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.BeeEntity.PassiveGoal
-
- net.minecraft.entity.passive.BeeEntity.FindFlowerGoal
-
- Enclosing class:
- BeeEntity
public class BeeEntity.FindFlowerGoal extends BeeEntity.PassiveGoal
-
-
Field Summary
Fields Modifier and Type Field Description private int
travellingTicks
-
Constructor Summary
Constructors Constructor Description FindFlowerGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeeContinueToUse()
boolean
canBeeUse()
void
start()
void
stop()
void
tick()
private boolean
wantsToGoToKnownFlower()
-
Methods inherited from class net.minecraft.entity.passive.BeeEntity.PassiveGoal
canContinueToUse, canUse
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canBeeUse
public boolean canBeeUse()
- Specified by:
canBeeUse
in classBeeEntity.PassiveGoal
-
canBeeContinueToUse
public boolean canBeeContinueToUse()
- Specified by:
canBeeContinueToUse
in classBeeEntity.PassiveGoal
-
wantsToGoToKnownFlower
private boolean wantsToGoToKnownFlower()
-
-