Package net.minecraft
Class class_9500.class_9501
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_9500.class_9501
- Enclosing class:
class_9500
- Mappings:
Namespace Name official cjc$aintermediary net/minecraft/class_9500$class_9501named net/minecraft/class_9500$class_9501
-
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, getControls, getTickCount, setControls, shouldContinue, stop, toGoalTicks, toString
-
Field Details
-
field_50449
- Mappings:
Namespace Name Mixin selector official bLcjc$a;b:Lcjc;intermediary field_50449Lnet/minecraft/class_9500$class_9501;field_50449:Lnet/minecraft/class_9500;named field_50449Lnet/minecraft/class_9500$class_9501;field_50449:Lnet/minecraft/class_9500;
-
field_50448
public int field_50448- Mappings:
Namespace Name Mixin selector official aLcjc$a;a:Iintermediary field_50448Lnet/minecraft/class_9500$class_9501;field_50448:Inamed field_50448Lnet/minecraft/class_9500$class_9501;field_50448:I
-
-
Constructor Details
-
class_9501
-
-
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
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 official S_Lbzl;S_()Zintermediary method_38846Lnet/minecraft/class_1352;method_38846()Znamed shouldRunEveryTickLnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-
tick
public void tick()
-