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

Method getFile

Minecraft-Utils/1.13/src/FileSelector.java:251–255  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

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