Package net.minecraft.entity.mob
Class BlazeEntity.ShootFireballGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.BlazeEntity.ShootFireballGoal
- Enclosing class:
- BlazeEntity
static class BlazeEntity.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 private BlazeEntityblazeprivate intfireballCooldownprivate intfireballsFiredprivate inttargetNotVisibleTicks -
Constructor Summary
Constructors Constructor Description ShootFireballGoal(BlazeEntity blaze) -
Method Summary
Modifier and Type Method Description booleancanStart()private doublegetFollowRange()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
blaze
-
fireballsFired
private int fireballsFired -
fireballCooldown
private int fireballCooldown -
targetNotVisibleTicks
private int targetNotVisibleTicks
-
-
Constructor Details
-
ShootFireballGoal
-
-
Method Details