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

Method draw

Minecraft-Utils/1.9/src/ClassProxy.java:310–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 final SearchEntry<bgu> searchEntry = new SearchEntry<bgu>(textfield, list) {
309
310 @Override
311 public void draw() {
312 super.draw();
313 if (serverSelectionList.e() >= list.size()) {
314 serverSelectionList.c(-1);
315 }
316 }
317
318 @Override
319 public boolean filter(String text, bgu 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