Package net.minecraft.network
Enum Class ConnectionProtocol
- All Implemented Interfaces:
Serializable
,Comparable<ConnectionProtocol>
,Constable
,BundlerInfo.Provider
-
Nested Class Summary
Modifier and TypeClassDescription(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,
? extends ConnectionProtocol.PacketSet<?>> private final int
private static final ConnectionProtocol[]
private static final int
private static final int
static final int
private static final Map<Class<? extends Packet<?>>,
ConnectionProtocol> -
Constructor Summary
ModifierConstructorDescriptionprivate
ConnectionProtocol
(int p_129580_, ConnectionProtocol.ProtocolBuilder p_129581_) -
Method Summary
Modifier and TypeMethodDescriptionPacket<?>
createPacket
(PacketFlow p_178322_, int p_178323_, FriendlyByteBuf p_178324_) getBundlerInfo
(PacketFlow p_265790_) static ConnectionProtocol
getById
(int p_129584_) int
getId()
int
getPacketId
(PacketFlow p_265671_, Packet<?> p_265442_) getPacketsByIds
(PacketFlow p_195621_) static ConnectionProtocol
getProtocolForPacket
(Packet<?> p_129593_) 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
-
-
Field Details
-
NOT_REGISTERED
public static final int NOT_REGISTERED- See Also:
-
MIN_PROTOCOL_ID
private static final int MIN_PROTOCOL_ID- See Also:
-
MAX_PROTOCOL_ID
private static final int MAX_PROTOCOL_ID- See Also:
-
LOOKUP
-
PROTOCOL_BY_PACKET
-
id
private final int 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
-
getPacketId
-
getBundlerInfo
- Specified by:
getBundlerInfo
in interfaceBundlerInfo.Provider
-
getPacketsByIds
public it.unimi.dsi.fastutil.ints.Int2ObjectMap<Class<? extends Packet<?>>> getPacketsByIds(PacketFlow p_195621_) -
createPacket
@Nullable public Packet<?> createPacket(PacketFlow p_178322_, int p_178323_, FriendlyByteBuf p_178324_) -
getId
public int getId() -
getById
-
getProtocolForPacket
-