Class RabbitEntity.EatCarrotCropGoal

Enclosing class:
RabbitEntity

static class RabbitEntity.EatCarrotCropGoal
extends MoveToTargetPosGoal
Mappings:
Namespace Name
official bcb$g
intermediary net/minecraft/class_1463$class_1470
named net/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal
  • Field Details

    • rabbit

      private final RabbitEntity rabbit
      Mappings:
      Namespace Name Mixin selector
      official g Lbcb$g;g:Lbcb;
      intermediary field_6863 Lnet/minecraft/class_1463$class_1470;field_6863:Lnet/minecraft/class_1463;
      named rabbit Lnet/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal;rabbit:Lnet/minecraft/entity/passive/RabbitEntity;
    • wantsCarrots

      private boolean wantsCarrots
      Mappings:
      Namespace Name Mixin selector
      official h Lbcb$g;h:Z
      intermediary field_6862 Lnet/minecraft/class_1463$class_1470;field_6862:Z
      named wantsCarrots Lnet/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal;wantsCarrots:Z
    • hasTarget

      private boolean hasTarget
      Mappings:
      Namespace Name Mixin selector
      official i Lbcb$g;i:Z
      intermediary field_6861 Lnet/minecraft/class_1463$class_1470;field_6861:Z
      named hasTarget Lnet/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal;hasTarget:Z
  • Constructor Details

    • EatCarrotCropGoal

      public EatCarrotCropGoal​(RabbitEntity rabbit)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbcb$g;<init>(Lbcb;)V
      intermediary <init> Lnet/minecraft/class_1463$class_1470;<init>(Lnet/minecraft/class_1463;)V
      named <init> Lnet/minecraft/entity/passive/RabbitEntity$EatCarrotCropGoal;<init>(Lnet/minecraft/entity/passive/RabbitEntity;)V
  • Method Details

    • canStart

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

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

      public void tick()
      Overrides:
      tick in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official e Lawx;e()V
      intermediary method_6268 Lnet/minecraft/class_1352;method_6268()V
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V
    • isTargetPos

      protected boolean isTargetPos​(WorldView world, BlockPos pos)
      Specified by:
      isTargetPos in class MoveToTargetPosGoal
      Mappings:
      Namespace Name Mixin selector
      official a Laxl;a(Lbty;Lfx;)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