MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / iterator

Method iterator

src/main/java/gregapi/code/ItemStackSet.java:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 GT_API.STACKMAPS.add(mMap);
49 }
50 @Override
51 @SuppressWarnings("unchecked")
52 public Iterator<ItemStackContainer> iterator() {
53 return (Iterator<ItemStackContainer>)mMap.keySet().iterator();
54 }
55 @Override
56 public int size() {
57 return mMap.size();

Callers 15

runMethod · 0.45
explodeMethod · 0.45
doExplosionBMethod · 0.45
getIconIndexMethod · 0.45
onItemUseMethod · 0.45
rem_smeltingMethod · 0.45
trashMethod · 0.45
moveMethod · 0.45
listedMethod · 0.45
onTickPostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected