Package net.minecraft.entity.ai.goal
Class AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.AttackGoal
Goal that causes its mob to follow and attack its selected target.
- Mappings:
Namespace Name official bnj
intermediary net/minecraft/class_1371
named net/minecraft/entity/ai/goal/AttackGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, start, toGoalTicks, toString
-
Field Details
-
mob
- Mappings:
Namespace Name Mixin selector official a
Lbnj;a:Lbfz;
intermediary field_6541
Lnet/minecraft/class_1371;field_6541:Lnet/minecraft/class_1308;
named mob
Lnet/minecraft/entity/ai/goal/AttackGoal;mob:Lnet/minecraft/entity/mob/MobEntity;
-
target
- Mappings:
Namespace Name Mixin selector official b
Lbnj;b:Lbfx;
intermediary field_6539
Lnet/minecraft/class_1371;field_6539:Lnet/minecraft/class_1309;
named target
Lnet/minecraft/entity/ai/goal/AttackGoal;target:Lnet/minecraft/entity/LivingEntity;
-
cooldown
private int cooldown- Mappings:
Namespace Name Mixin selector official c
Lbnj;c:I
intermediary field_6540
Lnet/minecraft/class_1371;field_6540:I
named cooldown
Lnet/minecraft/entity/ai/goal/AttackGoal;cooldown:I
-
-
Constructor Details
-
AttackGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbnj;<init>(Lbfz;)V
intermediary <init>
Lnet/minecraft/class_1371;<init>(Lnet/minecraft/class_1308;)V
named <init>
Lnet/minecraft/entity/ai/goal/AttackGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
stop
public void stop() -
shouldRunEveryTick
public boolean shouldRunEveryTick()Returns if the goal should run every tick or not.This returns
false
by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTick
in classGoal
- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector official J_
Lbmt;J_()Z
intermediary method_38846
Lnet/minecraft/class_1352;method_38846()Z
named shouldRunEveryTick
Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-
tick
public void tick()
-