Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ add
Method
add
src/main/java/gregapi/code/ArrayListNoNulls.java:64–68 ·
view source on GitHub ↗
(E aElement)
Source
from the content-addressed store, hash-verified
62
}
63
64
@Override
65
public
boolean add(E aElement) {
66
if
(aElement != null)
return
super.add(aElement);
67
return
false;
68
}
69
70
@Override
71
public
void
add(
int
aIndex, E aElement) {
Callers
15
onServerTick
Method · 0.95
onItemTooltip
Method · 0.95
loadCraftingRecipes
Method · 0.95
loadUsageRecipes
Method · 0.95
OreDictItemData
Method · 0.95
getAllMaterialStacks
Method · 0.95
getAllMaterialWeights
Method · 0.95
getOres
Method · 0.95
loadList
Method · 0.95
isItemStackUsable
Method · 0.95
addResearch
Method · 0.95
run
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected