Package net.minecraft.entity.ai.goal
Class CreeperIgniteGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.CreeperIgniteGoal
- Mappings:
Namespace Name intermediary net/minecraft/class_1389official boanamed net/minecraft/entity/ai/goal/CreeperIgniteGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldContinue, toGoalTicks, toString
-
Field Details
-
creeper
- Mappings:
Namespace Name Mixin selector intermediary field_6608Lnet/minecraft/class_1389;field_6608:Lnet/minecraft/class_1548;official aLboa;a:Lbvm;named creeperLnet/minecraft/entity/ai/goal/CreeperIgniteGoal;creeper:Lnet/minecraft/entity/mob/CreeperEntity;
-
target
- Mappings:
Namespace Name Mixin selector intermediary field_6609Lnet/minecraft/class_1389;field_6609:Lnet/minecraft/class_1309;official bLboa;b:Lbfx;named targetLnet/minecraft/entity/ai/goal/CreeperIgniteGoal;target:Lnet/minecraft/entity/LivingEntity;
-
-
Constructor Details
-
CreeperIgniteGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1389;<init>(Lnet/minecraft/class_1548;)Vofficial <init>Lboa;<init>(Lbvm;)Vnamed <init>Lnet/minecraft/entity/ai/goal/CreeperIgniteGoal;<init>(Lnet/minecraft/entity/mob/CreeperEntity;)V
-
-
Method Details
-
canStart
public boolean canStart() -
start
public void start() -
stop
public void stop() -
shouldRunEveryTick
public boolean shouldRunEveryTick()Returns if the goal should run every tick or not.This returns
falseby default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTickin classGoal- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_38846Lnet/minecraft/class_1352;method_38846()Zofficial J_Lbmt;J_()Znamed shouldRunEveryTickLnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-
tick
public void tick()
-