Class CapabilityTokenSubclass
java.lang.Object
net.minecraftforge.fml.common.asm.CapabilityTokenSubclass
- All Implemented Interfaces:
- cpw.mods.modlauncher.serviceapi.ILaunchPluginService
public class CapabilityTokenSubclass
extends Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Implements getType() in CapabilityToken subclasses.
 Using the class's signature to determine the generic type of TypeToken, and then implements getType() using that value.
 
Example:new CapabilityToken<String>(){}Has the signature"CapabilityToken<Ljava/lang/String;>"Implements the method:public String getType() { return "java/lang/String"; }
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginServicecpw.mods.modlauncher.serviceapi.ILaunchPluginService.ComputeFlags, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionEnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) name()intprocessClassWithFlags(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginServiceaddResources, customAuditConsumer, getExtension, handlesClass, initializeLaunch, offerResource, processClass, processClass
- 
Field Details- 
FUNC_NAME- See Also:
 
- 
FUNC_DESC- See Also:
 
- 
CAP_INJECT- See Also:
 
- 
YAY
- 
NAY
 
- 
- 
Constructor Details- 
CapabilityTokenSubclasspublic CapabilityTokenSubclass()
 
- 
- 
Method Details- 
name- Specified by:
- namein interface- cpw.mods.modlauncher.serviceapi.ILaunchPluginService
 
- 
handlesClasspublic EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) - Specified by:
- handlesClassin interface- cpw.mods.modlauncher.serviceapi.ILaunchPluginService
 
- 
processClassWithFlagspublic int processClassWithFlags(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason) - Specified by:
- processClassWithFlagsin interface- cpw.mods.modlauncher.serviceapi.ILaunchPluginService
 
 
-