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 bez$d
intermediary net/minecraft/class_1571$class_1575
named net/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description private GhastEntity
ghast
-
Constructor Summary
Constructors Constructor Description FlyRandomlyGoal(GhastEntity ghast)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
boolean
shouldContinue()
void
start()
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Field Details
-
ghast
- Mappings:
Namespace Name Mixin selector official a
Lbez$d;a:Lbez;
intermediary field_7279
Lnet/minecraft/class_1571$class_1575;field_7279:Lnet/minecraft/class_1571;
named ghast
Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;ghast:Lnet/minecraft/entity/mob/GhastEntity;
-
-
Constructor Details
-
FlyRandomlyGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbez$d;<init>(Lbez;)V
intermediary <init>
Lnet/minecraft/class_1571$class_1575;<init>(Lnet/minecraft/class_1571;)V
named <init>
Lnet/minecraft/entity/mob/GhastEntity$FlyRandomlyGoal;<init>(Lnet/minecraft/entity/mob/GhastEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector official b
Lawx;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start()
-