net.minecraft.server.network.handler

public class ServerLoginNetworkHandler

implements ServerLoginPacketHandler, Tickable

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

Field summary

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

Constructor summary

ModifierConstructor
public (MinecraftServer server, Connection connection)

Method summary

Modifier and TypeMethod
public void
Y_()
method_2053()
tick()
func_73660_a()
tick()
public void
b(ij arg0)
method_14978(class_1982 arg0)
disconnect(Text reason)
func_194026_b(ITextComponent arg0)
disconnect(ITextComponent reason)
public void
b()
method_8177()
acceptLogin()
func_147326_c()
tryAcceptPlayer()
public void
a(ij arg0)
method_7456(class_1982 arg0)
onDisconnect(Text arg0)
func_147231_a(ITextComponent arg0)
onDisconnect(ITextComponent arg0)
public String
c()
method_8179()
getConnectionInfo()
func_147317_d()
getConnectionInfo()
public void
a(of arg0)
method_8056(class_2077 arg0)
handleHello(HelloC2SPacket arg0)
func_147316_a(CPacketLoginStart arg0)
processLoginStart(CPacketLoginStart arg0)
public void
a(og arg0)
method_8057(class_721 arg0)
handleKey(KeyC2SPacket arg0)
func_147315_a(CPacketEncryptionResponse arg0)
processEncryptionResponse(CPacketEncryptionResponse arg0)
public void
a(oe arg0)
method_20392(class_4396 arg0)
handleCustomPayload(CustomPayloadC2SPacket arg0)
func_209526_a(CPacketCustomPayloadLogin arg0)
processCustomPayloadLogin(CPacketCustomPayloadLogin arg0)
protected GameProfile
a(GameProfile arg0)
method_21322(com.mojang.authlib.GameProfile arg0)
createFakeProfile(com.mojang.authlib.GameProfile profile)
func_152506_a(com.mojang.authlib.GameProfile arg0)
getOfflineProfile(com.mojang.authlib.GameProfile original)