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

Method FileMenu

src/main/java/matcher/gui/menu/FileMenu.java:43–49  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

41
42public class FileMenu extends Menu {
43 FileMenu(Gui gui) {
44 super("File");
45
46 this.gui = gui;
47
48 init();
49 }
50
51 private void init() {
52 MenuItem menuItem = new MenuItem("New project");

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected