Package net.minecraftforge.common.asm
Class CapabilityInjectDefinalize
java.lang.Object
net.minecraftforge.common.asm.CapabilityInjectDefinalize
- All Implemented Interfaces:
cpw.mods.modlauncher.serviceapi.ILaunchPluginService
@Deprecated(since="1.18",
forRemoval=true)
public class CapabilityInjectDefinalize
extends Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Deprecated, for removal: This API element is subject to removal in a future version.
Removes the final modifier from fields with the @CapabilityInject annotation, prevents the JITer from in lining them so our runtime replacements can work.
-
Nested Class Summary
Nested classes/interfaces inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ComputeFlags, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Deprecated, for removal: This API element is subject to removal in a future version.private String
Deprecated, for removal: This API element is subject to removal in a future version.private static EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
Deprecated, for removal: This API element is subject to removal in a future version.private static EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionEnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
handlesClass(org.objectweb.asm.Type classType, boolean isEmpty)
Deprecated, for removal: This API element is subject to removal in a future version.private boolean
Deprecated, for removal: This API element is subject to removal in a future version.name()
Deprecated, for removal: This API element is subject to removal in a future version.int
processClassWithFlags(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason)
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
addResources, customAuditConsumer, getExtension, handlesClass, initializeLaunch, offerResource, processClass, processClass
-
Field Details
-
CAP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CAP_INJECT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
YAY
Deprecated, for removal: This API element is subject to removal in a future version. -
NAY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CapabilityInjectDefinalize
public CapabilityInjectDefinalize()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
name
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
name
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
handlesClass
public EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
handlesClass
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
hasHolder
Deprecated, for removal: This API element is subject to removal in a future version. -
processClassWithFlags
public int processClassWithFlags(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
processClassWithFlags
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-