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 Summary
Modifier and Type Method Description T
getById(int id)
T
getByUuid(UUID uuid)
Iterable<T>
iterate()
<U extends T>
voidmethod_31805(class_5575<T,U> class_5575, Box box, Consumer<U> consumer)
<U extends T>
voidmethod_31806(class_5575<T,U> class_5575, Consumer<U> consumer)
void
method_31807(Box box, Consumer<T> consumer)
-
Method Details
-
getById
- 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
- 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
- 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
- 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
- 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
- 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
-