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 official bxz$b
intermediary net/minecraft/class_4466$class_4468
named net/minecraft/entity/passive/BeeEntity$StingGoal
-
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
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canAttack, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldRunEveryTick, start, stop, tick
Methods 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 official <init>
Lbxz$b;<init>(Lbxz;Lbmu;DZ)V
intermediary <init>
Lnet/minecraft/class_4466$class_4468;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_1314;DZ)V
named <init>
Lnet/minecraft/entity/passive/BeeEntity$StingGoal;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/entity/mob/PathAwareEntity;DZ)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official a
Lbth;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official b
Lbth;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-