top.hendrixshen.magiclib.mixin.dev.accessor.UtilAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Development Environment runtime QOL.
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