MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / addAll

Method addAll

src/main/java/net/optifine/CustomItems.java:264–286  ·  view source on GitHub ↗
(CustomItemProperties[][] cipsArr, List<CustomItemProperties> list)

Source from the content-addressed store, hash-verified

262 }
263
264 private static void addAll(CustomItemProperties[][] cipsArr, List<CustomItemProperties> list)
265 {
266 if (cipsArr != null)
267 {
268 for (int i = 0; i < cipsArr.length; ++i)
269 {
270 CustomItemProperties[] acustomitemproperties = cipsArr[i];
271
272 if (acustomitemproperties != null)
273 {
274 for (int j = 0; j < acustomitemproperties.length; ++j)
275 {
276 CustomItemProperties customitemproperties = acustomitemproperties[j];
277
278 if (customitemproperties != null)
279 {
280 list.add(customitemproperties);
281 }
282 }
283 }
284 }
285 }
286 }
287
288 private static Map makeAutoImageProperties(IResourcePack rp)
289 {

Callers 15

getAllPropertiesMethod · 0.95
detectMultipassMethod · 0.80
valueListMethod · 0.80
getTextureAnimationsMethod · 0.80
loadItemModelMethod · 0.80
getParameterTypesMethod · 0.80
getShaderPackOptionsMethod · 0.80
addDisabledProgramsMethod · 0.80
joinModelsCubeMethod · 0.80
replaceTextureMethod · 0.80
FieldLocatorTypesMethod · 0.80
initGuiMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected