Interface ServerProvider
- All Known Implementing Classes:
ServerProviderImpl
public interface ServerProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.minecraft.server.dedicated.DedicatedServerServer will only exist after server starting event!@Nullable net.minecraft.server.dedicated.DedicatedServer
-
Field Details
-
INSTANCE
-
-
Method Details
-
getServer
static @Nullable net.minecraft.server.dedicated.DedicatedServer getServer()Server will only exist after server starting event!- Returns:
- the current minecraft dedicated server.
-
getServerImpl
-