Package net.minecraft.block.enums
Enum WireConnection
- All Implemented Interfaces:
Serializable,Comparable<WireConnection>,java.lang.constant.Constable,StringIdentifiable
public enum WireConnection extends Enum<WireConnection> implements StringIdentifiable
- Mappings:
Namespace Name official ciyintermediary 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
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateWireConnection(String name) -
Method Summary
Modifier and Type Method Description StringasString()booleanisConnected()StringtoString()static WireConnectionvalueOf(String name)Returns 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 aLciy;a:Lciy;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 bLciy;b:Lciy;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 cLciy;c:Lciy;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 dLciy;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>Lciy;<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 toStringLciy;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 aLagi;a()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 bLciy;b()Zintermediary method_27855Lnet/minecraft/class_2773;method_27855()Znamed isConnectedLnet/minecraft/block/enums/WireConnection;isConnected()Z
-