Package net.minecraft
Enum Class class_6955.VeinType
- All Implemented Interfaces:
Serializable,Comparable<class_6955.VeinType>,Constable
- Enclosing class:
class_6955
- Mappings:
Namespace Name official cui$aintermediary net/minecraft/class_6955$class_6354named net/minecraft/class_6955$VeinType
-
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
FieldsModifier and TypeFieldDescriptionprotected final intprotected final int(package private) final BlockState(package private) final BlockState(package private) final BlockState -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVeinType(BlockState ore, BlockState rawBlock, BlockState stone, int minY, int maxY) -
Method Summary
Modifier and TypeMethodDescriptionstatic class_6955.VeinTypeReturns the enum constant of this class with the specified name.static class_6955.VeinType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COPPER
- Mappings:
Namespace Name Mixin selector official aLcui$a;a:Lcui$a;intermediary field_33603Lnet/minecraft/class_6955$class_6354;field_33603:Lnet/minecraft/class_6955$class_6354;named COPPERLnet/minecraft/class_6955$VeinType;COPPER:Lnet/minecraft/class_6955$VeinType;
-
IRON
- Mappings:
Namespace Name Mixin selector official bLcui$a;b:Lcui$a;intermediary field_33604Lnet/minecraft/class_6955$class_6354;field_33604:Lnet/minecraft/class_6955$class_6354;named IRONLnet/minecraft/class_6955$VeinType;IRON:Lnet/minecraft/class_6955$VeinType;
-
-
Field Details
-
ore
- Mappings:
Namespace Name Mixin selector official eLcui$a;e:Lcou;intermediary field_33605Lnet/minecraft/class_6955$class_6354;field_33605:Lnet/minecraft/class_2680;named oreLnet/minecraft/class_6955$VeinType;ore:Lnet/minecraft/block/BlockState;
-
rawBlock
- Mappings:
Namespace Name Mixin selector official fLcui$a;f:Lcou;intermediary field_33668Lnet/minecraft/class_6955$class_6354;field_33668:Lnet/minecraft/class_2680;named rawBlockLnet/minecraft/class_6955$VeinType;rawBlock:Lnet/minecraft/block/BlockState;
-
stone
- Mappings:
Namespace Name Mixin selector official gLcui$a;g:Lcou;intermediary field_33606Lnet/minecraft/class_6955$class_6354;field_33606:Lnet/minecraft/class_2680;named stoneLnet/minecraft/class_6955$VeinType;stone:Lnet/minecraft/block/BlockState;
-
minY
protected final int minY- Mappings:
Namespace Name Mixin selector official cLcui$a;c:Iintermediary field_33607Lnet/minecraft/class_6955$class_6354;field_33607:Inamed minYLnet/minecraft/class_6955$VeinType;minY:I
-
maxY
protected final int maxY- Mappings:
Namespace Name Mixin selector official dLcui$a;d:Iintermediary field_33608Lnet/minecraft/class_6955$class_6354;field_33608:Inamed maxYLnet/minecraft/class_6955$VeinType;maxY:I
-
-
Constructor Details
-
VeinType
- Mappings:
Namespace Name Mixin selector official <init>Lcui$a;<init>(Ljava/lang/String;ILcou;Lcou;Lcou;II)Vintermediary <init>Lnet/minecraft/class_6955$class_6354;<init>(Ljava/lang/String;ILnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;II)Vnamed <init>Lnet/minecraft/class_6955$VeinType;<init>(Ljava/lang/String;ILnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;II)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
-