Package net.minecraft.entity.monster
Class BlazeEntity.FireballAttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.BlazeEntity.FireballAttackGoal
-
- Enclosing class:
- BlazeEntity
static class BlazeEntity.FireballAttackGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private intattackStepprivate intattackTimeprivate BlazeEntityblazeprivate intlastSeen
-
Constructor Summary
Constructors Constructor Description FireballAttackGoal(BlazeEntity p_i45846_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUse()private doublegetFollowDistance()voidstart()voidstop()voidtick()-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
blaze
private final BlazeEntity blaze
-
attackStep
private int attackStep
-
attackTime
private int attackTime
-
lastSeen
private int lastSeen
-
-
Constructor Detail
-
FireballAttackGoal
public FireballAttackGoal(BlazeEntity p_i45846_1_)
-
-