MCPcopy Create free account
hub / github.com/FabricMC/Matcher / UidMenu

Method UidMenu

src/main/java/matcher/gui/menu/UidMenu.java:36–42  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

34
35public class UidMenu extends Menu {
36 UidMenu(Gui gui) {
37 super("UID");
38
39 this.gui = gui;
40
41 init();
42 }
43
44 private void init() {
45 MenuItem menuItem = new MenuItem("Setup");

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected