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 intermediary net/minecraft/class_6868official bminamed net/minecraft/entity/ai/goal/PowderSnowJumpGoal
-
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, start, stop, toGoalTicks, toString
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector intermediary field_36399Lnet/minecraft/class_6868;field_36399:Lnet/minecraft/class_1308;official aLbmi;a:Lbfz;named entityLnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;entity:Lnet/minecraft/entity/mob/MobEntity;
-
world
- Mappings:
Namespace Name Mixin selector intermediary field_36400Lnet/minecraft/class_6868;field_36400:Lnet/minecraft/class_1937;official bLbmi;b:Lcmk;named worldLnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
PowderSnowJumpGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_6868;<init>(Lnet/minecraft/class_1308;Lnet/minecraft/class_1937;)Vofficial <init>Lbmi;<init>(Lbfz;Lcmk;)Vnamed <init>Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;<init>(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/World;)V
-
-
Method Details
-
canStart
public boolean canStart() -
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()
-