top.hendrixshen.magiclib.impl.compat.modmenu.ModMenuApiImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.impl.compat.modmenu;
import top.hendrixshen.magiclib.MagicLibReference;
import top.hendrixshen.magiclib.compat.modmenu.ModMenuCompatApi;
import top.hendrixshen.magiclib.impl.config.ConfigEntrypoint;
public class ModMenuApiImpl implements ModMenuCompatApi {
@Override
public ConfigScreenFactoryCompat> getConfigScreenFactoryCompat() {
return ConfigEntrypoint::getGui;
}
@Override
public String getModIdCompat() {
return MagicLibReference.getModIdentifierCurrent();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy