Uses of Record Class
net.minecraft.network.protocol.common.ClientboundShowDialogPacket
Packages that use ClientboundShowDialogPacket
-
Uses of ClientboundShowDialogPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundShowDialogPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleShowDialog
(ClientboundShowDialogPacket pPacket) -
Uses of ClientboundShowDialogPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundShowDialogPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundShowDialogPacket> CommonPacketTypes.CLIENTBOUND_SHOW_DIALOG
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundShowDialogPacket> ClientboundShowDialogPacket.CONTEXT_FREE_STREAM_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundShowDialogPacket> ClientboundShowDialogPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundShowDialogPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundShowDialogPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handleShowDialog
(ClientboundShowDialogPacket pPacket)