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

Method isSelected

Minecraft-Utils/1.10/src/FileSelector.java:248–250  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

246 }
247
248 public boolean isSelected(int id) {
249 return selectedFile == id;
250 }
251
252 public File getFile(int i) {
253 if (i < 0 || i >= files.size())

Callers 1

drawSelectionBoxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected