History - net.minecraft.server.jsonrpc.ManagementServer
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
ato
net.minecraft.server.jsonrpc.ManagementServer
net.minecraft.class_11807
net.minecraft.server.dedicated.management.ManagementServer
net.minecraft.src.C_411331_
net.minecraft.server.jsonrpc.ManagementServer
Fields
org.slf4j.Logger: a, LOGGER, field_62314, LOGGER, f_412463_
com.google.common.net.HostAndPort: b, hostAndPort, field_62315, address, f_412238_
AuthenticationHandler: c, authenticationHandler, field_62800, authHandler, f_412192_
io.netty.channel.Channel: d, serverChannel, field_62801, channel, f_413128_
io.netty.channel.nio.NioEventLoopGroup: e, nioEventLoopGroup, field_62802, eventLoopGroup, f_412831_
Set<Connection>: f, connections, field_62316, connectionHandlers, f_413065_
Constructors
(com.google.common.net.HostAndPort, AuthenticationHandler)
(com.google.common.net.HostAndPort, AuthenticationHandler, io.netty.channel.nio.NioEventLoopGroup)
Methods
void (Connection): a, onConnected, method_73679, onConnectionOpen, m_418753_
void (Connection): b, onDisconnected, method_73681, onConnectionClose, m_419471_
void (MinecraftApi): a, startWithoutTls, method_74475, listenUnencrypted, m_417908_
void (MinecraftApi, io.netty.handler.ssl.SslContext): a, startWithTls, method_74476, listenEncrypted, m_414926_
void (MinecraftApi, io.netty.handler.ssl.SslContext): b, start, method_73677, listen, m_418726_
void (boolean): a, stop, method_74477, stop, m_416358_
void (): a, tick, method_73676, processTimeouts, m_419604_
int (): b, getPort, method_74478, getPort, m_418631_
void (Consumer<Connection>): a, forEachConnection, method_73680, forEachConnection, m_416497_