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
class BeeEntity.BeeRevengeGoal extends RevengeGoal
- Mappings:
Namespace Name official bbk$hintermediary net/minecraft/class_4466$class_4475named 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 Constructor Description BeeRevengeGoal(BeeEntity bee) -
Method Summary
Modifier and Type Method Description protected voidsetMobEntityTarget(MobEntity mob, LivingEntity target)booleanshouldContinue()Methods 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, setControls, tick, toString
-
Constructor Details
-
BeeRevengeGoal
BeeRevengeGoal(BeeEntity bee)- Mappings:
Namespace Name Mixin selector official <init>Lbbk$h;<init>(Lbbk;Lbbk;)Vintermediary <init>Lnet/minecraft/class_4466$class_4475;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_4466;)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 official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
setMobEntityTarget
- Overrides:
setMobEntityTargetin classRevengeGoal- Mappings:
Namespace Name Mixin selector official aLayr;a(Larj;Lari;)Vintermediary method_6319Lnet/minecraft/class_1399;method_6319(Lnet/minecraft/class_1308;Lnet/minecraft/class_1309;)Vnamed setMobEntityTargetLnet/minecraft/entity/ai/goal/RevengeGoal;setMobEntityTarget(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/LivingEntity;)V
-