Package net.minecraft.network
Enum Class NetworkState
- All Implemented Interfaces:
- Serializable,- Comparable<NetworkState>,- Constable,- PacketBundleHandler.BundlerGetter
- Mappings:
- Namespace - Name - official - se- intermediary - net/minecraft/class_2539- named - net/minecraft/network/NetworkState
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static classNetworkState.PacketHandler<T extends PacketListener>private static classNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intprivate static final Map<Class<? extends Packet<?>>,NetworkState> private static final intprivate static final intprivate final Map<NetworkSide,? extends NetworkState.PacketHandler<?>> private final intprivate static final NetworkState[]
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateNetworkState(int id, NetworkState.PacketHandlerInitializer initializer) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable NetworkStatebyId(int id) private static NetworkState.PacketHandlerInitializergetBundler(NetworkSide side) intgetId()getPacketHandler(NetworkSide side, int packetId, PacketByteBuf buf) static @Nullable NetworkStategetPacketHandlerState(Packet<?> handler) intgetPacketId(NetworkSide side, Packet<?> packet) Int2ObjectMap<Class<? extends Packet<?>>>static NetworkStateReturns the enum constant of this class with the specified name.static NetworkState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
HANDSHAKING- Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a:Lse;- intermediary - field_20590- Lnet/minecraft/class_2539;field_20590:Lnet/minecraft/class_2539;- named - HANDSHAKING- Lnet/minecraft/network/NetworkState;HANDSHAKING:Lnet/minecraft/network/NetworkState;
 
- 
PLAY- Mappings:
- Namespace - Name - Mixin selector - official - b- Lse;b:Lse;- intermediary - field_20591- Lnet/minecraft/class_2539;field_20591:Lnet/minecraft/class_2539;- named - PLAY- Lnet/minecraft/network/NetworkState;PLAY:Lnet/minecraft/network/NetworkState;
 
- 
STATUS- Mappings:
- Namespace - Name - Mixin selector - official - c- Lse;c:Lse;- intermediary - field_20592- Lnet/minecraft/class_2539;field_20592:Lnet/minecraft/class_2539;- named - STATUS- Lnet/minecraft/network/NetworkState;STATUS:Lnet/minecraft/network/NetworkState;
 
- 
LOGIN- Mappings:
- Namespace - Name - Mixin selector - official - d- Lse;d:Lse;- intermediary - field_20593- Lnet/minecraft/class_2539;field_20593:Lnet/minecraft/class_2539;- named - LOGIN- Lnet/minecraft/network/NetworkState;LOGIN:Lnet/minecraft/network/NetworkState;
 
 
- 
- 
Field Details- 
field_41866public static final int field_41866- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - e- Lse;e:I- intermediary - field_41866- Lnet/minecraft/class_2539;field_41866:I- named - field_41866- Lnet/minecraft/network/NetworkState;field_41866:I
 
- 
NULL_PACKET_ID_OR_MIN_STATE_IDprivate static final int NULL_PACKET_ID_OR_MIN_STATE_ID- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lse;f:I- intermediary - field_33281- Lnet/minecraft/class_2539;field_33281:I- named - NULL_PACKET_ID_OR_MIN_STATE_ID- Lnet/minecraft/network/NetworkState;NULL_PACKET_ID_OR_MIN_STATE_ID:I
 
- 
MAX_STATE_IDprivate static final int MAX_STATE_ID- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lse;g:I- intermediary - field_33282- Lnet/minecraft/class_2539;field_33282:I- named - MAX_STATE_ID- Lnet/minecraft/network/NetworkState;MAX_STATE_ID:I
 
- 
STATES- Mappings:
- Namespace - Name - Mixin selector - official - h- Lse;h:[Lse;- intermediary - field_11693- Lnet/minecraft/class_2539;field_11693:[Lnet/minecraft/class_2539;- named - STATES- Lnet/minecraft/network/NetworkState;STATES:[Lnet/minecraft/network/NetworkState;
 
- 
HANDLER_STATE_MAP- Mappings:
- Namespace - Name - Mixin selector - official - i- Lse;i:Ljava/util/Map;- intermediary - field_11687- Lnet/minecraft/class_2539;field_11687:Ljava/util/Map;- named - HANDLER_STATE_MAP- Lnet/minecraft/network/NetworkState;HANDLER_STATE_MAP:Ljava/util/Map;
 
- 
stateIdprivate final int stateId- Mappings:
- Namespace - Name - Mixin selector - official - j- Lse;j:I- intermediary - field_20594- Lnet/minecraft/class_2539;field_20594:I- named - stateId- Lnet/minecraft/network/NetworkState;stateId:I
 
- 
packetHandlers- Mappings:
- Namespace - Name - Mixin selector - official - k- Lse;k:Ljava/util/Map;- intermediary - field_20595- Lnet/minecraft/class_2539;field_20595:Ljava/util/Map;- named - packetHandlers- Lnet/minecraft/network/NetworkState;packetHandlers:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
NetworkState- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lse;<init>(Ljava/lang/String;IILse$b;)V- intermediary - <init>- Lnet/minecraft/class_2539;<init>(Ljava/lang/String;IILnet/minecraft/class_2539$class_4533;)V- named - <init>- Lnet/minecraft/network/NetworkState;<init>(Ljava/lang/String;IILnet/minecraft/network/NetworkState$PacketHandlerInitializer;)V
 
 
- 
- 
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
 
- 
createPacketHandlerInitializer- Mappings:
- Namespace - Name - Mixin selector - official - b- Lse;b()Lse$b;- intermediary - method_22308- Lnet/minecraft/class_2539;method_22308()Lnet/minecraft/class_2539$class_4533;- named - createPacketHandlerInitializer- Lnet/minecraft/network/NetworkState;createPacketHandlerInitializer()Lnet/minecraft/network/NetworkState$PacketHandlerInitializer;
 
- 
getPacketId- Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a(Lup;Luo;)I- intermediary - method_10781- Lnet/minecraft/class_2539;method_10781(Lnet/minecraft/class_2598;Lnet/minecraft/class_2596;)I- named - getPacketId- Lnet/minecraft/network/NetworkState;getPacketId(Lnet/minecraft/network/NetworkSide;Lnet/minecraft/network/packet/Packet;)I
 
- 
getBundler- Specified by:
- getBundlerin interface- PacketBundleHandler.BundlerGetter
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lun$b;a(Lup;)Lun;- intermediary - method_48312- Lnet/minecraft/class_8039$class_8041;method_48312(Lnet/minecraft/class_2598;)Lnet/minecraft/class_8039;- named - getBundler- Lnet/minecraft/network/PacketBundleHandler$BundlerGetter;getBundler(Lnet/minecraft/network/NetworkSide;)Lnet/minecraft/network/PacketBundleHandler;
 
- 
getPacketIdToPacketMap- Mappings:
- Namespace - Name - Mixin selector - official - b- Lse;b(Lup;)Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- intermediary - method_39498- Lnet/minecraft/class_2539;method_39498(Lnet/minecraft/class_2598;)Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;- named - getPacketIdToPacketMap- Lnet/minecraft/network/NetworkState;getPacketIdToPacketMap(Lnet/minecraft/network/NetworkSide;)Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
 
- 
getPacketHandler@Nullable public @Nullable Packet<?> getPacketHandler(NetworkSide side, int packetId, PacketByteBuf buf) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a(Lup;ILsf;)Luo;- intermediary - method_10783- Lnet/minecraft/class_2539;method_10783(Lnet/minecraft/class_2598;ILnet/minecraft/class_2540;)Lnet/minecraft/class_2596;- named - getPacketHandler- Lnet/minecraft/network/NetworkState;getPacketHandler(Lnet/minecraft/network/NetworkSide;ILnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/Packet;
 
- 
getIdpublic int getId()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a()I- intermediary - method_10785- Lnet/minecraft/class_2539;method_10785()I- named - getId- Lnet/minecraft/network/NetworkState;getId()I
 
- 
byId- Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a(I)Lse;- intermediary - method_10782- Lnet/minecraft/class_2539;method_10782(I)Lnet/minecraft/class_2539;- named - byId- Lnet/minecraft/network/NetworkState;byId(I)Lnet/minecraft/network/NetworkState;
 
- 
getPacketHandlerState- Mappings:
- Namespace - Name - Mixin selector - official - a- Lse;a(Luo;)Lse;- intermediary - method_10786- Lnet/minecraft/class_2539;method_10786(Lnet/minecraft/class_2596;)Lnet/minecraft/class_2539;- named - getPacketHandlerState- Lnet/minecraft/network/NetworkState;getPacketHandlerState(Lnet/minecraft/network/packet/Packet;)Lnet/minecraft/network/NetworkState;
 
 
-