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

Method draw

Minecraft-Utils/1.7.10/src/ClassProxy.java:317–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 final SearchEntry<bgc> searchEntry = new SearchEntry<bgc>(textfield, list) {
316
317 @Override
318 public void draw() {
319 super.draw();
320 if (serverSelectionList.k() >= list.size()) {
321 serverSelectionList.c(-1);
322 }
323 }
324
325 @Override
326 public boolean filter(String text, bgc serverListEntry) {

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.80
drawMethod · 0.65
kMethod · 0.45
cMethod · 0.45

Tested by

no test coverage detected