Package net.minecraft.entity.mob
Class GhastEntity.ShootFireballGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.GhastEntity.ShootFireballGoal
- Enclosing class:
- GhastEntity
static class GhastEntity.ShootFireballGoal extends Goal
-
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 intcooldownprivate GhastEntityghast -
Constructor Summary
Constructors Constructor Description ShootFireballGoal(GhastEntity ghast) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
ghast
-
cooldown
public int cooldown
-
-
Constructor Details
-
ShootFireballGoal
-
-
Method Details