Package net.minecraft.entity.monster
Class GhastEntity.FireballAttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.GhastEntity.FireballAttackGoal
-
- Enclosing class:
- GhastEntity
static class GhastEntity.FireballAttackGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description int
chargeTime
private GhastEntity
ghast
-
Constructor Summary
Constructors Constructor Description FireballAttackGoal(GhastEntity p_i45837_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
ghast
private final GhastEntity ghast
-
chargeTime
public int chargeTime
-
-
Constructor Detail
-
FireballAttackGoal
public FireballAttackGoal(GhastEntity p_i45837_1_)
-
-