MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / get

Method get

src/main/java/gregapi/code/ArrayListNoNulls.java:54–56  ·  view source on GitHub ↗
(Random aRandom)

Source from the content-addressed store, hash-verified

52 }
53
54 public E get(Random aRandom) {
55 return isEmpty() ? null : get(aRandom.nextInt(size()));
56 }
57
58 @Override
59 public E set(int aIndex, E aElement) {

Callers 11

OreDictItemDataMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
genericycleMethod · 0.95
getOreDictItemDataMethod · 0.95
ArrayListNoNullsMethod · 0.95
addAllMethod · 0.95
onModPostInit2Method · 0.95
shootMethod · 0.95
onServerTickPostMethod · 0.95
onServerTickPostMethod · 0.95

Calls 3

nextIntMethod · 0.80
isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected