Package net.minecraft.entity.passive
Class SquidEntity.EscapeAttackerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.SquidEntity.EscapeAttackerGoal
- Enclosing class:
SquidEntity
- Mappings:
Namespace Name official bqn$a
intermediary net/minecraft/class_1477$class_1478
named net/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final float
private static final float
private static final float
private int
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldContinue, stop, toGoalTicks, toString
-
Field Details
-
field_30375
private static final float field_30375- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lbqn$a;b:F
intermediary field_30375
Lnet/minecraft/class_1477$class_1478;field_30375:F
named field_30375
Lnet/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal;field_30375:F
-
field_30376
private static final float field_30376- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lbqn$a;c:F
intermediary field_30376
Lnet/minecraft/class_1477$class_1478;field_30376:F
named field_30376
Lnet/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal;field_30376:F
-
field_30377
private static final float field_30377- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lbqn$a;d:F
intermediary field_30377
Lnet/minecraft/class_1477$class_1478;field_30377:F
named field_30377
Lnet/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal;field_30377:F
-
timer
private int timer- Mappings:
Namespace Name Mixin selector official e
Lbqn$a;e:I
intermediary field_6915
Lnet/minecraft/class_1477$class_1478;field_6915:I
named timer
Lnet/minecraft/entity/passive/SquidEntity$EscapeAttackerGoal;timer:I
-
-
Constructor Details
-
EscapeAttackerGoal
EscapeAttackerGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start() -
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 E_
Lbky;E_()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()
-