Package net.minecraft.entity.monster
Class GhastEntity.RandomFlyGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.GhastEntity.RandomFlyGoal
-
- Enclosing class:
- GhastEntity
static class GhastEntity.RandomFlyGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private GhastEntity
ghast
-
Constructor Summary
Constructors Constructor Description RandomFlyGoal(GhastEntity p_i45836_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
-
-
-
Field Detail
-
ghast
private final GhastEntity ghast
-
-
Constructor Detail
-
RandomFlyGoal
public RandomFlyGoal(GhastEntity p_i45836_1_)
-
-