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