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$ValidateHiveGoalintermediary net/minecraft/class_4466$class_9868official cjw$n
-
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$ValidateHiveGoal;ticksUntilNextValidate:Iintermediary field_52464Lnet/minecraft/class_4466$class_9868;field_52464:Iofficial cLcjw$n;c:I
-
lastValidateTime
private long lastValidateTime- Mappings:
Namespace Name Mixin selector named lastValidateTimeLnet/minecraft/entity/passive/BeeEntity$ValidateHiveGoal;lastValidateTime:Jintermediary field_52465Lnet/minecraft/class_4466$class_9868;field_52465:Jofficial dLcjw$n;d:J
-
-
Constructor Details
-
ValidateHiveGoal
ValidateHiveGoal()
-
-
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
-