Class StriderEntity.GoBackToLavaGoal

Enclosing class:
StriderEntity

private static class StriderEntity.GoBackToLavaGoal extends MoveToTargetPosGoal
Mappings:
Namespace Name
official buq$a
intermediary net/minecraft/class_4985$class_5494
named net/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal
  • Field Details

    • strider

      private final StriderEntity strider
      Mappings:
      Namespace Name Mixin selector
      official g Lbuq$a;g:Lbuq;
      intermediary field_26632 Lnet/minecraft/class_4985$class_5494;field_26632:Lnet/minecraft/class_4985;
      named strider Lnet/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> Lbuq$a;<init>(Lbuq;D)V
      intermediary <init> Lnet/minecraft/class_4985$class_5494;<init>(Lnet/minecraft/class_4985;D)V
      named <init> Lnet/minecraft/entity/passive/StriderEntity$GoBackToLavaGoal;<init>(Lnet/minecraft/entity/passive/StriderEntity;D)V
  • Method Details

    • getTargetPos

      public BlockPos getTargetPos()
      Overrides:
      getTargetPos in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official k Lbll;k()Lgp;
      intermediary method_30953 Lnet/minecraft/class_1367;method_30953()Lnet/minecraft/class_2338;
      named getTargetPos Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;getTargetPos()Lnet/minecraft/util/math/BlockPos;
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official b Lbky;b()Z
      intermediary method_6266 Lnet/minecraft/class_1352;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • canStart

      public boolean canStart()
      Overrides:
      canStart in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official a Lbky;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldResetPath

      public boolean shouldResetPath()
      Overrides:
      shouldResetPath in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official l Lbll;l()Z
      intermediary method_6294 Lnet/minecraft/class_1367;method_6294()Z
      named shouldResetPath Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;shouldResetPath()Z
    • isTargetPos

      protected boolean isTargetPos(WorldView world, BlockPos pos)
      Specified by:
      isTargetPos in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official a Lbll;a(Lcjz;Lgp;)Z
      intermediary method_6296 Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z
      named isTargetPos Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z