Disabled Deprecated ModMenu Entrypoint

This commit is contained in:
Frank 2023-05-17 12:41:13 +02:00
parent 8ffe1dbc2e
commit d0eaf41356

View file

@ -1,12 +1,12 @@
package org.betterx.bclib.client.gui.modmenu; package org.betterx.bclib.client.gui.modmenu;
import org.betterx.bclib.integration.modmenu.ModMenuIntegration; //import org.betterx.bclib.integration.modmenu.ModMenuIntegration;
//
@Deprecated() //@Deprecated()
public class EntryPoint extends ModMenuIntegration { //public class EntryPoint extends ModMenuIntegration {
//public static final Object entrypointObject = createEntrypoint(new EntryPoint()); // //public static final Object entrypointObject = createEntrypoint(new EntryPoint());
//
public EntryPoint() { // public EntryPoint() {
super(MainScreen::new); // super(MainScreen::new);
} // }
} //}