Package net.minecraft.entity.ai.goal
Class CreeperSwellGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.CreeperSwellGoal
-
public class CreeperSwellGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private CreeperEntitycreeperprivate LivingEntitytarget
-
Constructor Summary
Constructors Constructor Description CreeperSwellGoal(CreeperEntity p_i1655_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUse()voidstart()voidstop()voidtick()-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
creeper
private final CreeperEntity creeper
-
target
private LivingEntity target
-
-
Constructor Detail
-
CreeperSwellGoal
public CreeperSwellGoal(CreeperEntity p_i1655_1_)
-
-