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

Method getAllProperties

src/main/java/net/optifine/CustomItems.java:256–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254 }
255
256 private static List<CustomItemProperties> getAllProperties()
257 {
258 List<CustomItemProperties> list = new ArrayList();
259 addAll(itemProperties, list);
260 addAll(enchantmentProperties, list);
261 return list;
262 }
263
264 private static void addAll(CustomItemProperties[][] cipsArr, List<CustomItemProperties> list)
265 {

Callers 3

updateIconsMethod · 0.95
loadModelsMethod · 0.95
updateModelsMethod · 0.95

Calls 1

addAllMethod · 0.95

Tested by

no test coverage detected