Enum Class NetworkSide

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

public enum NetworkSide extends Enum<NetworkSide>
Mappings:
Namespace Name
official ui
intermediary net/minecraft/class_2598
named net/minecraft/network/NetworkSide
  • Enum Constant Details

    • SERVERBOUND

      public static final NetworkSide SERVERBOUND
      Mappings:
      Namespace Name Mixin selector
      official a Lui;a:Lui;
      intermediary field_11941 Lnet/minecraft/class_2598;field_11941:Lnet/minecraft/class_2598;
      named SERVERBOUND Lnet/minecraft/network/NetworkSide;SERVERBOUND:Lnet/minecraft/network/NetworkSide;
    • CLIENTBOUND

      public static final NetworkSide CLIENTBOUND
      Mappings:
      Namespace Name Mixin selector
      official b Lui;b:Lui;
      intermediary field_11942 Lnet/minecraft/class_2598;field_11942:Lnet/minecraft/class_2598;
      named CLIENTBOUND Lnet/minecraft/network/NetworkSide;CLIENTBOUND:Lnet/minecraft/network/NetworkSide;
  • Constructor Details

    • NetworkSide

      private NetworkSide()
  • Method Details

    • values

      public static NetworkSide[] 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 NetworkSide 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
    • getOpposite

      public NetworkSide getOpposite()
      Mappings:
      Namespace Name Mixin selector
      official a Lui;a()Lui;
      intermediary method_36146 Lnet/minecraft/class_2598;method_36146()Lnet/minecraft/class_2598;
      named getOpposite Lnet/minecraft/network/NetworkSide;getOpposite()Lnet/minecraft/network/NetworkSide;