JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Fields
Deprecated Methods
Deprecated Fields
Field and Description
org.spongepowered.asm.util.Constants.ManifestAttributes.COMPATIBILITY
Deprecated Methods
Method and Description
org.spongepowered.asm.mixin.MixinEnvironment.addConfiguration(String)
use Mixins::addConfiguration instead
org.spongepowered.asm.launch.MixinBootstrap.addProxy()
use
MixinService.getService().beginPhase()
instead
org.spongepowered.asm.mixin.MixinEnvironment.addTransformerExclusion(String)
Do not use this method
org.spongepowered.asm.mixin.transformer.Config.create(String, MixinEnvironment)
org.spongepowered.asm.service.IClassProvider.getClassPath()
As of 0.8, use of this method is not a sensible way to access available containers.
org.spongepowered.asm.mixin.MixinEnvironment.getErrorHandlerClasses()
use Mixins::getErrorHandlerClasses
org.spongepowered.asm.mixin.MixinEnvironment.getMixinConfigs()
no replacement
org.spongepowered.asm.mixin.MixinEnvironment.getTransformers()
Do not use this method
org.spongepowered.asm.mixin.MixinEnvironment.setCompatibilityLevel(MixinEnvironment.CompatibilityLevel)
set compatibility level in configuration
org.spongepowered.asm.mixin.MixinEnvironment.CompatibilityLevel.supportsMethodsInInterfaces()
Use
MixinEnvironment.CompatibilityLevel.supports(int)
instead
org.spongepowered.asm.mixin.injection.struct.MemberInfo.toSrg()
use m.asMethodMapping().serialise() instead
org.spongepowered.asm.service.MixinServiceAbstract.unwire()
temporary
org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent.unwire()
temporary
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract.unwire()
temporary
org.spongepowered.asm.service.MixinServiceAbstract.wire(MixinEnvironment.Phase, IConsumer<MixinEnvironment.Phase>)
temporary
org.spongepowered.asm.launch.platform.IMixinPlatformServiceAgent.wire(MixinEnvironment.Phase, IConsumer<MixinEnvironment.Phase>)
temporary
org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract.wire(MixinEnvironment.Phase, IConsumer<MixinEnvironment.Phase>)
temporary
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes