Package net.minecraft.entity.ai.goal
Class AmbientStandGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.AmbientStandGoal
- Mappings:
Namespace Name named net/minecraft/entity/ai/goal/AmbientStandGoal
intermediary net/minecraft/class_7688
official cbl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canStart()
private void
private void
resetCooldown
(AbstractHorseEntity entity) boolean
boolean
Returns if the goal should run every tick or not.void
start()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, stop, tick, toGoalTicks, toString
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector named entity
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;entity:Lnet/minecraft/entity/passive/AbstractHorseEntity;
intermediary field_40125
Lnet/minecraft/class_7688;field_40125:Lnet/minecraft/class_1496;
official a
Lcbl;a:Lchl;
-
cooldown
private int cooldown- Mappings:
Namespace Name Mixin selector named cooldown
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;cooldown:I
intermediary field_40126
Lnet/minecraft/class_7688;field_40126:I
official b
Lcbl;b:I
-
-
Constructor Details
-
AmbientStandGoal
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;<init>(Lnet/minecraft/entity/passive/AbstractHorseEntity;)V
intermediary <init>
Lnet/minecraft/class_7688;<init>(Lnet/minecraft/class_1496;)V
official <init>
Lcbl;<init>(Lchl;)V
-
-
Method Details
-
start
public void start() -
playAmbientStandSound
private void playAmbientStandSound()- Mappings:
Namespace Name Mixin selector named playAmbientStandSound
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;playAmbientStandSound()V
intermediary method_45337
Lnet/minecraft/class_7688;method_45337()V
official h
Lcbl;h()V
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
official b
Lcap;b()Z
-
canStart
public boolean canStart() -
resetCooldown
- Mappings:
Namespace Name Mixin selector named resetCooldown
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;resetCooldown(Lnet/minecraft/entity/passive/AbstractHorseEntity;)V
intermediary method_45336
Lnet/minecraft/class_7688;method_45336(Lnet/minecraft/class_1496;)V
official a
Lcbl;a(Lchl;)V
-
shouldRunEveryTick
public boolean shouldRunEveryTick()Returns if the goal should run every tick or not.This returns
false
by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTick
in classGoal
- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector named shouldRunEveryTick
Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
intermediary method_38846
Lnet/minecraft/class_1352;method_38846()Z
official R_
Lcap;R_()Z
-