Package net.minecraft.entity.passive
Class BeeEntity.ValidateFlowerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
net.minecraft.entity.passive.BeeEntity.ValidateFlowerGoal
- Enclosing class:
 BeeEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/BeeEntity$ValidateFlowerGoalintermediary net/minecraft/class_4466$class_9867official cjw$m
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate final int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.passive.BeeEntity.NotAngryGoal
canStart, shouldContinueMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, stop, tick, toGoalTicks, toString 
- 
Field Details
- 
ticksUntilNextValidate
private final int ticksUntilNextValidate- Mappings:
 Namespace Name Mixin selector named ticksUntilNextValidateLnet/minecraft/entity/passive/BeeEntity$ValidateFlowerGoal;ticksUntilNextValidate:Iintermediary field_52461Lnet/minecraft/class_4466$class_9867;field_52461:Iofficial cLcjw$m;c:I
 - 
lastValidateTime
private long lastValidateTime- Mappings:
 Namespace Name Mixin selector named lastValidateTimeLnet/minecraft/entity/passive/BeeEntity$ValidateFlowerGoal;lastValidateTime:Jintermediary field_52462Lnet/minecraft/class_4466$class_9867;field_52462:Jofficial dLcjw$m;d:J
 
 - 
 - 
Constructor Details
- 
ValidateFlowerGoal
ValidateFlowerGoal() 
 - 
 - 
Method Details
- 
start
public void start() - 
canBeeStart
public boolean canBeeStart()- Specified by:
 canBeeStartin classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector named canBeeStartLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Zintermediary method_21814Lnet/minecraft/class_4466$class_4467;method_21814()Zofficial hLcjw$a;h()Z
 - 
canBeeContinue
public boolean canBeeContinue()- Specified by:
 canBeeContinuein classBeeEntity.NotAngryGoal- Mappings:
 Namespace Name Mixin selector named canBeeContinueLnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Zintermediary method_21815Lnet/minecraft/class_4466$class_4467;method_21815()Zofficial iLcjw$a;i()Z
 - 
isFlower
- Mappings:
 Namespace Name Mixin selector named isFlowerLnet/minecraft/entity/passive/BeeEntity$ValidateFlowerGoal;isFlower(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_61466Lnet/minecraft/class_4466$class_9867;method_61466(Lnet/minecraft/class_2338;)Zofficial aLcjw$m;a(Liw;)Z
 
 -