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
Modifier and TypeFieldDescriptionstatic final ClientboundResetChatPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundResetChatPacket> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClientConfigurationPacketListener p_328763_) type()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
INSTANCE
-
STREAM_CODEC
-
-
Constructor Details
-
ClientboundResetChatPacket
private ClientboundResetChatPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ClientConfigurationPacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientConfigurationPacketListener>
-