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 Summary
Nested classes/interfaces inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ComputeFlags, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String
private static final org.slf4j.Marker
private static final org.slf4j.Logger
private static final EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
private static final String
private static final String
private static final EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConsumer<net.minecraftforge.api.distmarker.Dist>
EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>
handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty) name()
int
processClassWithFlags
(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason) private boolean
private static List<org.objectweb.asm.tree.AnnotationNode>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
addResources, customAuditConsumer, handlesClass, initializeLaunch, offerResource, processClass, processClass
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DISTXFORM
private static final org.slf4j.Marker DISTXFORM -
DIST
-
ONLYIN
-
ONLYINS
-
YAY
-
NAY
-
-
Constructor Details
-
RuntimeDistCleaner
public RuntimeDistCleaner()
-
-
Method Details
-
name
- Specified by:
name
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
processClassWithFlags
public int processClassWithFlags(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason) - Specified by:
processClassWithFlags
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
unpack
-
remove
-
getExtension
- Specified by:
getExtension
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
handlesClass
public EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) - Specified by:
handlesClass
in interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-