Package cpw.mods.modlauncher
Class TestingLaunchHandlerService
java.lang.Object
cpw.mods.modlauncher.TestingLaunchHandlerService
- All Implemented Interfaces:
ILaunchHandlerService
Test harness launch service - this will do nothing, but will take "test.harness" and offer it to the transformer
system. Should be ideal for testing external transformers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlaunchService
(String[] arguments, ModuleLayer gameLayer) name()
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.api.ILaunchHandlerService
getPaths
-
Constructor Details
-
TestingLaunchHandlerService
public TestingLaunchHandlerService()
-
-
Method Details
-
name
- Specified by:
name
in interfaceILaunchHandlerService
-
launchService
- Specified by:
launchService
in interfaceILaunchHandlerService
-