类 ClientboundResetChatPacket
java.lang.Object
net.minecraft.network.protocol.configuration.ClientboundResetChatPacket
- 所有已实现的接口:
Packet<ClientConfigurationPacketListener>
public class ClientboundResetChatPacket
extends Object
implements Packet<ClientConfigurationPacketListener>
-
字段概要
字段修饰符和类型字段说明static final ClientboundResetChatPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundResetChatPacket> -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
字段详细资料
-
INSTANCE
-
STREAM_CODEC
-
-
构造器详细资料
-
ClientboundResetChatPacket
private ClientboundResetChatPacket()
-
-
方法详细资料
-
type
- 指定者:
type
在接口中Packet<ClientConfigurationPacketListener>
-
handle
- 指定者:
handle
在接口中Packet<ClientConfigurationPacketListener>
-