MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getFile

Method getFile

Minecraft-Utils/1.8.9/src/FileSelector.java:252–256  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

250 }
251
252 public File getFile(int i) {
253 if (i < 0 || i >= files.size())
254 return null;
255 return files.get(i);
256 }
257
258 @Override
259 public File getSelectedFile() {

Callers 3

drawSlotMethod · 0.95
getSelectedFileMethod · 0.95
elementHoveredMethod · 0.95

Calls 2

sizeMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected