Uses of Class
net.minecraft.network.packet.c2s.login.EnterConfigurationC2SPacket
Packages that use EnterConfigurationC2SPacket
Package
Description
-
Uses of EnterConfigurationC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type EnterConfigurationC2SPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListener.onEnterConfiguration
(EnterConfigurationC2SPacket packet) -
Uses of EnterConfigurationC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type EnterConfigurationC2SPacketModifier and TypeFieldDescriptionstatic final PacketType
<EnterConfigurationC2SPacket> LoginPackets.LOGIN_ACKNOWLEDGED
-
Uses of EnterConfigurationC2SPacket in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login declared as EnterConfigurationC2SPacketModifier and TypeFieldDescriptionstatic final EnterConfigurationC2SPacket
EnterConfigurationC2SPacket.INSTANCE
Fields in net.minecraft.network.packet.c2s.login with type parameters of type EnterConfigurationC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, EnterConfigurationC2SPacket> EnterConfigurationC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type EnterConfigurationC2SPacket -
Uses of EnterConfigurationC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type EnterConfigurationC2SPacketModifier and TypeMethodDescriptionvoid
ServerLoginNetworkHandler.onEnterConfiguration
(EnterConfigurationC2SPacket packet)