top.hendrixshen.magiclib.mixin.minecraft.accessor.GuiGraphicsAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-minecraft-api-1.19.3-fabric Show documentation
Show all versions of magiclib-minecraft-api-1.19.3-fabric Show documentation
Unleash magic into Minecraft, infuse souls, ascend to heaven!
package top.hendrixshen.magiclib.mixin.minecraft.accessor;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import org.spongepowered.asm.mixin.Mixin;
import top.hendrixshen.magiclib.api.preprocess.DummyClass;
@Environment(EnvType.CLIENT)
@Mixin(DummyClass.class)
public interface GuiGraphicsAccessor {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy