Package net.minecraft
Class class_10990.class_10993
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.class_10990.class_10993
- Enclosing class:
class_10990
- Mappings:
Namespace Name named net/minecraft/class_10990$class_10993intermediary net/minecraft/class_10990$class_10993official cqa$c
-
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_69336(LivingEntity livingEntity, World world) booleanReturns if the goal should run every tick or not.voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldContinue, toGoalTicks, toString
-
Field Details
-
field_58572
- Mappings:
Namespace Name Mixin selector named field_58572Lnet/minecraft/class_10990$class_10993;field_58572:Lnet/minecraft/class_10990;intermediary field_58572Lnet/minecraft/class_10990$class_10993;field_58572:Lnet/minecraft/class_10990;official bLcqa$c;b:Lcqa;
-
field_58571
public int field_58571- Mappings:
Namespace Name Mixin selector named field_58571Lnet/minecraft/class_10990$class_10993;field_58571:Iintermediary field_58571Lnet/minecraft/class_10990$class_10993;field_58571:Iofficial aLcqa$c;a:I
-
-
Constructor Details
-
class_10993
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start() -
stop
public void stop() -
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() -
method_69336
- Mappings:
Namespace Name Mixin selector named method_69336Lnet/minecraft/class_10990$class_10993;method_69336(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;)Vintermediary method_69336Lnet/minecraft/class_10990$class_10993;method_69336(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;)Vofficial aLcqa$c;a(Lbzf;Ldmy;)V
-