Class CrossbowAttackTask<E extends MobEntity & CrossbowUser,T extends LivingEntity>

java.lang.Object
net.minecraft.entity.ai.brain.task.Task<E>
net.minecraft.entity.ai.brain.task.CrossbowAttackTask<E,T>

public class CrossbowAttackTask<E extends MobEntity & CrossbowUser,T extends LivingEntity> extends Task<E>
Mappings:
Namespace Name
official bfg
intermediary net/minecraft/class_4810
named net/minecraft/entity/ai/brain/task/CrossbowAttackTask
  • Field Details

    • RUN_TIME

      private static final int RUN_TIME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg;a:I
      intermediary field_30114 Lnet/minecraft/class_4810;field_30114:I
      named RUN_TIME Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;RUN_TIME:I
    • chargingCooldown

      private int chargingCooldown
      Mappings:
      Namespace Name Mixin selector
      official d Lbfg;d:I
      intermediary field_22293 Lnet/minecraft/class_4810;field_22293:I
      named chargingCooldown Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;chargingCooldown:I
    • state

      Mappings:
      Namespace Name Mixin selector
      official e Lbfg;e:Lbfg$a;
      intermediary field_22294 Lnet/minecraft/class_4810;field_22294:Lnet/minecraft/class_4810$class_4811;
      named state Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;state:Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;
  • Constructor Details

    • CrossbowAttackTask

      public CrossbowAttackTask()
  • Method Details

    • method_24570

      protected boolean method_24570(ServerWorld serverWorld, E e)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg;a(Lahb;Lbdp;)Z
      intermediary method_24570 Lnet/minecraft/class_4810;method_24570(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;)Z
      named method_24570 Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;method_24570(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;)Z
    • method_24571

      protected boolean method_24571(ServerWorld serverWorld, E e, long long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg;a(Lahb;Lbdp;J)Z
      intermediary method_24571 Lnet/minecraft/class_4810;method_24571(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)Z
      named method_24571 Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;method_24571(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)Z
    • method_24573

      protected void method_24573(ServerWorld serverWorld, E e, long long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lbfg;b(Lahb;Lbdp;J)V
      intermediary method_24573 Lnet/minecraft/class_4810;method_24573(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)V
      named method_24573 Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;method_24573(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)V
    • method_24574

      protected void method_24574(ServerWorld serverWorld, E e, long long2)
      Mappings:
      Namespace Name Mixin selector
      official c Lbfg;c(Lahb;Lbdp;J)V
      intermediary method_24574 Lnet/minecraft/class_4810;method_24574(Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;J)V
      named method_24574 Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;method_24574(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/mob/MobEntity;J)V
    • tickState

      private void tickState(E entity, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg;a(Lbdp;Lbdn;)V
      intermediary method_24569 Lnet/minecraft/class_4810;method_24569(Lnet/minecraft/class_1308;Lnet/minecraft/class_1309;)V
      named tickState Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;tickState(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/LivingEntity;)V
    • setLookTarget

      private void setLookTarget(MobEntity entity, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official b Lbfg;b(Lbdp;Lbdn;)V
      intermediary method_24572 Lnet/minecraft/class_4810;method_24572(Lnet/minecraft/class_1308;Lnet/minecraft/class_1309;)V
      named setLookTarget Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;setLookTarget(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/LivingEntity;)V
    • getAttackTarget

      private static LivingEntity getAttackTarget(LivingEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg;a(Lbdn;)Lbdn;
      intermediary method_24568 Lnet/minecraft/class_4810;method_24568(Lnet/minecraft/class_1309;)Lnet/minecraft/class_1309;
      named getAttackTarget Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask;getAttackTarget(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/entity/LivingEntity;