public class ObjectHolderDefinalize
extends java.lang.Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
NAY |
private java.lang.String |
OBJECT_HOLDER |
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
YAY |
Constructor and Description |
---|
ObjectHolderDefinalize() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
getValue(java.util.List<org.objectweb.asm.tree.AnnotationNode> lst) |
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 OBJECT_HOLDER
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.ILaunchPluginService
public java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty)
handlesClass
in interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
private boolean hasHolder(java.util.List<org.objectweb.asm.tree.AnnotationNode> lst)
private java.lang.String getValue(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