Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onServerTick
Method · 0.45
onBlockHarvestingEvent
Method · 0.45
onLoginEvent
Method · 0.45
onItemTooltip
Method · 0.45
onClientTickEvent
Method · 0.45
onModPreInit2
Method · 0.45
onModPostInit2
Method · 0.45
onModServerStarting2
Method · 0.45
explode
Method · 0.45
onPostLoad
Method · 0.45
enableRegistrations
Method · 0.45
set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected