Package net.minecraft.entity.passive
Class BeeEntity.ValidateHiveGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.ValidateHiveGoal
- Enclosing class:
- BeeEntity
- Mappings:
- Namespace - Name - named - net/minecraft/entity/passive/BeeEntity$ValidateHiveGoal- intermediary - net/minecraft/class_4466$class_9868- official - cha$n
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate longprivate final int
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoalcanStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, stop, tick, toGoalTicks, toString
- 
Field Details- 
ticksUntilNextValidateprivate final int ticksUntilNextValidate- Mappings:
- Namespace - Name - Mixin selector - named - ticksUntilNextValidate- Lnet/minecraft/entity/passive/BeeEntity$ValidateHiveGoal;ticksUntilNextValidate:I- intermediary - field_52464- Lnet/minecraft/class_4466$class_9868;field_52464:I- official - c- Lcha$n;c:I
 
- 
lastValidateTimeprivate long lastValidateTime- Mappings:
- Namespace - Name - Mixin selector - named - lastValidateTime- Lnet/minecraft/entity/passive/BeeEntity$ValidateHiveGoal;lastValidateTime:J- intermediary - field_52465- Lnet/minecraft/class_4466$class_9868;field_52465:J- official - d- Lcha$n;d:J
 
 
- 
- 
Constructor Details- 
ValidateHiveGoalValidateHiveGoal()
 
- 
- 
Method Details- 
startpublic void start()
- 
canBeeStartpublic boolean canBeeStart()- Specified by:
- canBeeStartin class- BeeEntity.NotAngryGoal
- 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 boolean canBeeContinue()- Specified by:
- canBeeContinuein class- BeeEntity.NotAngryGoal
- 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
 
 
-