Package net.minecraftforge.fml.loading
Class RuntimeDistCleaner
java.lang.Object
net.minecraftforge.fml.loading.RuntimeDistCleaner
- All Implemented Interfaces:
- cpw.mods.modlauncher.serviceapi.ILaunchPluginService
public class RuntimeDistCleaner
extends Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
- 
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 SummaryFieldsModifier and TypeFieldDescriptionprivate static Stringprivate static final org.slf4j.Markerprivate static final org.slf4j.Loggerprivate static final EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>private static final Stringprivate static final Stringprivate static final EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConsumer<net.minecraftforge.api.distmarker.Dist>EnumSet<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) private booleanprivate static List<org.objectweb.asm.tree.AnnotationNode>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, handlesClass, initializeLaunch, offerResource, processClass, processClass
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
DISTXFORMprivate static final org.slf4j.Marker DISTXFORM
- 
DIST
- 
ONLYIN
- 
ONLYINS
- 
YAY
- 
NAY
 
- 
- 
Constructor Details- 
RuntimeDistCleanerpublic RuntimeDistCleaner()
 
- 
- 
Method Details- 
name- Specified by:
- namein 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
 
- 
unpack
- 
remove
- 
getExtension- Specified by:
- getExtensionin 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
 
 
-