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.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
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