Package net.minecraft

Interface class_5577<T extends EntityLike>

All Known Implementing Classes:
class_5578

public interface class_5577<T extends EntityLike>
Mappings:
Namespace Name
official clk
intermediary net/minecraft/class_5577
named net/minecraft/class_5577
  • Method Details

    • getById

      @Nullable T getById​(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(I)Lclb;
      intermediary method_31804 Lnet/minecraft/class_5577;method_31804(I)Lnet/minecraft/class_5568;
      named getById Lnet/minecraft/class_5577;getById(I)Lnet/minecraft/entity/EntityLike;
    • getByUuid

      @Nullable T getByUuid​(UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(Ljava/util/UUID;)Lclb;
      intermediary method_31808 Lnet/minecraft/class_5577;method_31808(Ljava/util/UUID;)Lnet/minecraft/class_5568;
      named getByUuid Lnet/minecraft/class_5577;getByUuid(Ljava/util/UUID;)Lnet/minecraft/entity/EntityLike;
    • iterate

      Iterable<T> iterate()
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a()Ljava/lang/Iterable;
      intermediary method_31803 Lnet/minecraft/class_5577;method_31803()Ljava/lang/Iterable;
      named iterate Lnet/minecraft/class_5577;iterate()Ljava/lang/Iterable;
    • method_31806

      <U extends T> void method_31806​(class_5575<T,​U> class_5575, Consumer<U> consumer)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(Lcli;Ljava/util/function/Consumer;)V
      intermediary method_31806 Lnet/minecraft/class_5577;method_31806(Lnet/minecraft/class_5575;Ljava/util/function/Consumer;)V
      named method_31806 Lnet/minecraft/class_5577;method_31806(Lnet/minecraft/class_5575;Ljava/util/function/Consumer;)V
    • method_31807

      void method_31807​(Box box, Consumer<T> consumer)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(Ldip;Ljava/util/function/Consumer;)V
      intermediary method_31807 Lnet/minecraft/class_5577;method_31807(Lnet/minecraft/class_238;Ljava/util/function/Consumer;)V
      named method_31807 Lnet/minecraft/class_5577;method_31807(Lnet/minecraft/util/math/Box;Ljava/util/function/Consumer;)V
    • method_31805

      <U extends T> void method_31805​(class_5575<T,​U> class_5575, Box box, Consumer<U> consumer)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(Lcli;Ldip;Ljava/util/function/Consumer;)V
      intermediary method_31805 Lnet/minecraft/class_5577;method_31805(Lnet/minecraft/class_5575;Lnet/minecraft/class_238;Ljava/util/function/Consumer;)V
      named method_31805 Lnet/minecraft/class_5577;method_31805(Lnet/minecraft/class_5575;Lnet/minecraft/util/math/Box;Ljava/util/function/Consumer;)V