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 named net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoalintermediary net/minecraft/class_4985$class_5494official cog$a
-
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, stop, toGoalTicks, toString
-
Field Details
-
strider
- Mappings:
Namespace Name Mixin selector named striderLnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;strider:Lnet/minecraft/entity/passive/StriderEntity;intermediary field_26632Lnet/minecraft/class_4985$class_5494;field_26632:Lnet/minecraft/class_4985;official gLcog$a;g:Lcog;
-
-
Constructor Details
-
GoBackToLavaGoal
GoBackToLavaGoal(StriderEntity strider, double speed) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;<init>(Lnet/minecraft/entity/passive/StriderEntity;D)Vintermediary <init>Lnet/minecraft/class_4985$class_5494;<init>(Lnet/minecraft/class_4985;D)Vofficial <init>Lcog$a;<init>(Lcog;D)V
-
-
Method Details
-
getTargetPos
- Overrides:
getTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector named getTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;getTargetPos()Lnet/minecraft/util/math/BlockPos;intermediary method_30953Lnet/minecraft/class_1367;method_30953()Lnet/minecraft/class_2338;official kLcei;k()Liu;
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcdv;c()Z
-
canStart
public boolean canStart()- Overrides:
canStartin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcdv;b()Z
-
shouldResetPath
public boolean shouldResetPath()- Overrides:
shouldResetPathin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector named shouldResetPathLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Zintermediary method_6294Lnet/minecraft/class_1367;method_6294()Zofficial lLcei;l()Z
-
isTargetPos
- Specified by:
isTargetPosin classMoveToTargetPosGoal- Mappings:
Namespace Name Mixin selector named isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Zofficial aLcei;a(Ldis;Liu;)Z
-