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

Method draw

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

Source from the content-addressed store, hash-verified

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