Package net.minecraft.entity.passive
Class BeeEntity.NotAngryGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
- Direct Known Subclasses:
 BeeEntity.EnterHiveGoal,BeeEntity.FindHiveGoal,BeeEntity.GrowCropsGoal,BeeEntity.MoveToFlowerGoal,BeeEntity.MoveToHiveGoal,BeeEntity.PollinateGoal
- Enclosing class:
 BeeEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/BeeEntity$NotAngryGoalintermediary net/minecraft/class_4466$class_4467official cff$a
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, start, stop, tick, toGoalTicks, toString 
- 
Constructor Details
- 
NotAngryGoal
NotAngryGoal() 
 - 
 - 
Method Details
- 
canBeeStart
public abstract boolean canBeeStart()- Mappings:
 Namespace Name Mixin selector named canBeeStartLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Zintermediary method_21814Lnet/minecraft/class_4466$class_4467;method_21814()Zofficial hLcff$a;h()Z
 - 
canBeeContinue
public abstract boolean canBeeContinue()- Mappings:
 Namespace Name Mixin selector named canBeeContinueLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Zintermediary method_21815Lnet/minecraft/class_4466$class_4467;method_21815()Zofficial iLcff$a;i()Z
 - 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_4466$class_4467;method_6266()Zofficial method_6266Lcff$a;method_6266()Z
 
 -