Package net.minecraft
Class class_10990.class_10991
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_10990.class_10991
- Enclosing class:
class_10990
- Mappings:
Namespace Name named net/minecraft/class_10990$class_10991intermediary net/minecraft/class_10990$class_10991official cqa$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_58568
- Mappings:
Namespace Name Mixin selector named field_58568Lnet/minecraft/class_10990$class_10991;field_58568:Lnet/minecraft/class_10990;intermediary field_58568Lnet/minecraft/class_10990$class_10991;field_58568:Lnet/minecraft/class_10990;official aLcqa$a;a:Lcqa;
-
-
Constructor Details
-
class_10991
-
-
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()
-