Klasse ViaFabricPlusMixinPlugin
java.lang.Object
com.viaversion.viafabricplus.injection.ViaFabricPlusMixinPlugin
- Alle implementierten Schnittstellen:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public final class ViaFabricPlusMixinPlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidacceptTargets(Set<String> myTargets, Set<String> otherTargets) voidvoidpostApply(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
-
IPNEXT_PRESENT
public static boolean IPNEXT_PRESENT -
MORE_CULLING_PRESENT
public static boolean MORE_CULLING_PRESENT -
LITHIUM_PRESENT
public static boolean LITHIUM_PRESENT -
MOONRISE_PRESENT
public static boolean MOONRISE_PRESENT -
LEGENDARYTOOLTIPS_PRESENT
public static boolean LEGENDARYTOOLTIPS_PRESENT -
LEGACY_PRESENT
public static boolean LEGACY_PRESENT
-
-
Konstruktordetails
-
ViaFabricPlusMixinPlugin
public ViaFabricPlusMixinPlugin()
-
-
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
-