Uses of Class
net.minecraft.network.packet.c2s.login.EnterConfigurationC2SPacket
Package
Description
-
Uses of EnterConfigurationC2SPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ServerLoginPacketListener.onEnterConfiguration
(EnterConfigurationC2SPacket packet) -
Uses of EnterConfigurationC2SPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<EnterConfigurationC2SPacket> LoginPackets.LOGIN_ACKNOWLEDGED
-
Uses of EnterConfigurationC2SPacket in net.minecraft.network.packet.c2s.login
Modifier and TypeFieldDescriptionstatic final EnterConfigurationC2SPacket
EnterConfigurationC2SPacket.INSTANCE
Modifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, EnterConfigurationC2SPacket> EnterConfigurationC2SPacket.CODEC
-
Uses of EnterConfigurationC2SPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerLoginNetworkHandler.onEnterConfiguration
(EnterConfigurationC2SPacket packet)