All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.hendrixshen.magiclib.impl.compat.modmenu.ModMenuApiImpl Maven / Gradle / Ivy

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
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