Uses of Class
net.minecraft.network.protocol.game.ClientboundStartConfigurationPacket
Packages that use ClientboundStartConfigurationPacket
-
Uses of ClientboundStartConfigurationPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundStartConfigurationPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleConfigurationStart
(ClientboundStartConfigurationPacket p_296485_) -
Uses of ClientboundStartConfigurationPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundStartConfigurationPacketModifier and TypeFieldDescriptionstatic final ClientboundStartConfigurationPacket
ClientboundStartConfigurationPacket.INSTANCE
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundStartConfigurationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundStartConfigurationPacket> GamePacketTypes.CLIENTBOUND_START_CONFIGURATION
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundStartConfigurationPacket> ClientboundStartConfigurationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundStartConfigurationPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundStartConfigurationPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleConfigurationStart
(ClientboundStartConfigurationPacket p_294815_)