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 TypeMethodDescriptionvoidClientPacketListener.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 ClientboundStartConfigurationPacketClientboundStartConfigurationPacket.INSTANCEFields in net.minecraft.network.protocol.game with type parameters of type ClientboundStartConfigurationPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundStartConfigurationPacket> GamePacketTypes.CLIENTBOUND_START_CONFIGURATIONstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundStartConfigurationPacket> ClientboundStartConfigurationPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleConfigurationStart(ClientboundStartConfigurationPacket p_294815_)