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$cintermediary net/minecraft/class_4466$class_4469named 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, targetPredicateFields 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 booleancanStart()private booleancanSting()booleanshouldContinue()Methods inherited from class net.minecraft.entity.ai.goal.FollowTargetGoal
findClosestTarget, getSearchBox, setTargetEntity, startMethods inherited from class net.minecraft.entity.ai.goal.TrackTargetGoal
canTrack, getFollowRange, setMaxTimeWithoutVisibility, stopMethods 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;)Vintermediary <init>Lnet/minecraft/class_4466$class_4469;<init>(Lnet/minecraft/class_4466;)Vnamed <init>Lnet/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal;<init>(Lnet/minecraft/entity/passive/BeeEntity;)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classFollowTargetGoal<PlayerEntity>- Mappings:
Namespace Name Mixin selector official aLawx;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classTrackTargetGoal- Mappings:
Namespace Name Mixin selector official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canSting
private boolean canSting()- Mappings:
Namespace Name Mixin selector official hLbbk$c;h()Zintermediary method_21816Lnet/minecraft/class_4466$class_4469;method_21816()Znamed canStingLnet/minecraft/entity/passive/BeeEntity$BeeFollowTargetGoal;canSting()Z
-