public class CapabilityInjectDefinalize
extends java.lang.Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
CAP |
private java.lang.String |
CAP_INJECT |
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
NAY |
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
YAY |
| Constructor and Description |
|---|
CapabilityInjectDefinalize() |
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
handlesClass(org.objectweb.asm.Type classType,
boolean isEmpty) |
private boolean |
hasHolder(java.util.List<org.objectweb.asm.tree.AnnotationNode> lst) |
java.lang.String |
name() |
boolean |
processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase,
org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.Type classType) |
private final java.lang.String CAP
private final java.lang.String CAP_INJECT
private static final java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> YAY
private static final java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> NAY
public java.lang.String name()
name in interface cpw.mods.modlauncher.serviceapi.ILaunchPluginServicepublic java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType,
boolean isEmpty)
handlesClass in interface cpw.mods.modlauncher.serviceapi.ILaunchPluginServiceprivate boolean hasHolder(java.util.List<org.objectweb.asm.tree.AnnotationNode> lst)
public boolean processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase,
org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.Type classType)
processClass in interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService