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 official bnp
intermediary net/minecraft/class_7688
named net/minecraft/entity/ai/goal/AmbientStandGoal
-
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 official a
Lbnp;a:Lbti;
intermediary field_40125
Lnet/minecraft/class_7688;field_40125:Lnet/minecraft/class_1496;
named entity
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;entity:Lnet/minecraft/entity/passive/AbstractHorseEntity;
-
cooldown
private int cooldown- Mappings:
Namespace Name Mixin selector official b
Lbnp;b:I
intermediary field_40126
Lnet/minecraft/class_7688;field_40126:I
named cooldown
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;cooldown:I
-
-
Constructor Details
-
AmbientStandGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbnp;<init>(Lbti;)V
intermediary <init>
Lnet/minecraft/class_7688;<init>(Lnet/minecraft/class_1496;)V
named <init>
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;<init>(Lnet/minecraft/entity/passive/AbstractHorseEntity;)V
-
-
Method Details
-
start
public void start() -
playAmbientStandSound
private void playAmbientStandSound()- Mappings:
Namespace Name Mixin selector official h
Lbnp;h()V
intermediary method_45337
Lnet/minecraft/class_7688;method_45337()V
named playAmbientStandSound
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;playAmbientStandSound()V
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canStart
public boolean canStart() -
resetCooldown
- Mappings:
Namespace Name Mixin selector official a
Lbnp;a(Lbti;)V
intermediary method_45336
Lnet/minecraft/class_7688;method_45336(Lnet/minecraft/class_1496;)V
named resetCooldown
Lnet/minecraft/entity/ai/goal/AmbientStandGoal;resetCooldown(Lnet/minecraft/entity/passive/AbstractHorseEntity;)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 official J_
Lbmt;J_()Z
intermediary method_38846
Lnet/minecraft/class_1352;method_38846()Z
named shouldRunEveryTick
Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-