MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / createArray

Method createArray

src/main/java/net/minecraft/util/Cartesian.java:43–46  ·  view source on GitHub ↗
(Class <? super T > p_179319_0_, int p_179319_1_)

Source from the content-addressed store, hash-verified

41 }
42
43 private static <T> T[] createArray(Class <? super T > p_179319_0_, int p_179319_1_)
44 {
45 return (T[]) Array.newInstance(p_179319_0_, p_179319_1_);
46 }
47
48 static class GetList<T> implements Function<Object[], List<T>>
49 {

Callers 3

toArrayMethod · 0.95
iteratorMethod · 0.95
ProductIteratorMethod · 0.95

Calls 1

newInstanceMethod · 0.45

Tested by

no test coverage detected