Package net.minecraft.block
Enum Class RedstoneWireBlock.RedstoneWireType
java.lang.Object
java.lang.Enum<RedstoneWireBlock.RedstoneWireType>
net.minecraft.block.RedstoneWireBlock.RedstoneWireType
- All Implemented Interfaces:
Serializable,Comparable<RedstoneWireBlock.RedstoneWireType>,Constable,StringIdentifiable
- Enclosing class:
- RedstoneWireBlock
static enum RedstoneWireBlock.RedstoneWireType
extends Enum<RedstoneWireBlock.RedstoneWireType>
implements StringIdentifiable
- Mappings:
Namespace Name official anx$aintermediary net/minecraft/class_177$class_2209named net/minecraft/block/RedstoneWireBlock$RedstoneWireType
-
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()toString()Returns the enum constant of this class with the specified name.static RedstoneWireBlock.RedstoneWireType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UP
- Mappings:
Namespace Name Mixin selector official aLanx$a;a:Lanx$a;intermediary field_9632Lnet/minecraft/class_177$class_2209;field_9632:Lnet/minecraft/class_177$class_2209;named UPLnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;UP:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
-
SIDE
- Mappings:
Namespace Name Mixin selector official bLanx$a;b:Lanx$a;intermediary field_9633Lnet/minecraft/class_177$class_2209;field_9633:Lnet/minecraft/class_177$class_2209;named SIDELnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;SIDE:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
-
NONE
- Mappings:
Namespace Name Mixin selector official cLanx$a;c:Lanx$a;intermediary field_9634Lnet/minecraft/class_177$class_2209;field_9634:Lnet/minecraft/class_177$class_2209;named NONELnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;NONE:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLanx$a;d:Ljava/lang/String;intermediary field_9635Lnet/minecraft/class_177$class_2209;field_9635:Ljava/lang/String;named nameLnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;name:Ljava/lang/String;
-
-
Constructor Details
-
RedstoneWireType
- Mappings:
Namespace Name Mixin selector official <init>Lanx$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_177$class_2209;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;<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
-
toString
- Overrides:
toStringin classEnum<RedstoneWireBlock.RedstoneWireType>- Mappings:
Namespace Name Mixin selector official toStringLanx$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_177$class_2209;toString()Ljava/lang/String;named toStringLnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official mLor;m()Ljava/lang/String;intermediary method_10853Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-