Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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