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 - official - brm$a- intermediary - net/minecraft/class_4466$class_4467- named - net/minecraft/entity/passive/BeeEntity$NotAngryGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, start, stop, tick, toGoalTicks, toString
- 
Constructor Details- 
NotAngryGoalNotAngryGoal()
 
- 
- 
Method Details- 
canBeeStartpublic abstract boolean canBeeStart()- Mappings:
- Namespace - Name - Mixin selector - official - h- Lbrm$a;h()Z- intermediary - method_21814- Lnet/minecraft/class_4466$class_4467;method_21814()Z- named - canBeeStart- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
 
- 
canBeeContinuepublic abstract boolean canBeeContinue()- Mappings:
- Namespace - Name - Mixin selector - official - i- Lbrm$a;i()Z- intermediary - method_21815- Lnet/minecraft/class_4466$class_4467;method_21815()Z- named - canBeeContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
 
- 
canStartpublic boolean canStart()
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- Goal
- Mappings:
- Namespace - Name - Mixin selector - official - method_6266- Lbrm$a;method_6266()Z- intermediary - method_6266- Lnet/minecraft/class_4466$class_4467;method_6266()Z- named - shouldContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;shouldContinue()Z
 
 
-