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$GoBackToLavaGoal- intermediary - net/minecraft/class_4985$class_5494- official - cmm$a
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoalcooldown, lowestY, mob, speed, targetPos, tryingTime
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanStart()protected booleanisTargetPos(WorldView world, BlockPos pos) booleanbooleanMethods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoalfindTargetPos, getDesiredDistanceToTarget, getInterval, hasReached, shouldRunEveryTick, start, startMovingToTarget, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, stop, toGoalTicks, toString
- 
Field Details- 
strider- Mappings:
- Namespace - Name - Mixin selector - named - strider- Lnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;strider:Lnet/minecraft/entity/passive/StriderEntity;- intermediary - field_26632- Lnet/minecraft/class_4985$class_5494;field_26632:Lnet/minecraft/class_4985;- official - g- Lcmm$a;g:Lcmm;
 
 
- 
- 
Constructor Details- 
GoBackToLavaGoalGoBackToLavaGoal(StriderEntity strider, double speed) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;<init>(Lnet/minecraft/entity/passive/StriderEntity;D)V- intermediary - <init>- Lnet/minecraft/class_4985$class_5494;<init>(Lnet/minecraft/class_4985;D)V- official - <init>- Lcmm$a;<init>(Lcmm;D)V
 
 
- 
- 
Method Details- 
getTargetPos- Overrides:
- getTargetPosin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - named - getTargetPos- Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;getTargetPos()Lnet/minecraft/util/math/BlockPos;- intermediary - method_30953- Lnet/minecraft/class_1367;method_30953()Lnet/minecraft/class_2338;- official - k- Lcct;k()Lji;
 
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - named - shouldContinue- Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z- intermediary - method_6266- Lnet/minecraft/class_1352;method_6266()Z- official - c- Lccg;c()Z
 
- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- official - b- Lccg;b()Z
 
- 
shouldResetPathpublic boolean shouldResetPath()- Overrides:
- shouldResetPathin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - named - shouldResetPath- Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Z- intermediary - method_6294- Lnet/minecraft/class_1367;method_6294()Z- official - l- Lcct;l()Z
 
- 
isTargetPos- Specified by:
- isTargetPosin class- MoveToTargetPosGoal
- Mappings:
- Namespace - Name - Mixin selector - named - isTargetPos- Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_6296- Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z- official - a- Lcct;a(Ldgm;Lji;)Z
 
 
-