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,- BeeEntity.ValidateFlowerGoal,- BeeEntity.ValidateHiveGoal
- Enclosing class:
- BeeEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/passive/BeeEntity$NotAngryGoal- intermediary - net/minecraft/class_4466$class_4467- official - cha$a
- 
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, start, stop, tick, toGoalTicks, toString
- 
Constructor Details- 
NotAngryGoalNotAngryGoal()
 
- 
- 
Method Details- 
canBeeStartpublic abstract boolean canBeeStart()- Mappings:
- Namespace - Name - Mixin selector - named - canBeeStart- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z- intermediary - method_21814- Lnet/minecraft/class_4466$class_4467;method_21814()Z- official - h- Lcha$a;h()Z
 
- 
canBeeContinuepublic abstract boolean canBeeContinue()- Mappings:
- Namespace - Name - Mixin selector - named - canBeeContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z- intermediary - method_21815- Lnet/minecraft/class_4466$class_4467;method_21815()Z- official - i- Lcha$a;i()Z
 
- 
canStartpublic boolean canStart()
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- Goal
- Mappings:
- Namespace - Name - Mixin selector - named - shouldContinue- Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;shouldContinue()Z- intermediary - method_6266- Lnet/minecraft/class_4466$class_4467;method_6266()Z- official - method_6266- Lcha$a;method_6266()Z
 
 
-