public class RuntimeEnumExtender
extends java.lang.Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ADD_DESC |
private org.objectweb.asm.Type |
ARRAY_UTILS |
private java.lang.String |
CLEAN_DESC |
private org.objectweb.asm.Type |
ENUM |
private java.lang.String |
EQUALS_DESC |
private static org.apache.logging.log4j.Logger |
LOGGER |
private org.objectweb.asm.Type |
MARKER_IFACE |
private java.lang.String |
NAME_DESC |
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
NAY |
private org.objectweb.asm.Type |
STRING |
private org.objectweb.asm.Type |
UNSAFE_HACKS |
private static java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
YAY |
Constructor and Description |
---|
RuntimeEnumExtender() |
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> |
handlesClass(org.objectweb.asm.Type classType,
boolean isEmpty) |
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 static final org.apache.logging.log4j.Logger LOGGER
private final org.objectweb.asm.Type STRING
private final org.objectweb.asm.Type ENUM
private final org.objectweb.asm.Type MARKER_IFACE
private final org.objectweb.asm.Type ARRAY_UTILS
private final java.lang.String ADD_DESC
private final org.objectweb.asm.Type UNSAFE_HACKS
private final java.lang.String CLEAN_DESC
private final java.lang.String NAME_DESC
private final java.lang.String EQUALS_DESC
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
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