Uses of Record Class
net.minecraft.network.protocol.common.ClientboundServerLinksPacket
Packages that use ClientboundServerLinksPacket
-
Uses of ClientboundServerLinksPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundServerLinksPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleServerLinks(ClientboundServerLinksPacket p_350990_) -
Uses of ClientboundServerLinksPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundServerLinksPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundServerLinksPacket> CommonPacketTypes.CLIENTBOUND_SERVER_LINKSstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundServerLinksPacket> ClientboundServerLinksPacket.STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundServerLinksPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundServerLinksPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.handleServerLinks(ClientboundServerLinksPacket p_350776_)