Package net.minecraft.entity.ai.goal
Class CreeperIgniteGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.CreeperIgniteGoal
public class CreeperIgniteGoal 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 CreeperEntity
creeper
private LivingEntity
target
-
Constructor Summary
Constructors Constructor Description CreeperIgniteGoal(CreeperEntity creeper)
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, toString
-
Field Details
-
creeper
-
target
-
-
Constructor Details
-
CreeperIgniteGoal
-
-
Method Details