Package net.minecraft.network
Enum Class ConnectionProtocol
- All Implemented Interfaces:
- Serializable,- Comparable<ConnectionProtocol>,- Constable
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(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 Map<PacketFlow,? extends ConnectionProtocol.PacketSet<?>>private intprivate static ConnectionProtocol[]private static intprivate static intprivate static Map<Class<? extends Packet<?>>,ConnectionProtocol>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateConnectionProtocol(int p_129580_, ConnectionProtocol.ProtocolBuilder p_129581_)
- 
Method SummaryModifier and TypeMethodDescriptionPacket<?>createPacket(PacketFlow p_178322_, int p_178323_, FriendlyByteBuf p_178324_)static ConnectionProtocolgetById(int p_129584_)intgetId()getPacketId(PacketFlow p_129598_, Packet<?> p_129599_)static ConnectionProtocolgetProtocolForPacket(Packet<?> p_129593_)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
 
- 
- 
Field Details- 
MIN_PROTOCOL_IDprivate static final int MIN_PROTOCOL_ID- See Also:
- Constant Field Values
 
- 
MAX_PROTOCOL_IDprivate static final int MAX_PROTOCOL_ID- See Also:
- Constant Field Values
 
- 
LOOKUP
- 
PROTOCOL_BY_PACKET
- 
idprivate final int 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
 
- 
protocol
- 
getPacketId
- 
createPacket@Nullable public Packet<?> createPacket(PacketFlow p_178322_, int p_178323_, FriendlyByteBuf p_178324_)
- 
getIdpublic int getId()
- 
getById
- 
getProtocolForPacket
 
-