Class ClientboundClearDialogPacket
java.lang.Object
net.minecraft.network.protocol.common.ClientboundClearDialogPacket
- All Implemented Interfaces:
Packet<ClientCommonPacketListener>
public class ClientboundClearDialogPacket
extends Object
implements Packet<ClientCommonPacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClientboundClearDialogPacketstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundClearDialogPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ClientCommonPacketListener p_425848_) Passes this Packet on to the PacketListener for processing.type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
INSTANCE
-
STREAM_CODEC
-
-
Constructor Details
-
ClientboundClearDialogPacket
private ClientboundClearDialogPacket()
-
-
Method Details
-
type
- Specified by:
typein interfacePacket<ClientCommonPacketListener>
-
handle
Description copied from interface:PacketPasses this Packet on to the PacketListener for processing.- Specified by:
handlein interfacePacket<ClientCommonPacketListener>
-