Package net.minecraft.entity.mob
Class GhastEntity.FlyRandomlyGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.GhastEntity.FlyRandomlyGoal
- Enclosing class:
- GhastEntity
static class GhastEntity.FlyRandomlyGoal extends Goal
- Mappings:
Namespace Name official vr$dintermediary net/minecraft/class_1916$class_1920named net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal
-
Field Summary
Fields Modifier and Type Field Description private GhastEntityfield_8211 -
Constructor Summary
Constructors Constructor Description FlyRandomlyGoal(GhastEntity ghastEntity) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
method_7363, method_7368, method_7369, stop, tick
-
Field Details
-
field_8211
- Mappings:
Namespace Name Mixin selector official aLvr$d;a:Lvr;intermediary field_8211Lnet/minecraft/class_1916$class_1920;field_8211:Lnet/minecraft/class_1916;named field_8211Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;field_8211:Lnet/minecraft/entity/mob/GhastEntity;
-
-
Constructor Details
-
FlyRandomlyGoal
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLrd;b()Zintermediary method_7364Lnet/minecraft/class_1789;method_7364()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start()
-