Package info.u_team.gjeb.mixin
Klasse GJEBAbstractMixinPlugin
java.lang.Object
info.u_team.gjeb.mixin.GJEBAbstractMixinPlugin
- Alle implementierten Schnittstellen:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public abstract class GJEBAbstractMixinPlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidacceptTargets(Set<String> myTargets, Set<String> otherTargets) protected abstract booleanvoidvoidpostApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) voidpreApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) booleanshouldApplyMixin(String targetClassName, String mixinClassName)
-
Felddetails
-
SODIUM_CLASS
- Siehe auch:
-
EMBEDDIUM_CLASS
- Siehe auch:
-
-
Konstruktordetails
-
GJEBAbstractMixinPlugin
public GJEBAbstractMixinPlugin()
-
-
Methodendetails
-
onLoad
- Angegeben von:
onLoadin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getRefMapperConfig
- Angegeben von:
getRefMapperConfigin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
shouldApplyMixin
- Angegeben von:
shouldApplyMixinin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
acceptTargets
- Angegeben von:
acceptTargetsin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getMixins
- Angegeben von:
getMixinsin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
preApply
public void preApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) - Angegeben von:
preApplyin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
postApply
public void postApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) - Angegeben von:
postApplyin Schnittstelleorg.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
modLoaded
-