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

Method put

src/main/java/gregapi/code/ItemStackMap.java:125–129  ·  view source on GitHub ↗
(ItemStackContainer aKey, V aValue)

Source from the content-addressed store, hash-verified

123 }
124
125 @Override
126 public V put(ItemStackContainer aKey, V aValue) {
127 if (aKey.mMetaData == W) mHasWildcards = T;
128 return super.put(aKey, aValue);
129 }
130 public V put(IItemContainer aKey, V aValue) {
131 ItemStackContainer tKey = new ItemStackContainer(aKey.get(1));
132 if (tKey.mMetaData == W) mHasWildcards = T;

Callers 5

addMethod · 0.45
addMethod · 0.45
addMethod · 0.45
ModDataMethod · 0.45

Calls 2

makeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected