net.minecraft.server.network

public class ServerLoginNetworkHandler

implements ServerLoginPacketListener

we
net.minecraft.server.network.ServerLoginPacketListenerImpl
net.minecraft.class_3248
net.minecraft.server.network.ServerLoginNetworkHandler
net.minecraft.unmapped.C_rktsiyfy
net.minecraft.server.network.handler.ServerLoginNetworkHandler
net.minecraft.network.login.ServerLoginNetHandler
net.minecraft.network.login.ServerLoginNetHandler

Field summary

Modifier and TypeField
private static final AtomicInteger
b
UNIQUE_THREAD_ID
field_14157
authenticatorThreadId
f_krozceue
authenticatorThreadId
field_147331_b
AUTHENTICATOR_THREAD_ID
private static final org.apache.logging.log4j.Logger
c
LOGGER
field_14166
LOGGER
f_vpcbiggs
LOGGER
field_147332_c
LOGGER
private static final Random
d
RANDOM
field_14164
RANDOM
f_jtougkjq
RANDOM
field_147329_d
RANDOM
private final byte[]
e
nonce
field_14167
nonce
f_hzaimjtn
nonce
field_147330_e
verifyToken
private final MinecraftServer
f
server
field_14162
server
f_ckpkjeza
server
field_147327_f
server
public final ClientConnection
a
connection
field_14158
connection
f_rnobeveb
connection
field_147333_a
networkManager
private ServerLoginNetworkHandler$State
g
state
field_14163
state
f_wbgiazuc
stage
field_147328_g
currentLoginState
private int
h
tick
field_14156
loginTicks
f_dosbbvgm
ticks
field_147336_h
connectionTimer
private GameProfile
i
gameProfile
field_14160
profile
f_qqucyfys
profile
field_147337_i
loginGameProfile
private final String
j
serverId
field_14165
f_kankoaiw
key
field_147334_j
serverId
private SecretKey
k
secretKey
field_14159
secretKey
f_vuzckiqd
secretKey
field_147335_k
secretKey
private ServerPlayerEntity
l
delayedAcceptPlayer
field_14161
clientEntity
f_kuxzahap
player
field_181025_l
player

Constructor summary

ModifierConstructor
public (MinecraftServer server, ClientConnection connection)

Method summary

Modifier and TypeMethod
public void
b()
tick()
method_18785()
tick()
m_iozxmnhb()
m_29588093()
func_73660_a()
tick()
public ClientConnection
a()
getConnection()
method_2872()
getConnection()
m_pbrzbpgd()
getConnection()
func_147298_b()
getNetworkManager()
public void
b(jo arg0)
disconnect(Component arg0)
method_14380(class_2561 arg0)
disconnect(Text reason)
m_mfmegsst(C_rdaqiwdt arg0)
disconnect(Text reason)
func_194026_b(ITextComponent arg0)
disconnect(ITextComponent reason)
public void
c()
handleAcceptedLogin()
method_14384()
acceptPlayer()
m_thahtwjt()
acceptLogin()
func_147326_c()
tryAcceptPlayer()
public void
a(jo arg0)
onDisconnect(Component arg0)
method_10839(class_2561 arg0)
onDisconnected(Text arg0)
m_wtlhyems(C_rdaqiwdt arg0)
onDisconnect(Text arg0)
func_147231_a(ITextComponent arg0)
onDisconnect(ITextComponent arg0)
public String
d()
getUserName()
method_14383()
getConnectionInfo()
m_roysjhxy()
getConnectionInfo()
func_147317_d()
getConnectionInfo()
public void
a(py arg0)
handleHello(ServerboundHelloPacket arg0)
method_12641(class_2915 arg0)
onHello(LoginHelloC2SPacket arg0)
m_epdhoxrd(C_jfswawnu arg0)
handleHello(HelloC2SPacket arg0)
func_147316_a(CLoginStartPacket arg0)
processLoginStart(CLoginStartPacket arg0)
public void
a(pz arg0)
handleKey(ServerboundKeyPacket arg0)
method_12642(class_2917 arg0)
onKey(LoginKeyC2SPacket arg0)
m_skkbjfvk(C_rcidxqma arg0)
handleKey(KeyC2SPacket arg0)
func_147315_a(CEncryptionResponsePacket arg0)
processEncryptionResponse(CEncryptionResponsePacket arg0)
public void
a(px arg0)
handleCustomQueryPacket(ServerboundCustomQueryPacket arg0)
method_12640(class_2913 arg0)
onQueryResponse(LoginQueryResponseC2SPacket arg0)
m_ahchzdem(C_pqwhxkcu arg0)
handleCustomPayload(CustomPayloadC2SPacket arg0)
func_209526_a(CCustomPayloadLoginPacket arg0)
processCustomPayloadLogin(CCustomPayloadLoginPacket arg0)
protected GameProfile
a(GameProfile arg0)
createFakeProfile(com.mojang.authlib.GameProfile arg0)
method_14375(com.mojang.authlib.GameProfile arg0)
toOfflineProfile(com.mojang.authlib.GameProfile profile)
m_eiobxqoi(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)