Package net.minecraft.entity.passive
Class BeeEntity.BeeFollowTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.FollowTargetGoal<PlayerEntity>
net.minecraft.entity.passive.BeeEntity.BeeFollowTargetGoal
- Enclosing class:
- BeeEntity
- Mappings:
Namespace Name official bdy$c
intermediary net/minecraft/class_4466$class_4469
named net/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal
-
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.FollowTargetGoal
reciprocalChance, targetClass, targetEntity, targetPredicate
Fields inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
checkVisibility, maxTimeWithoutVisibility, mob, target
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
findClosestTarget, getSearchBox, setTargetEntity, start
Methods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, setMaxTimeWithoutVisibility, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Constructor Details
-
BeeFollowTargetGoal
BeeFollowTargetGoal(BeeEntity bee)- Mappings:
Namespace Name Mixin selector official <init>
Lbdy$c;<init>(Lbdy;)V
intermediary <init>
Lnet/minecraft/class_4466$class_4469;<init>(Lnet/minecraft/class_4466;)V
named <init>
Lnet/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal;<init>(Lnet/minecraft/entity/passive/BeeEntity;)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classFollowTargetGoal<PlayerEntity>
- Mappings:
Namespace Name Mixin selector official a
Lazo;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 classTrackTargetGoal
- Mappings:
Namespace Name Mixin selector official b
Lazo;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canSting
private boolean canSting()- Mappings:
Namespace Name Mixin selector official h
Lbdy$c;h()Z
intermediary method_21816
Lnet/minecraft/class_4466$class_4469;method_21816()Z
named canSting
Lnet/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal;canSting()Z
-