类 CommonPacketTypes
java.lang.Object
net.minecraft.network.protocol.common.CommonPacketTypes
-
字段概要
字段修饰符和类型字段说明static final PacketType
<ClientboundClearDialogPacket> static final PacketType
<ClientboundCustomPayloadPacket> static final PacketType
<ClientboundCustomReportDetailsPacket> static final PacketType
<ClientboundDisconnectPacket> static final PacketType
<ClientboundKeepAlivePacket> static final PacketType
<ClientboundPingPacket> static final PacketType
<ClientboundResourcePackPopPacket> static final PacketType
<ClientboundResourcePackPushPacket> static final PacketType
<ClientboundServerLinksPacket> static final PacketType
<ClientboundShowDialogPacket> static final PacketType
<ClientboundStoreCookiePacket> static final PacketType
<ClientboundTransferPacket> static final PacketType
<ClientboundUpdateTagsPacket> static final PacketType
<ServerboundClientInformationPacket> static final PacketType
<ServerboundCustomClickActionPacket> static final PacketType
<ServerboundCustomPayloadPacket> static final PacketType
<ServerboundKeepAlivePacket> static final PacketType
<ServerboundPongPacket> static final PacketType
<ServerboundResourcePackPacket> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static <T extends Packet<ClientCommonPacketListener>>
PacketType<T> createClientbound
(String p_320509_) private static <T extends Packet<ServerCommonPacketListener>>
PacketType<T> createServerbound
(String p_320505_)
-
字段详细资料
-
CLIENTBOUND_CLEAR_DIALOG
-
CLIENTBOUND_CUSTOM_PAYLOAD
-
CLIENTBOUND_CUSTOM_REPORT_DETAILS
public static final PacketType<ClientboundCustomReportDetailsPacket> CLIENTBOUND_CUSTOM_REPORT_DETAILS -
CLIENTBOUND_DISCONNECT
-
CLIENTBOUND_KEEP_ALIVE
-
CLIENTBOUND_PING
-
CLIENTBOUND_RESOURCE_PACK_POP
-
CLIENTBOUND_RESOURCE_PACK_PUSH
-
CLIENTBOUND_SERVER_LINKS
-
CLIENTBOUND_SHOW_DIALOG
-
CLIENTBOUND_STORE_COOKIE
-
CLIENTBOUND_TRANSFER
-
CLIENTBOUND_UPDATE_TAGS
-
SERVERBOUND_CLIENT_INFORMATION
-
SERVERBOUND_CUSTOM_PAYLOAD
-
SERVERBOUND_KEEP_ALIVE
-
SERVERBOUND_PONG
-
SERVERBOUND_RESOURCE_PACK
-
SERVERBOUND_CUSTOM_CLICK_ACTION
-
-
构造器详细资料
-
CommonPacketTypes
public CommonPacketTypes()
-
-
方法详细资料
-
createClientbound
private static <T extends Packet<ClientCommonPacketListener>> PacketType<T> createClientbound(String p_320509_) -
createServerbound
private static <T extends Packet<ServerCommonPacketListener>> PacketType<T> createServerbound(String p_320505_)
-