Package net.minecraft.entity.passive
Class BeeEntity.StingGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.BeeEntity.StingGoal
- Enclosing class:
 BeeEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/BeeEntity$StingGoalintermediary net/minecraft/class_4466$class_4468official cff$b
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canAttack, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldRunEveryTick, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString 
- 
Constructor Details
- 
StingGoal
StingGoal(PathAwareEntity mob, double speed, boolean pauseWhenMobIdle) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/BeeEntity$StingGoal;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/entity/mob/PathAwareEntity;DZ)Vintermediary <init>Lnet/minecraft/class_4466$class_4468;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_1314;DZ)Vofficial <init>Lcff$b;<init>(Lcff;Lbtw;DZ)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classMeleeAttackGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcam;b()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classMeleeAttackGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcam;c()Z
 
 -