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 official bmq$aintermediary net/minecraft/class_4985$class_5494named 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 official gLbmq$a;g:Lbmq;intermediary field_26632Lnet/minecraft/class_4985$class_5494;field_26632:Lnet/minecraft/class_4985;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 official <init>Lbmq$a;<init>(Lbmq;D)Vintermediary <init>Lnet/minecraft/class_4985$class_5494;<init>(Lnet/minecraft/class_4985;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 official kLbeg;k()Lgj;intermediary method_30953Lnet/minecraft/class_1367;method_30953()Lnet/minecraft/class_2338;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 official bLbdt;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canStart
public boolean canStart()- Overrides:
canStartin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector official aLbdt;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldResetPath
public boolean shouldResetPath()- Overrides:
shouldResetPathin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector official lLbeg;l()Zintermediary method_6294Lnet/minecraft/class_1367;method_6294()Znamed shouldResetPathLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Z
-
isTargetPos
- Specified by:
isTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector official aLbeg;a(Lcay;Lgj;)Zintermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Znamed isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-