Package net.minecraft.util
Class CollectionBuilders
java.lang.Object
net.minecraft.util.CollectionBuilders
public class CollectionBuilders extends Object
- Mappings:
Namespace Name official cmintermediary net/minecraft/class_1376named net/minecraft/util/CollectionBuilders
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classCollectionBuilders.class_1377<T>(package private) static classCollectionBuilders.Product<T> -
Constructor Summary
Constructors Constructor Description CollectionBuilders() -
Method Summary
Modifier and Type Method Description static <T> Iterable<T[]>method_4897(Class<T> class2, Iterable<? extends Iterable<? extends T>> iterable)static <T> Iterable<List<T>>method_4898(Iterable<? extends Iterable<? extends T>> iterable)private static <T> T[]method_4899(Class<? super T> class2, int int2)private static <T> T[]method_4900(Class<? super T> class2, Iterable<? extends T> iterable)private static <T> Iterable<List<T>>method_4901(Iterable<Object[]> iterable)
-
Constructor Details
-
CollectionBuilders
public CollectionBuilders()
-
-
Method Details
-
method_4897
public static <T> Iterable<T[]> method_4897(Class<T> class2, Iterable<? extends Iterable<? extends T>> iterable)- Mappings:
Namespace Name Mixin selector official aLcm;a(Ljava/lang/Class;Ljava/lang/Iterable;)Ljava/lang/Iterable;intermediary method_4897Lnet/minecraft/class_1376;method_4897(Ljava/lang/Class;Ljava/lang/Iterable;)Ljava/lang/Iterable;named method_4897Lnet/minecraft/util/CollectionBuilders;method_4897(Ljava/lang/Class;Ljava/lang/Iterable;)Ljava/lang/Iterable;
-
method_4898
public static <T> Iterable<List<T>> method_4898(Iterable<? extends Iterable<? extends T>> iterable)- Mappings:
Namespace Name Mixin selector official aLcm;a(Ljava/lang/Iterable;)Ljava/lang/Iterable;intermediary method_4898Lnet/minecraft/class_1376;method_4898(Ljava/lang/Iterable;)Ljava/lang/Iterable;named method_4898Lnet/minecraft/util/CollectionBuilders;method_4898(Ljava/lang/Iterable;)Ljava/lang/Iterable;
-
method_4901
- Mappings:
Namespace Name Mixin selector official bLcm;b(Ljava/lang/Iterable;)Ljava/lang/Iterable;intermediary method_4901Lnet/minecraft/class_1376;method_4901(Ljava/lang/Iterable;)Ljava/lang/Iterable;named method_4901Lnet/minecraft/util/CollectionBuilders;method_4901(Ljava/lang/Iterable;)Ljava/lang/Iterable;
-
method_4900
- Mappings:
Namespace Name Mixin selector official bLcm;b(Ljava/lang/Class;Ljava/lang/Iterable;)[Ljava/lang/Object;intermediary method_4900Lnet/minecraft/class_1376;method_4900(Ljava/lang/Class;Ljava/lang/Iterable;)[Ljava/lang/Object;named method_4900Lnet/minecraft/util/CollectionBuilders;method_4900(Ljava/lang/Class;Ljava/lang/Iterable;)[Ljava/lang/Object;
-
method_4899
- Mappings:
Namespace Name Mixin selector official bLcm;b(Ljava/lang/Class;I)[Ljava/lang/Object;intermediary method_4899Lnet/minecraft/class_1376;method_4899(Ljava/lang/Class;I)[Ljava/lang/Object;named method_4899Lnet/minecraft/util/CollectionBuilders;method_4899(Ljava/lang/Class;I)[Ljava/lang/Object;
-