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

Method clear

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

Source from the content-addressed store, hash-verified

105 return this == aObject;
106 }
107 @Override
108 public void clear() {
109 mMap.clear();
110 }
111}

Callers 15

onServerTickMethod · 0.45
onLoginEventMethod · 0.45
onItemTooltipMethod · 0.45
onClientTickEventMethod · 0.45
onModPreInit2Method · 0.45
onModPostInit2Method · 0.45
onModServerStarting2Method · 0.45
explodeMethod · 0.45
onPostLoadMethod · 0.45
enableRegistrationsMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected