Package net.minecraft
Class class_11024.class_11025
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_11024.class_11025
- Enclosing class:
class_11024
- Mappings:
Namespace Name named net/minecraft/class_11024$class_11025intermediary net/minecraft/class_11024$class_11025official cty$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldContinue, start, stop, toGoalTicks, toString
-
Field Details
-
field_58707
- Mappings:
Namespace Name Mixin selector named field_58707Lnet/minecraft/class_11024$class_11025;field_58707:Lnet/minecraft/class_11024;intermediary field_58707Lnet/minecraft/class_11024$class_11025;field_58707:Lnet/minecraft/class_11024;official aLcty$a;a:Lcty;
-
-
Constructor Details
-
class_11025
-
-
Method Details
-
canStart
public boolean canStart() -
shouldRunEveryTick
public boolean shouldRunEveryTick()Returns if the goal should run every tick or not.This returns
falseby default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTickin classGoal- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector named shouldRunEveryTickLnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Zintermediary method_38846Lnet/minecraft/class_1352;method_38846()Zofficial X_Lcgh;X_()Z
-
tick
public void tick()
-