Class JsonRpc
java.lang.Object
net.minecraft.server.jsonrpc.JsonRpc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ManagementServercreate(DedicatedServerSettings settings, NotificationManager notificationManager) private static io.netty.handler.ssl.SslContextcreateSslContext(DedicatedServerProperties properties)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
JsonRpc
public JsonRpc()
-
-
Method Details
-
create
public static @Nullable ManagementServer create(DedicatedServerSettings settings, NotificationManager notificationManager) -
createSslContext
private static io.netty.handler.ssl.SslContext createSslContext(DedicatedServerProperties properties)
-