类 ConfigurationPacketTypes
java.lang.Object
net.minecraft.network.protocol.configuration.ConfigurationPacketTypes
-
字段概要
字段修饰符和类型字段说明static final PacketType
<ClientboundFinishConfigurationPacket> static final PacketType
<ClientboundRegistryDataPacket> static final PacketType
<ClientboundResetChatPacket> static final PacketType
<ClientboundSelectKnownPacks> static final PacketType
<ClientboundUpdateEnabledFeaturesPacket> static final PacketType
<ServerboundFinishConfigurationPacket> static final PacketType
<ServerboundSelectKnownPacks> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static <T extends Packet<ClientConfigurationPacketListener>>
PacketType<T> createClientbound
(String p_334889_) private static <T extends Packet<ServerConfigurationPacketListener>>
PacketType<T> createServerbound
(String p_334731_)
-
字段详细资料
-
CLIENTBOUND_FINISH_CONFIGURATION
public static final PacketType<ClientboundFinishConfigurationPacket> CLIENTBOUND_FINISH_CONFIGURATION -
CLIENTBOUND_REGISTRY_DATA
-
CLIENTBOUND_UPDATE_ENABLED_FEATURES
public static final PacketType<ClientboundUpdateEnabledFeaturesPacket> CLIENTBOUND_UPDATE_ENABLED_FEATURES -
CLIENTBOUND_SELECT_KNOWN_PACKS
-
CLIENTBOUND_RESET_CHAT
-
SERVERBOUND_FINISH_CONFIGURATION
public static final PacketType<ServerboundFinishConfigurationPacket> SERVERBOUND_FINISH_CONFIGURATION -
SERVERBOUND_SELECT_KNOWN_PACKS
-
-
构造器详细资料
-
ConfigurationPacketTypes
public ConfigurationPacketTypes()
-
-
方法详细资料
-
createClientbound
private static <T extends Packet<ClientConfigurationPacketListener>> PacketType<T> createClientbound(String p_334889_) -
createServerbound
private static <T extends Packet<ServerConfigurationPacketListener>> PacketType<T> createServerbound(String p_334731_)
-