Uses of Record Class
net.minecraft.network.packet.s2c.common.ShowDialogS2CPacket
Packages that use ShowDialogS2CPacket
Package
Description
-
Uses of ShowDialogS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ShowDialogS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonNetworkHandler.onShowDialog
(ShowDialogS2CPacket packet) -
Uses of ShowDialogS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type ShowDialogS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.onShowDialog
(ShowDialogS2CPacket packet) -
Uses of ShowDialogS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type ShowDialogS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<ShowDialogS2CPacket> CommonPackets.SHOW_DIALOG
-
Uses of ShowDialogS2CPacket in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type ShowDialogS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, ShowDialogS2CPacket> ShowDialogS2CPacket.CODEC
static final PacketCodec
<RegistryByteBuf, ShowDialogS2CPacket> ShowDialogS2CPacket.REGISTRY_CODEC
Methods in net.minecraft.network.packet.s2c.common that return types with arguments of type ShowDialogS2CPacket