Class MinecraftServer

java.lang.Object
net.minestom.server.MinecraftServer

public final class MinecraftServer
extends java.lang.Object
The main server class used to start the server and retrieve all the managers.

The server needs to be initialized with init() and started with start(String, int). You should register all of your dimensions, biomes, commands, events, etc... in-between.