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 TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.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_LINKS
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundServerLinksPacket> ClientboundServerLinksPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientCommonPacketListener.handleServerLinks
(ClientboundServerLinksPacket p_350776_)