Package net.minecraft.block.enums
Enum WireConnection
- All Implemented Interfaces:
Serializable,Comparable<WireConnection>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official clcintermediary net/minecraft/class_2773named net/minecraft/block/enums/WireConnection
-
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 TypeMethodDescriptionasString()booleantoString()static WireConnectionReturns the enum constant of this type with the specified name.static WireConnection[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UP
- Mappings:
Namespace Name Mixin selector official aLclc;a:Lclc;intermediary field_12686Lnet/minecraft/class_2773;field_12686:Lnet/minecraft/class_2773;named UPLnet/minecraft/block/enums/WireConnection;UP:Lnet/minecraft/block/enums/WireConnection;
-
SIDE
- Mappings:
Namespace Name Mixin selector official bLclc;b:Lclc;intermediary field_12689Lnet/minecraft/class_2773;field_12689:Lnet/minecraft/class_2773;named SIDELnet/minecraft/block/enums/WireConnection;SIDE:Lnet/minecraft/block/enums/WireConnection;
-
NONE
- Mappings:
Namespace Name Mixin selector official cLclc;c:Lclc;intermediary field_12687Lnet/minecraft/class_2773;field_12687:Lnet/minecraft/class_2773;named NONELnet/minecraft/block/enums/WireConnection;NONE:Lnet/minecraft/block/enums/WireConnection;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLclc;d:Ljava/lang/String;intermediary field_12685Lnet/minecraft/class_2773;field_12685:Ljava/lang/String;named nameLnet/minecraft/block/enums/WireConnection;name:Ljava/lang/String;
-
-
Constructor Details
-
WireConnection
- Mappings:
Namespace Name Mixin selector official <init>Lclc;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2773;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/WireConnection;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<WireConnection>- Mappings:
Namespace Name Mixin selector official toStringLclc;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2773;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/WireConnection;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
isConnected
public boolean isConnected()- Mappings:
Namespace Name Mixin selector official aLclc;a()Zintermediary method_27855Lnet/minecraft/class_2773;method_27855()Znamed isConnectedLnet/minecraft/block/enums/WireConnection;isConnected()Z
-