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

Method update

src/main/java/net/optifine/CustomGuis.java:205–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 public static void update()
206 {
207 guiProperties = (CustomGuiProperties[][])null;
208
209 if (Config.isCustomGuis())
210 {
211 List<List<CustomGuiProperties>> list = new ArrayList();
212 IResourcePack[] airesourcepack = Config.getResourcePacks();
213
214 for (int i = airesourcepack.length - 1; i >= 0; --i)
215 {
216 IResourcePack iresourcepack = airesourcepack[i];
217 update(iresourcepack, list);
218 }
219
220 guiProperties = propertyListToArray(list);
221 }
222 }
223
224 private static CustomGuiProperties[][] propertyListToArray(List<List<CustomGuiProperties>> listProps)
225 {

Callers 2

resourcesReloadedMethod · 0.95
setOptionValueOFMethod · 0.95

Calls 12

isCustomGuisMethod · 0.95
getResourcePacksMethod · 0.95
propertyListToArrayMethod · 0.95
collectFilesMethod · 0.95
dbgMethod · 0.95
warnMethod · 0.95
isValidMethod · 0.95
addToListMethod · 0.95
sortMethod · 0.80
getInputStreamMethod · 0.65
closeMethod · 0.65
loadMethod · 0.45

Tested by

no test coverage detected