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 int
attackStep
private int
attackTime
private BlazeEntity
blaze
private int
lastSeen
-
Constructor Summary
Constructors Constructor Description FireballAttackGoal(BlazeEntity p_i45846_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
private double
getFollowDistance()
void
start()
void
stop()
void
tick()
-
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_)
-
-