Class DolphinJumpGoal


public class DolphinJumpGoal extends DiveJumpingGoal
Mappings:
Namespace Name
official bko
intermediary net/minecraft/class_1357
named net/minecraft/entity/ai/goal/DolphinJumpGoal
  • Field Details

    • OFFSET_MULTIPLIERS

      private static final int[] OFFSET_MULTIPLIERS
      Mappings:
      Namespace Name Mixin selector
      official a Lbko;a:[I
      intermediary field_6474 Lnet/minecraft/class_1357;field_6474:[I
      named OFFSET_MULTIPLIERS Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;OFFSET_MULTIPLIERS:[I
    • dolphin

      private final DolphinEntity dolphin
      Mappings:
      Namespace Name Mixin selector
      official b Lbko;b:Lbpw;
      intermediary field_6471 Lnet/minecraft/class_1357;field_6471:Lnet/minecraft/class_1433;
      named dolphin Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;dolphin:Lnet/minecraft/entity/passive/DolphinEntity;
    • chance

      private final int chance
      Mappings:
      Namespace Name Mixin selector
      official c Lbko;c:I
      intermediary field_6472 Lnet/minecraft/class_1357;field_6472:I
      named chance Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;chance:I
    • inWater

      private boolean inWater
      Mappings:
      Namespace Name Mixin selector
      official d Lbko;d:Z
      intermediary field_6473 Lnet/minecraft/class_1357;field_6473:Z
      named inWater Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;inWater:Z
  • Constructor Details

    • DolphinJumpGoal

      public DolphinJumpGoal(DolphinEntity dolphin, int chance)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbko;<init>(Lbpw;I)V
      intermediary <init> Lnet/minecraft/class_1357;<init>(Lnet/minecraft/class_1433;I)V
      named <init> Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;<init>(Lnet/minecraft/entity/passive/DolphinEntity;I)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      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
    • isWater

      private boolean isWater(BlockPos pos, int offsetX, int offsetZ, int multiplier)
      Mappings:
      Namespace Name Mixin selector
      official a Lbko;a(Lgp;III)Z
      intermediary method_6284 Lnet/minecraft/class_1357;method_6284(Lnet/minecraft/class_2338;III)Z
      named isWater Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;isWater(Lnet/minecraft/util/math/BlockPos;III)Z
    • isAirAbove

      private boolean isAirAbove(BlockPos pos, int offsetX, int offsetZ, int multiplier)
      Mappings:
      Namespace Name Mixin selector
      official b Lbko;b(Lgp;III)Z
      intermediary method_6282 Lnet/minecraft/class_1357;method_6282(Lnet/minecraft/class_2338;III)Z
      named isAirAbove Lnet/minecraft/entity/ai/goal/DolphinJumpGoal;isAirAbove(Lnet/minecraft/util/math/BlockPos;III)Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      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
    • canStop

      public boolean canStop()
      Overrides:
      canStop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official D_ Lbky;D_()Z
      intermediary method_6267 Lnet/minecraft/class_1352;method_6267()Z
      named canStop Lnet/minecraft/entity/ai/goal/Goal;canStop()Z
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • stop

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official d Lbky;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
    • tick

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