Uses of Class
net.minecraft.network.packet.s2c.common.ClearDialogS2CPacket
Packages that use ClearDialogS2CPacket
Package
Description
- 
Uses of ClearDialogS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ClearDialogS2CPacketModifier and TypeMethodDescriptionvoidClientCommonNetworkHandler.onClearDialog(ClearDialogS2CPacket packet)  - 
Uses of ClearDialogS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type ClearDialogS2CPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.onClearDialog(ClearDialogS2CPacket packet)  - 
Uses of ClearDialogS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type ClearDialogS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<ClearDialogS2CPacket> CommonPackets.CLEAR_DIALOG - 
Uses of ClearDialogS2CPacket in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common declared as ClearDialogS2CPacketFields in net.minecraft.network.packet.s2c.common with type parameters of type ClearDialogS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, ClearDialogS2CPacket> ClearDialogS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.common that return types with arguments of type ClearDialogS2CPacket