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

top.hendrixshen.magiclib.mixin.dev.accessor.UtilAccessor Maven / Gradle / Ivy

The newest version!
package top.hendrixshen.magiclib.mixin.dev.accessor;

import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;
import net.minecraft.class_156;
//#if MC > 11701
import org.slf4j.Logger;
//#else
//$$ import org.apache.logging.log4j.Logger;
//#endif

@Mixin(class_156.class)
public interface UtilAccessor {
    @Accessor("LOGGER")
    static Logger magiclib$getLogger() {
        throw new AssertionError();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy