Package net.minecraft.entity.ai.goal
Class PowderSnowJumpGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.PowderSnowJumpGoal
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/goal/PowderSnowJumpGoal- intermediary - net/minecraft/class_6868- official - cbv
- 
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldContinue, start, stop, toGoalTicks, toString
- 
Field Details- 
entity- Mappings:
- Namespace - Name - Mixin selector - named - entity- Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;entity:Lnet/minecraft/entity/mob/MobEntity;- intermediary - field_36399- Lnet/minecraft/class_6868;field_36399:Lnet/minecraft/class_1308;- official - a- Lcbv;a:Lbvk;
 
- 
world- Mappings:
- Namespace - Name - Mixin selector - named - world- Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;world:Lnet/minecraft/world/World;- intermediary - field_36400- Lnet/minecraft/class_6868;field_36400:Lnet/minecraft/class_1937;- official - b- Lcbv;b:Ldgj;
 
 
- 
- 
Constructor Details- 
PowderSnowJumpGoal- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/World;)V- intermediary - <init>- Lnet/minecraft/class_6868;<init>(Lnet/minecraft/class_1308;Lnet/minecraft/class_1937;)V- official - <init>- Lcbv;<init>(Lbvk;Ldgj;)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()
- 
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 - named - shouldRunEveryTick- Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z- intermediary - method_38846- Lnet/minecraft/class_1352;method_38846()Z- official - V_- Lccg;V_()Z
 
- 
tickpublic void tick()
 
-