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 official bmk
intermediary net/minecraft/class_6868
named 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
-
Constructor Summary
-
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 official a
Lbmk;a:Lbgb;
intermediary field_36399
Lnet/minecraft/class_6868;field_36399:Lnet/minecraft/class_1308;
named entity
Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;entity:Lnet/minecraft/entity/mob/MobEntity;
-
world
- Mappings:
Namespace Name Mixin selector official b
Lbmk;b:Lcmm;
intermediary field_36400
Lnet/minecraft/class_6868;field_36400:Lnet/minecraft/class_1937;
named world
Lnet/minecraft/entity/ai/goal/PowderSnowJumpGoal;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
PowderSnowJumpGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbmk;<init>(Lbgb;Lcmm;)V
intermediary <init>
Lnet/minecraft/class_6868;<init>(Lnet/minecraft/class_1308;Lnet/minecraft/class_1937;)V
named <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
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 K_
Lbmv;K_()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()
-