Class CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.CrossbowAttackGoal<T>

public class CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser> extends Goal
Mappings:
Namespace Name
named net/minecraft/entity/ai/goal/CrossbowAttackGoal
intermediary net/minecraft/class_1383
official cbq
  • Field Details

    • COOLDOWN_RANGE

      public static final UniformIntProvider COOLDOWN_RANGE
      Mappings:
      Namespace Name Mixin selector
      named COOLDOWN_RANGE Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;COOLDOWN_RANGE:Lnet/minecraft/util/math/intprovider/UniformIntProvider;
      intermediary field_25696 Lnet/minecraft/class_1383;field_25696:Lnet/minecraft/class_6019;
      official a Lcbq;a:Lbqh;
    • actor

      private final T extends HostileEntity & RangedAttackMob & CrossbowUser actor
      Mappings:
      Namespace Name Mixin selector
      named actor Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;actor:Lnet/minecraft/entity/mob/HostileEntity;
      intermediary field_6593 Lnet/minecraft/class_1383;field_6593:Lnet/minecraft/class_1588;
      official b Lcbq;b:Lckf;
    • stage

      private CrossbowAttackGoal.Stage stage
      Mappings:
      Namespace Name Mixin selector
      named stage Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;stage:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
      intermediary field_16528 Lnet/minecraft/class_1383;field_16528:Lnet/minecraft/class_1383$class_3744;
      official c Lcbq;c:Lcbq$a;
    • speed

      private final double speed
      Mappings:
      Namespace Name Mixin selector
      named speed Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;speed:D
      intermediary field_6590 Lnet/minecraft/class_1383;field_6590:D
      official d Lcbq;d:D
    • squaredRange

      private final float squaredRange
      Mappings:
      Namespace Name Mixin selector
      named squaredRange Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;squaredRange:F
      intermediary field_6591 Lnet/minecraft/class_1383;field_6591:F
      official e Lcbq;e:F
    • seeingTargetTicker

      private int seeingTargetTicker
      Mappings:
      Namespace Name Mixin selector
      named seeingTargetTicker Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;seeingTargetTicker:I
      intermediary field_6592 Lnet/minecraft/class_1383;field_6592:I
      official f Lcbq;f:I
    • chargedTicksLeft

      private int chargedTicksLeft
      Mappings:
      Namespace Name Mixin selector
      named chargedTicksLeft Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;chargedTicksLeft:I
      intermediary field_16529 Lnet/minecraft/class_1383;field_16529:I
      official g Lcbq;g:I
    • cooldown

      private int cooldown
      Mappings:
      Namespace Name Mixin selector
      named cooldown Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;cooldown:I
      intermediary field_25697 Lnet/minecraft/class_1383;field_25697:I
      official h Lcbq;h:I
  • Constructor Details

    • CrossbowAttackGoal

      public CrossbowAttackGoal(T actor, double speed, float range)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;<init>(Lnet/minecraft/entity/mob/HostileEntity;DF)V
      intermediary <init> Lnet/minecraft/class_1383;<init>(Lnet/minecraft/class_1588;DF)V
      official <init> Lcbq;<init>(Lckf;DF)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      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 a Lcap;a()Z
    • isEntityHoldingCrossbow

      private boolean isEntityHoldingCrossbow()
      Mappings:
      Namespace Name Mixin selector
      named isEntityHoldingCrossbow Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;isEntityHoldingCrossbow()Z
      intermediary method_6310 Lnet/minecraft/class_1383;method_6310()Z
      official h Lcbq;h()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      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 b Lcap;b()Z
    • hasAliveTarget

      private boolean hasAliveTarget()
      Mappings:
      Namespace Name Mixin selector
      named hasAliveTarget Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;hasAliveTarget()Z
      intermediary method_19996 Lnet/minecraft/class_1383;method_19996()Z
      official i Lcbq;i()Z
    • stop

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

      public boolean shouldRunEveryTick()
      Returns if the goal should run every tick or not.

      This returns false by default. If this returns false, the goal will tick once after the entity is spawned, and will tick every other tick.

      Overrides:
      shouldRunEveryTick in class Goal
      Returns:
      if the goal should run every tick or not
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named shouldRunEveryTick Lnet/minecraft/entity/ai/goal/Goal;shouldRunEveryTick()Z
      intermediary method_38846 Lnet/minecraft/class_1352;method_38846()Z
      official R_ Lcap;R_()Z
    • tick

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

      private boolean isUncharged()
      Mappings:
      Namespace Name Mixin selector
      named isUncharged Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal;isUncharged()Z
      intermediary method_16352 Lnet/minecraft/class_1383;method_16352()Z
      official k Lcbq;k()Z