![JAR search and dependency download from the Maven repository](/logo.png)
com.llamalad7.mixinextras.sugar.impl.SugarMixinTransformer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mixinextras-fabric Show documentation
Show all versions of mixinextras-fabric Show documentation
Companion library to Mixin with lots of features to improve the compatibility and concision of your mixins!
package com.llamalad7.mixinextras.sugar.impl;
import com.llamalad7.mixinextras.transformer.MixinTransformer;
import org.objectweb.asm.tree.ClassNode;
import org.spongepowered.asm.mixin.extensibility.IMixinInfo;
public class SugarMixinTransformer implements MixinTransformer {
@Override
public void transform(IMixinInfo mixinInfo, ClassNode mixinNode) {
SugarInjector.prepareMixin(mixinInfo, mixinNode);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy