Package net.minecraft.network
Enum Class NetworkSide
- All Implemented Interfaces:
Serializable,Comparable<NetworkSide>,Constable
- Mappings:
Namespace Name named net/minecraft/network/NetworkSideintermediary net/minecraft/class_2598official zp
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()static NetworkSideReturns the enum constant of this class with the specified name.static NetworkSide[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SERVERBOUND
- Mappings:
Namespace Name Mixin selector named SERVERBOUNDLnet/minecraft/network/NetworkSide;SERVERBOUND:Lnet/minecraft/network/NetworkSide;intermediary field_11941Lnet/minecraft/class_2598;field_11941:Lnet/minecraft/class_2598;official aLzp;a:Lzp;
-
CLIENTBOUND
- Mappings:
Namespace Name Mixin selector named CLIENTBOUNDLnet/minecraft/network/NetworkSide;CLIENTBOUND:Lnet/minecraft/network/NetworkSide;intermediary field_11942Lnet/minecraft/class_2598;field_11942:Lnet/minecraft/class_2598;official bLzp;b:Lzp;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/network/NetworkSide;name:Ljava/lang/String;intermediary field_48613Lnet/minecraft/class_2598;field_48613:Ljava/lang/String;official cLzp;c:Ljava/lang/String;
-
-
Constructor Details
-
NetworkSide
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/NetworkSide;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2598;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lzp;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
getOpposite
- Mappings:
Namespace Name Mixin selector named getOppositeLnet/minecraft/network/NetworkSide;getOpposite()Lnet/minecraft/network/NetworkSide;intermediary method_36146Lnet/minecraft/class_2598;method_36146()Lnet/minecraft/class_2598;official aLzp;a()Lzp;
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/network/NetworkSide;getName()Ljava/lang/String;intermediary method_56444Lnet/minecraft/class_2598;method_56444()Ljava/lang/String;official bLzp;b()Ljava/lang/String;
-