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

Method draw

Minecraft-Utils/1.8.9/src/ClassProxy.java:301–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 final SearchEntry<azk> searchEntry = new SearchEntry<azk>(textfield, list) {
300
301 @Override
302 public void draw() {
303 super.draw();
304 if (serverSelectionList.e() >= list.size()) {
305 serverSelectionList.c(-1);
306 }
307 }
308
309 @Override
310 public boolean filter(String text, azk 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