Package net.minecraft.entity.passive
Class BeeEntity.BeeRevengeGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.RevengeGoal
net.minecraft.entity.passive.BeeEntity.BeeRevengeGoal
- Enclosing class:
BeeEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_4466$class_4475official brk$hnamed net/minecraft/entity/passive/BeeEntity$BeeRevengeGoal
-
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.TrackTargetGoal
checkVisibility, maxTimeWithoutVisibility, mob, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetMobEntityTarget(MobEntity mob, LivingEntity target) booleanMethods inherited from class net.minecraft.entity.ai.goal.RevengeGoal
callSameTypeForRevenge, canStart, setGroupRevenge, 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, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Constructor Details
-
BeeRevengeGoal
BeeRevengeGoal(BeeEntity bee) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4466$class_4475;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_4466;)Vofficial <init>Lbrk$h;<init>(Lbrk;Lbrk;)Vnamed <init>Lnet/minecraft/entity/passive/BeeEntity$BeeRevengeGoal;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/entity/passive/BeeEntity;)V
-
-
Method Details
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classTrackTargetGoal- Mappings:
Namespace Name Mixin selector intermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial bLbmt;b()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
setMobEntityTarget
- Overrides:
setMobEntityTargetin classRevengeGoal- Mappings:
Namespace Name Mixin selector intermediary method_6319Lnet/minecraft/class_1399;method_6319(Lnet/minecraft/class_1308;Lnet/minecraft/class_1309;)Vofficial aLbol;a(Lbfz;Lbfx;)Vnamed setMobEntityTargetLnet/minecraft/entity/ai/goal/RevengeGoal;setMobEntityTarget(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/LivingEntity;)V
-