Enum Class NetworkPhase

java.lang.Object
java.lang.Enum<NetworkPhase>
net.minecraft.network.NetworkPhase
All Implemented Interfaces:
Serializable, Comparable<NetworkPhase>, Constable

public enum NetworkPhase extends Enum<NetworkPhase>
Mappings:
Namespace Name
official vt
intermediary net/minecraft/class_2539
named net/minecraft/network/NetworkPhase
  • Enum Constant Details

    • HANDSHAKING

      public static final NetworkPhase HANDSHAKING
      Mappings:
      Namespace Name Mixin selector
      official a Lvt;a:Lvt;
      intermediary field_20590 Lnet/minecraft/class_2539;field_20590:Lnet/minecraft/class_2539;
      named HANDSHAKING Lnet/minecraft/network/NetworkPhase;HANDSHAKING:Lnet/minecraft/network/NetworkPhase;
    • PLAY

      public static final NetworkPhase PLAY
      Mappings:
      Namespace Name Mixin selector
      official b Lvt;b:Lvt;
      intermediary field_20591 Lnet/minecraft/class_2539;field_20591:Lnet/minecraft/class_2539;
      named PLAY Lnet/minecraft/network/NetworkPhase;PLAY:Lnet/minecraft/network/NetworkPhase;
    • STATUS

      public static final NetworkPhase STATUS
      Mappings:
      Namespace Name Mixin selector
      official c Lvt;c:Lvt;
      intermediary field_20592 Lnet/minecraft/class_2539;field_20592:Lnet/minecraft/class_2539;
      named STATUS Lnet/minecraft/network/NetworkPhase;STATUS:Lnet/minecraft/network/NetworkPhase;
    • LOGIN

      public static final NetworkPhase LOGIN
      Mappings:
      Namespace Name Mixin selector
      official d Lvt;d:Lvt;
      intermediary field_20593 Lnet/minecraft/class_2539;field_20593:Lnet/minecraft/class_2539;
      named LOGIN Lnet/minecraft/network/NetworkPhase;LOGIN:Lnet/minecraft/network/NetworkPhase;
    • CONFIGURATION

      public static final NetworkPhase CONFIGURATION
      Mappings:
      Namespace Name Mixin selector
      official e Lvt;e:Lvt;
      intermediary field_45671 Lnet/minecraft/class_2539;field_45671:Lnet/minecraft/class_2539;
      named CONFIGURATION Lnet/minecraft/network/NetworkPhase;CONFIGURATION:Lnet/minecraft/network/NetworkPhase;
  • Field Details

    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      official f Lvt;f:Ljava/lang/String;
      intermediary field_20594 Lnet/minecraft/class_2539;field_20594:Ljava/lang/String;
      named id Lnet/minecraft/network/NetworkPhase;id:Ljava/lang/String;
  • Constructor Details

    • NetworkPhase

      private NetworkPhase(String id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lvt;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2539;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/network/NetworkPhase;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static NetworkPhase[] 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

      public static NetworkPhase valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getId

      public String getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lvt;a()Ljava/lang/String;
      intermediary method_10785 Lnet/minecraft/class_2539;method_10785()Ljava/lang/String;
      named getId Lnet/minecraft/network/NetworkPhase;getId()Ljava/lang/String;