Package net.minecraft
Class class_7688
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_7688
- Mappings:
Namespace Name official bkxintermediary net/minecraft/class_7688named net/minecraft/class_7688
-
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
Modifier and TypeMethodDescriptionbooleancanStart()private voidmethod_45336(AbstractHorseEntity abstractHorseEntity) private voidbooleanbooleanReturns if the goal should run every tick or not.voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, stop, tick, toGoalTicks, toString
-
Field Details
-
field_40125
- Mappings:
Namespace Name Mixin selector official aLbkx;a:Lbqq;intermediary field_40125Lnet/minecraft/class_7688;field_40125:Lnet/minecraft/class_1496;named field_40125Lnet/minecraft/class_7688;field_40125:Lnet/minecraft/entity/passive/AbstractHorseEntity;
-
field_40126
private int field_40126- Mappings:
Namespace Name Mixin selector official bLbkx;b:Iintermediary field_40126Lnet/minecraft/class_7688;field_40126:Inamed field_40126Lnet/minecraft/class_7688;field_40126:I
-
-
Constructor Details
-
class_7688
-
-
Method Details
-
start
public void start() -
method_45337
private void method_45337()- Mappings:
Namespace Name Mixin selector official hLbkx;h()Vintermediary method_45337Lnet/minecraft/class_7688;method_45337()Vnamed method_45337Lnet/minecraft/class_7688;method_45337()V
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLbkb;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canStart
public boolean canStart() -
method_45336
- Mappings:
Namespace Name Mixin selector official aLbkx;a(Lbqq;)Vintermediary method_45336Lnet/minecraft/class_7688;method_45336(Lnet/minecraft/class_1496;)Vnamed method_45336Lnet/minecraft/class_7688;method_45336(Lnet/minecraft/entity/passive/AbstractHorseEntity;)V
-
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 E_Lbkb;E_()Zintermediary method_38846Lnet/minecraft/class_1352;method_38846()Znamed shouldRunEveryTickLnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-