Interface ForgetAttackTargetTask.ForgetCallback<E>

Enclosing class:
ForgetAttackTargetTask
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ForgetAttackTargetTask.ForgetCallback<E>
Mappings:
Namespace Name
named net/minecraft/entity/ai/brain/task/ForgetAttackTargetTask$ForgetCallback
intermediary net/minecraft/class_4828$class_10253
official can$b
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(ServerWorld world, E entity, LivingEntity target)
     
  • Method Details

    • accept

      void accept(ServerWorld world, E entity, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/entity/ai/brain/task/ForgetAttackTargetTask$ForgetCallback;accept(Lnet/minecraft/server/world/ServerWorld;Ljava/lang/Object;Lnet/minecraft/entity/LivingEntity;)V
      intermediary accept Lnet/minecraft/class_4828$class_10253;accept(Lnet/minecraft/class_3218;Ljava/lang/Object;Lnet/minecraft/class_1309;)V
      official accept Lcan$b;accept(Lash;Ljava/lang/Object;Lbwf;)V