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
static class BeeEntity.BeeFollowTargetGoal extends FollowTargetGoal<PlayerEntity>
- Mappings:
Namespace Name official bbk$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
Constructors Constructor Description BeeFollowTargetGoal(BeeEntity bee)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
private boolean
canSting()
boolean
shouldContinue()
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>
Lbbk$c;<init>(Lbbk;)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
Lawx;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
Lawx;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
Lbbk$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
-