Class SoulFireServer

java.lang.Object
com.soulfiremc.server.SoulFireServer

public final class SoulFireServer extends Object
The main class of the SoulFire server. A SoulFire server can hold and manage multiple instances. It also provides an RPC server to communicate with the SoulFire client. More than one SoulFireServer can be running at the same time, but on different ports. Usually there is only one SoulFireServer running on a jvm, but it is possible to run multiple.