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 official bri
intermediary net/minecraft/class_1389
named 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
-
Constructor Summary
-
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 official a
Lbri;a:Lbyu;
intermediary field_6608
Lnet/minecraft/class_1389;field_6608:Lnet/minecraft/class_1548;
named creeper
Lnet/minecraft/entity/ai/goal/CreeperIgniteGoal;creeper:Lnet/minecraft/entity/mob/CreeperEntity;
-
target
- Mappings:
Namespace Name Mixin selector official b
Lbri;b:Lbjg;
intermediary field_6609
Lnet/minecraft/class_1389;field_6609:Lnet/minecraft/class_1309;
named target
Lnet/minecraft/entity/ai/goal/CreeperIgniteGoal;target:Lnet/minecraft/entity/LivingEntity;
-
-
Constructor Details
-
CreeperIgniteGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbri;<init>(Lbyu;)V
intermediary <init>
Lnet/minecraft/class_1389;<init>(Lnet/minecraft/class_1548;)V
named <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
false
by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.- Overrides:
shouldRunEveryTick
in classGoal
- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
Namespace Name Mixin selector official Q_
Lbqb;Q_()Z
intermediary method_38846
Lnet/minecraft/class_1352;method_38846()Z
named shouldRunEveryTick
Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
-
tick
public void tick()
-