Class Task<E extends LivingEntity>

java.lang.Object
net.minecraft.entity.ai.brain.task.Task<E>
All Implemented Interfaces:
class_7893<E>
Direct Known Subclasses:
BoneMealTask, BreedTask, CamelBrain.SitOrStandTask, CelebrateRaidWinTask, CroakTask, CrossbowAttackTask, DigTask, DismountVehicleTask, EmergeTask, FarmerVillagerTask, FollowCustomerTask, FrogEatEntityTask, GatherItemsVillagerTask, GiveGiftsToHeroTask, GiveInventoryToLookTargetTask, HoldTradeOffersTask, JumpInBedTask, LeapingChargeTask, LongJumpTask, LookAroundTask, PanicTask, PlayDeadTask, PrepareRamTask, RamImpactTask, RandomLookAroundTask, RoarTask, SleepTask, SniffTask, SonicBoomTask, StayAboveWaterTask, TemptationCooldownTask, TemptTask, VillagerBreedTask, VillagerWorkTask, WalkTask, WalkTowardJobSiteTask, WanderAroundTask

public abstract class Task<E extends LivingEntity> extends Object implements class_7893<E>
Mappings:
Namespace Name
official bfj
intermediary net/minecraft/class_4097
named net/minecraft/entity/ai/brain/task/Task
  • Field Details

    • DEFAULT_RUN_TIME

      public static final int DEFAULT_RUN_TIME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a:I
      intermediary field_30112 Lnet/minecraft/class_4097;field_30112:I
      named DEFAULT_RUN_TIME Lnet/minecraft/entity/ai/brain/task/Task;DEFAULT_RUN_TIME:I
    • requiredMemoryStates

      protected final Map<MemoryModuleType<?>,MemoryModuleState> requiredMemoryStates
      Mappings:
      Namespace Name Mixin selector
      official b Lbfj;b:Ljava/util/Map;
      intermediary field_19291 Lnet/minecraft/class_4097;field_19291:Ljava/util/Map;
      named requiredMemoryStates Lnet/minecraft/entity/ai/brain/task/Task;requiredMemoryStates:Ljava/util/Map;
    • status

      private Task.Status status
      Mappings:
      Namespace Name Mixin selector
      official c Lbfj;c:Lbfj$a;
      intermediary field_18333 Lnet/minecraft/class_4097;field_18333:Lnet/minecraft/class_4097$class_4098;
      named status Lnet/minecraft/entity/ai/brain/task/Task;status:Lnet/minecraft/entity/ai/brain/task/Task$Status;
    • endTime

      private long endTime
      Mappings:
      Namespace Name Mixin selector
      official d Lbfj;d:J
      intermediary field_18334 Lnet/minecraft/class_4097;field_18334:J
      named endTime Lnet/minecraft/entity/ai/brain/task/Task;endTime:J
    • minRunTime

      private final int minRunTime
      Mappings:
      Namespace Name Mixin selector
      official e Lbfj;e:I
      intermediary field_18335 Lnet/minecraft/class_4097;field_18335:I
      named minRunTime Lnet/minecraft/entity/ai/brain/task/Task;minRunTime:I
    • maxRunTime

      private final int maxRunTime
      Mappings:
      Namespace Name Mixin selector
      official f Lbfj;f:I
      intermediary field_18336 Lnet/minecraft/class_4097;field_18336:I
      named maxRunTime Lnet/minecraft/entity/ai/brain/task/Task;maxRunTime:I
  • Constructor Details

    • Task

      public Task(Map<MemoryModuleType<?>,MemoryModuleState> requiredMemoryState)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfj;<init>(Ljava/util/Map;)V
      intermediary <init> Lnet/minecraft/class_4097;<init>(Ljava/util/Map;)V
      named <init> Lnet/minecraft/entity/ai/brain/task/Task;<init>(Ljava/util/Map;)V
    • Task

      public Task(Map<MemoryModuleType<?>,MemoryModuleState> requiredMemoryState, int runTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfj;<init>(Ljava/util/Map;I)V
      intermediary <init> Lnet/minecraft/class_4097;<init>(Ljava/util/Map;I)V
      named <init> Lnet/minecraft/entity/ai/brain/task/Task;<init>(Ljava/util/Map;I)V
    • Task

      public Task(Map<MemoryModuleType<?>,MemoryModuleState> requiredMemoryState, int minRunTime, int maxRunTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfj;<init>(Ljava/util/Map;II)V
      intermediary <init> Lnet/minecraft/class_4097;<init>(Ljava/util/Map;II)V
      named <init> Lnet/minecraft/entity/ai/brain/task/Task;<init>(Ljava/util/Map;II)V
  • Method Details

    • getStatus

      public Task.Status getStatus()
      Specified by:
      getStatus in interface class_7893<E extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbfk;a()Lbfj$a;
      intermediary method_18921 Lnet/minecraft/class_7893;method_18921()Lnet/minecraft/class_4097$class_4098;
      named getStatus Lnet/minecraft/class_7893;getStatus()Lnet/minecraft/entity/ai/brain/task/Task$Status;
    • tryStarting

      public final boolean tryStarting(ServerWorld serverWorld, E e, long long2)
      Specified by:
      tryStarting in interface class_7893<E extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official e Lbfk;e(Lahk;Lbdx;J)Z
      intermediary method_18922 Lnet/minecraft/class_7893;method_18922(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)Z
      named tryStarting Lnet/minecraft/class_7893;tryStarting(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)Z
    • run

      protected void run(ServerWorld world, E entity, long time)
      Mappings:
      Namespace Name Mixin selector
      official d Lbfj;d(Lahk;Lbdx;J)V
      intermediary method_18920 Lnet/minecraft/class_4097;method_18920(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named run Lnet/minecraft/entity/ai/brain/task/Task;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V
    • tick

      public final void tick(ServerWorld serverWorld, E e, long long2)
      Specified by:
      tick in interface class_7893<E extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official f Lbfk;f(Lahk;Lbdx;J)V
      intermediary method_18923 Lnet/minecraft/class_7893;method_18923(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named tick Lnet/minecraft/class_7893;tick(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V
    • keepRunning

      protected void keepRunning(ServerWorld world, E entity, long time)
      Mappings:
      Namespace Name Mixin selector
      official c Lbfj;c(Lahk;Lbdx;J)V
      intermediary method_18924 Lnet/minecraft/class_4097;method_18924(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named keepRunning Lnet/minecraft/entity/ai/brain/task/Task;keepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V
    • stop

      public final void stop(ServerWorld serverWorld, E e, long long2)
      Specified by:
      stop in interface class_7893<E extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official g Lbfk;g(Lahk;Lbdx;J)V
      intermediary method_18925 Lnet/minecraft/class_7893;method_18925(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named stop Lnet/minecraft/class_7893;stop(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V
    • finishRunning

      protected void finishRunning(ServerWorld world, E entity, long time)
      Mappings:
      Namespace Name Mixin selector
      official b Lbfj;b(Lahk;Lbdx;J)V
      intermediary method_18926 Lnet/minecraft/class_4097;method_18926(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)V
      named finishRunning Lnet/minecraft/entity/ai/brain/task/Task;finishRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)V
    • shouldKeepRunning

      protected boolean shouldKeepRunning(ServerWorld world, E entity, long time)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(Lahk;Lbdx;J)Z
      intermediary method_18927 Lnet/minecraft/class_4097;method_18927(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;J)Z
      named shouldKeepRunning Lnet/minecraft/entity/ai/brain/task/Task;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;J)Z
    • isTimeLimitExceeded

      protected boolean isTimeLimitExceeded(long time)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(J)Z
      intermediary method_18915 Lnet/minecraft/class_4097;method_18915(J)Z
      named isTimeLimitExceeded Lnet/minecraft/entity/ai/brain/task/Task;isTimeLimitExceeded(J)Z
    • shouldRun

      protected boolean shouldRun(ServerWorld world, E entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(Lahk;Lbdx;)Z
      intermediary method_18919 Lnet/minecraft/class_4097;method_18919(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;)Z
      named shouldRun Lnet/minecraft/entity/ai/brain/task/Task;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;)Z
    • method_46910

      public String method_46910()
      Specified by:
      method_46910 in interface class_7893<E extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Lbfk;b()Ljava/lang/String;
      intermediary method_46910 Lnet/minecraft/class_7893;method_46910()Ljava/lang/String;
      named method_46910 Lnet/minecraft/class_7893;method_46910()Ljava/lang/String;
    • hasRequiredMemoryState

      protected boolean hasRequiredMemoryState(E entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfj;a(Lbdx;)Z
      intermediary method_19546 Lnet/minecraft/class_4097;method_19546(Lnet/minecraft/class_1309;)Z
      named hasRequiredMemoryState Lnet/minecraft/entity/ai/brain/task/Task;hasRequiredMemoryState(Lnet/minecraft/entity/LivingEntity;)Z