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

Method collectFiles

src/main/java/net/optifine/util/ResUtils.java:25–28  ·  view source on GitHub ↗
(String prefix, String suffix)

Source from the content-addressed store, hash-verified

23public class ResUtils
24{
25 public static String[] collectFiles(String prefix, String suffix)
26 {
27 return collectFiles(new String[] {prefix}, new String[] {suffix});
28 }
29
30 public static String[] collectFiles(String[] prefixes, String[] suffixes)
31 {

Callers 9

updateMethod · 0.95
initializeMethod · 0.95
parseScreensMethod · 0.95
updateIconsMethod · 0.95
updateMethod · 0.95
parseLightMapPacksMethod · 0.95
readBlockColormapsMethod · 0.95
getTextureAnimationsMethod · 0.95

Calls 8

getResourcePacksMethod · 0.95
collectFilesFixedMethod · 0.95
warnMethod · 0.95
collectFilesFolderMethod · 0.95
collectFilesZIPMethod · 0.95
addAllMethod · 0.80
toArrayMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected