Uses of Interface
cpw.mods.modlauncher.api.ILaunchHandlerService
Packages that use ILaunchHandlerService
-
Uses of ILaunchHandlerService in cpw.mods.modlauncher
Classes in cpw.mods.modlauncher that implement ILaunchHandlerServiceModifier and TypeClassDescriptionclass
Default launch handler service - will launch minecraftclass
Test harness launch service - this will do nothing, but will take "test.harness" and offer it to the transformer system.Fields in cpw.mods.modlauncher declared as ILaunchHandlerServiceModifier and TypeFieldDescriptionprivate final ILaunchHandlerService
LaunchServiceHandlerDecorator.service
The field for theservice
record component.Methods in cpw.mods.modlauncher that return ILaunchHandlerServiceModifier and TypeMethodDescriptionLaunchServiceHandlerDecorator.service()
Returns the value of theservice
record component.Methods in cpw.mods.modlauncher that return types with arguments of type ILaunchHandlerServiceModifier and TypeMethodDescriptionEnvironment.findLaunchHandler
(String name) (package private) Optional
<ILaunchHandlerService> Launcher.findLaunchHandler
(String name) LaunchServiceHandler.findLaunchHandler
(String name) Constructors in cpw.mods.modlauncher with parameters of type ILaunchHandlerServiceModifierConstructorDescription(package private)
Creates an instance of aLaunchServiceHandlerDecorator
record class. -
Uses of ILaunchHandlerService in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api that return types with arguments of type ILaunchHandlerServiceModifier and TypeMethodDescriptionIEnvironment.findLaunchHandler
(String name) Find the namedILaunchHandlerService
-
Uses of ILaunchHandlerService in net.neoforged.fml.loading.targets
Classes in net.neoforged.fml.loading.targets that implement ILaunchHandlerServiceModifier and TypeClassDescriptionclass
class
A launch target for bootstrapping a slim Minecraft environment in forgedev, to be used in JUnit tests.class
class
class
For production client environments (i.e. vanilla launcher).class
For the NeoForge development environment.class
class
class
class
For production dedicated server environments.