Class SoulFireAbstractBootstrap
java.lang.Object
com.soulfiremc.bootstrap.SoulFireAbstractBootstrap
- Direct Known Subclasses:
SoulFireCLIBootstrap, SoulFireDedicatedBootstrap
This class prepares the earliest work possible, such as loading mixins and setting up logging.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic StringgetRPCHost(String defaultHost) static intgetRPCPort(int defaultPort) voidinjectMixinsAndRun(String[] args) protected voidinternalBootstrap(String[] args) protected abstract voidpostMixinMain(String[] args)
-
Field Details
-
START_TIME
-
-
Constructor Details
-
SoulFireAbstractBootstrap
protected SoulFireAbstractBootstrap()
-
-
Method Details
-
getRPCPort
public static int getRPCPort(int defaultPort) -
getRandomRPCPort
public static int getRandomRPCPort() -
getRPCHost
-
internalBootstrap
-
injectMixinsAndRun
-
postMixinMain
-