net.minecraft.server.network

public class ServerLoginPacketListenerImpl

implements ServerLoginPacketListener

acl
net.minecraft.server.network.ServerLoginPacketListenerImpl
net.minecraft.class_3248
net.minecraft.server.network.ServerLoginNetworkHandler
net.minecraft.src.C_37_
net.minecraft.server.network.LoginListener

Field summary

Modifier and TypeField
private static final AtomicInteger
b
UNIQUE_THREAD_ID
field_14157
NEXT_AUTHENTICATOR_THREAD_ID
f_10014_
static final org.apache.logging.log4j.Logger
c
LOGGER
field_14166
LOGGER
f_10015_
private static final int
d
MAX_TICKS_BEFORE_LOGIN
field_29779
TIMEOUT_TICKS
f_143698_
private static final Random
e
RANDOM
field_14164
RANDOM
f_10016_
private final byte[]
f
nonce
field_14167
nonce
f_10017_
final MinecraftServer
g
server
field_14162
server
f_10018_
public final Connection
a
connection
field_14158
connection
f_10013_
ServerLoginPacketListenerImpl$State
h
state
field_14163
state
f_10019_
private int
i
tick
field_14156
loginTicks
f_10020_
com.mojang.authlib.GameProfile
j
gameProfile
field_14160
profile
f_10021_
private final String
k
serverId
field_14165
serverId
f_10022_
private ServerPlayer
l
delayedAcceptPlayer
field_14161
delayedPlayer
f_10024_

Constructor summary

ModifierConstructor
public (MinecraftServer server, Connection connection)

Method summary

Modifier and TypeMethod
public void
b()
tick()
method_18785()
tick()
m_10050_()
tick()
public Connection
a()
getConnection()
method_2872()
getConnection()
m_6198_()
public void
b(os arg0)
disconnect(Component arg0)
method_14380(class_2561 arg0)
disconnect(Text reason)
m_10053_(C_4996_ arg0)
disconnect(IChatBaseComponent arg0)
public void
c()
handleAcceptedLogin()
method_14384()
acceptPlayer()
m_10055_()
private void
a(abs arg0)
placeNewPlayer(ServerPlayer arg0)
method_33800(class_3222 arg0)
addToServer(ServerPlayerEntity player)
m_143699_(C_13_ arg0)
public void
a(os arg0)
onDisconnect(Component arg0)
method_10839(class_2561 arg0)
onDisconnected(Text arg0)
m_7026_(C_4996_ arg0)
public String
d()
getUserName()
method_14383()
getConnectionInfo()
m_10056_()
public void
a(vt arg0)
handleHello(ServerboundHelloPacket arg0)
method_12641(class_2915 arg0)
onHello(LoginHelloC2SPacket arg0)
m_5990_(C_5211_ arg0)
public void
a(vu arg0)
handleKey(ServerboundKeyPacket arg0)
method_12642(class_2917 arg0)
onKey(LoginKeyC2SPacket arg0)
m_8072_(C_5212_ arg0)
public void
a(vs arg0)
handleCustomQueryPacket(ServerboundCustomQueryPacket arg0)
method_12640(class_2913 arg0)
onQueryResponse(LoginQueryResponseC2SPacket arg0)
m_7223_(C_5210_ arg0)
protected com.mojang.authlib.GameProfile
a(com.mojang.authlib.GameProfile arg0)
createFakeProfile(com.mojang.authlib.GameProfile arg0)
method_14375(com.mojang.authlib.GameProfile arg0)
toOfflineProfile(com.mojang.authlib.GameProfile profile)
m_10038_(com.mojang.authlib.GameProfile arg0)