类 SLF4JFixerLaunchPluginService
java.lang.Object
net.minecraftforge.fml.loading.log4j.SLF4JFixerLaunchPluginService
- 所有已实现的接口:
cpw.mods.modlauncher.serviceapi.ILaunchPluginService
public class SLF4JFixerLaunchPluginService
extends Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
嵌套类概要
从接口继承的嵌套类/接口 cpw.mods.modlauncher.serviceapi.ILaunchPluginService
cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ComputeFlags, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明EnumSet
<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty) void
initializeLaunch
(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader transformerLoader, cpw.mods.modlauncher.api.NamedPath[] specialPaths) name()
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 cpw.mods.modlauncher.serviceapi.ILaunchPluginService
addResources, customAuditConsumer, getExtension, handlesClass, initializeLaunch, offerResource, processClass, processClass, processClassWithFlags
-
字段详细资料
-
NO_PHASES
-
-
构造器详细资料
-
SLF4JFixerLaunchPluginService
public SLF4JFixerLaunchPluginService()
-
-
方法详细资料
-
name
- 指定者:
name
在接口中cpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
handlesClass
public EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) - 指定者:
handlesClass
在接口中cpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
initializeLaunch
public void initializeLaunch(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader transformerLoader, cpw.mods.modlauncher.api.NamedPath[] specialPaths) - 指定者:
initializeLaunch
在接口中cpw.mods.modlauncher.serviceapi.ILaunchPluginService
-