Package net.minecraft.network
Enum Class ConnectionProtocol
- All Implemented Interfaces:
Serializable
,Comparable<ConnectionProtocol>
,Constable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ConnectionProtocol.CodecData<T extends PacketListener>
(package private) static class
ConnectionProtocol.PacketSet<T extends PacketListener>
(package private) static class
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map<PacketFlow,
ConnectionProtocol.CodecData<?>> private final String
static final int
-
Constructor Summary
ModifierConstructorDescriptionprivate
ConnectionProtocol
(String p_297624_, ConnectionProtocol.ProtocolBuilder p_129581_) -
Method Summary
Modifier and TypeMethodDescriptioncodec
(PacketFlow p_299620_) getPacketsByIds
(PacketFlow p_195621_) id()
private static ConnectionProtocol.ProtocolBuilder
protocol()
static ConnectionProtocol
Returns 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
-
protocol
-
getPacketsByIds
public it.unimi.dsi.fastutil.ints.Int2ObjectMap<Class<? extends Packet<?>>> getPacketsByIds(PacketFlow p_195621_) -
id
-
codec
-