Package net.minecraft.network
Enum Class ConnectionProtocol
- All Implemented Interfaces:
- Serializable,- Comparable<ConnectionProtocol>,- Constable
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classConnectionProtocol.CodecData<T extends PacketListener>(package private) static classConnectionProtocol.PacketSet<T extends PacketListener>(package private) static classNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<PacketFlow,ConnectionProtocol.CodecData<?>> private final Stringstatic final int
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateConnectionProtocol(String p_295335_, ConnectionProtocol.ProtocolBuilder p_129581_) 
- 
Method SummaryModifier and TypeMethodDescriptioncodec(PacketFlow p_295742_) private static ConnectionProtocolgetPacketsByIds(PacketFlow p_195621_) id()booleanbooleanisPlay()private static ConnectionProtocolplay()private static ConnectionProtocol.ProtocolBuilderprotocol()static ConnectionProtocolReturns the enum constant of this class with the specified name.static ConnectionProtocol[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
HANDSHAKING
- 
PLAY
- 
STATUS
- 
LOGIN
- 
CONFIGURATION
 
- 
- 
Field Details- 
NOT_REGISTEREDpublic static final int NOT_REGISTERED- See Also:
 
- 
id
- 
flows
 
- 
- 
Constructor Details- 
ConnectionProtocol
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
play
- 
configuration
- 
isPlaypublic boolean isPlay()
- 
isConfigurationpublic boolean isConfiguration()
- 
protocol
- 
getPacketsByIdspublic it.unimi.dsi.fastutil.ints.Int2ObjectMap<Class<? extends Packet<?>>> getPacketsByIds(PacketFlow p_195621_) 
- 
id
- 
codec
 
-