Package net.minecraft.network
Enum Class ConnectionProtocol
- All Implemented Interfaces:
Serializable,Comparable<ConnectionProtocol>,Constable
-
Nested Class Summary
Nested 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.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<PacketFlow,ConnectionProtocol.CodecData<?>> private final Stringstatic final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateConnectionProtocol(String p_295335_, ConnectionProtocol.ProtocolBuilder p_129581_) -
Method Summary
Modifier 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_REGISTERED
public static final int NOT_REGISTERED- See Also:
-
id
-
flows
-
-
Constructor Details
-
ConnectionProtocol
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException- if the argument is null
-
play
-
configuration
-
isPlay
public boolean isPlay() -
isConfiguration
public boolean isConfiguration() -
protocol
-
getPacketsByIds
public it.unimi.dsi.fastutil.ints.Int2ObjectMap<Class<? extends Packet<?>>> getPacketsByIds(PacketFlow p_195621_) -
id
-
codec
-