Enum NetworkSide

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

public enum NetworkSide
extends Enum<NetworkSide>
Mappings:
Namespace Name
official pb
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 Lpb;a:Lpb;
      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 Lpb;b:Lpb;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static NetworkSide valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null