Package net.minecraft.entity.passive
Class PandaEntity.PandaRevengeGoal
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.PandaEntity.PandaRevengeGoal
- Enclosing class:
PandaEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_1440$class_1444official bry$enamed net/minecraft/entity/passive/PandaEntity$PandaRevengeGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
FieldsFields 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
-
Field Details
-
panda
- Mappings:
Namespace Name Mixin selector intermediary field_6798Lnet/minecraft/class_1440$class_1444;field_6798:Lnet/minecraft/class_1440;official aLbry$e;a:Lbry;named pandaLnet/minecraft/entity/passive/PandaEntity$PandaRevengeGoal;panda:Lnet/minecraft/entity/passive/PandaEntity;
-
-
Constructor Details
-
PandaRevengeGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1440$class_1444;<init>(Lnet/minecraft/class_1440;[Ljava/lang/Class;)Vofficial <init>Lbry$e;<init>(Lbry;[Ljava/lang/Class;)Vnamed <init>Lnet/minecraft/entity/passive/PandaEntity$PandaRevengeGoal;<init>(Lnet/minecraft/entity/passive/PandaEntity;[Ljava/lang/Class;)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
-