Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getFile
Method
getFile
Minecraft-Utils/1.8/src/FileSelector.java:270–274 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
268
}
269
270
public
File getFile(
int
i) {
271
if
(i < 0 || i >= files.size())
272
return
null;
273
return
files.get(i);
274
}
275
276
@Override
277
public
File getSelectedFile() {
Callers
3
drawSlot
Method · 0.95
getSelectedFile
Method · 0.95
elementHovered
Method · 0.95
Calls
2
size
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected