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

Method draw

Minecraft-Utils/1.10/src/ClassProxy.java:306–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 final SearchEntry<bhm> searchEntry = new SearchEntry<bhm>(textfield, list) {
305
306 @Override
307 public void draw() {
308 super.draw();
309 if (serverSelectionList.e() >= list.size()) {
310 serverSelectionList.c(-1);
311 }
312 }
313
314 @Override
315 public boolean filter(String text, bhm serverListEntry) {

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.80
drawMethod · 0.65
eMethod · 0.45
cMethod · 0.45

Tested by

no test coverage detected