net.minecraft.server.network.handler

public class ServerLoginNetworkHandler

implements ServerLoginPacketHandler, Tickable

mk
net.minecraft.class_2112
net.minecraft.server.network.handler.ServerLoginNetworkHandler
net.minecraft.server.network.NetHandlerLoginServer

Field summary

Modifier and TypeField
private static final AtomicInteger
b
field_8952
authenticatorThreadId
AUTHENTICATOR_THREAD_ID
private static final org.apache.logging.log4j.Logger
c
field_8953
LOGGER
LOGGER
private static final Random
d
field_8954
RANDOM
RANDOM
private final byte[]
e
field_8955
nonce
verifyToken
private final MinecraftServer
f
field_8956
server
server
public final Connection
a
field_8951
connection
networkManager
private ServerLoginNetworkHandler$Stage
g
field_8957
stage
currentLoginState
private int
h
field_8958
ticks
connectionTimer
private GameProfile
i
field_8959
profile
loginGameProfile
private final String
j
field_8960
key
serverId
private SecretKey
k
field_8961
secretKey
secretKey
private ServerPlayerEntity
l
field_11781
player
player

Constructor summary

ModifierConstructor
public (MinecraftServer server, Connection connection)

Method summary

Modifier and TypeMethod
public void
F_()
method_2053()
tick()
update()
public void
a(String arg0)
method_8172(String arg0)
disconnect(String reason)
closeConnection(String reason)
public void
b()
method_8177()
acceptLogin()
tryAcceptPlayer()
public void
a(fb arg0)
method_7456(class_1982 arg0)
onDisconnect(Text arg0)
onDisconnect(ITextComponent arg0)
public String
d()
method_8179()
getConnectionInfo()
getConnectionInfo()
public void
a(jy arg0)
method_8056(class_2077 arg0)
handleHello(HelloC2SPacket arg0)
processLoginStart(CPacketLoginStart arg0)
public void
a(jz arg0)
method_8057(class_721 arg0)
handleKey(KeyC2SPacket arg0)
processEncryptionResponse(CPacketEncryptionResponse arg0)
protected GameProfile
a(GameProfile arg0)
method_8171(com.mojang.authlib.GameProfile arg0)
createFakeProfile(com.mojang.authlib.GameProfile profile)
getOfflineProfile(com.mojang.authlib.GameProfile original)