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 TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleShowDialog(ClientboundShowDialogPacket packet) -
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_DIALOGstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundShowDialogPacket> ClientboundShowDialogPacket.CONTEXT_FREE_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundShowDialogPacket> ClientboundShowDialogPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientCommonPacketListener.handleShowDialog(ClientboundShowDialogPacket packet)