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

Method draw

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

Source from the content-addressed store, hash-verified

305 guiMultiplayer.m - 84, 170, 16);
306 final SearchEntry<bhm> searchEntry = new SearchEntry<bhm>(textfield, list) {
307 @Override
308 public void draw() {
309 super.draw();
310 if (serverSelectionList.e() >= list.size()) {
311 serverSelectionList.c(-1);
312 }
313 }
314
315 @Override
316 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