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 - bjv- intermediary - net/minecraft/class_1389- named - net/minecraft/entity/ai/goal/CreeperIgniteGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldContinue, toGoalTicks, toString
- 
Field Details- 
creeper- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbjv;a:Lbrc;- 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- Lbjv;b:Lbcc;- 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>- Lbjv;<init>(Lbrc;)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- 
canStartpublic boolean canStart()
- 
startpublic void start()
- 
stoppublic void stop()
- 
shouldRunEveryTickpublic 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 class- Goal
- Returns:
- if the goal should run every tick or not
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - E_- Lbip;E_()Z- intermediary - method_38846- Lnet/minecraft/class_1352;method_38846()Z- named - shouldRunEveryTick- Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
 
- 
tickpublic void tick()
 
-