Package net.minecraft.entity.passive
Class StriderEntity.GoBackToLavaGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.passive.StriderEntity.GoBackToLavaGoal
- Enclosing class:
StriderEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_4985$class_5494official bwn$anamed net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanStart()protected booleanisTargetPos(WorldView world, BlockPos pos) booleanbooleanMethods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredDistanceToTarget, getInterval, hasReached, shouldRunEveryTick, start, startMovingToTarget, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, stop, toGoalTicks, toString
-
Field Details
-
strider
- Mappings:
Namespace Name Mixin selector intermediary field_26632Lnet/minecraft/class_4985$class_5494;field_26632:Lnet/minecraft/class_4985;official gLbwn$a;g:Lbwn;named striderLnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;strider:Lnet/minecraft/entity/passive/StriderEntity;
-
-
Constructor Details
-
GoBackToLavaGoal
GoBackToLavaGoal(StriderEntity strider, double speed) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4985$class_5494;<init>(Lnet/minecraft/class_4985;D)Vofficial <init>Lbwn$a;<init>(Lbwn;D)Vnamed <init>Lnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;<init>(Lnet/minecraft/entity/passive/StriderEntity;D)V
-
-
Method Details
-
getTargetPos
- Overrides:
getTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_30953Lnet/minecraft/class_1367;method_30953()Lnet/minecraft/class_2338;official kLbng;k()Lgu;named getTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;getTargetPos()Lnet/minecraft/util/math/BlockPos;
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial bLbmt;b()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canStart
public boolean canStart()- Overrides:
canStartin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial aLbmt;a()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldResetPath
public boolean shouldResetPath()- Overrides:
shouldResetPathin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6294Lnet/minecraft/class_1367;method_6294()Zofficial lLbng;l()Znamed shouldResetPathLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Z
-
isTargetPos
- Specified by:
isTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector intermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Zofficial aLbng;a(Lcmn;Lgu;)Znamed isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-