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 TypeClassDescriptionclassDefault launch handler service - will launch minecraftclassTest 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 ILaunchHandlerServiceLaunchServiceHandlerDecorator.serviceThe field for theservicerecord component.Methods in cpw.mods.modlauncher that return ILaunchHandlerServiceModifier and TypeMethodDescriptionLaunchServiceHandlerDecorator.service()Returns the value of theservicerecord 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 aLaunchServiceHandlerDecoratorrecord 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 TypeClassDescriptionclassclassA launch target for bootstrapping a slim Minecraft environment in forgedev, to be used in JUnit tests.classclassclassFor production client environments (i.e. vanilla launcher).classFor the NeoForge development environment.classclassclassclassFor production dedicated server environments.