Package net.minecraft.world.gen
Enum Class OreVeinSampler.VeinType
- All Implemented Interfaces:
Serializable,Comparable<OreVeinSampler.VeinType>,Constable
- Enclosing class:
OreVeinSampler
- Mappings:
Namespace Name official dpa$aintermediary net/minecraft/class_6955$class_6354named net/minecraft/world/gen/OreVeinSampler$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 rawOreBlock, BlockState stone, int minY, int maxY) -
Method Summary
Modifier and TypeMethodDescriptionstatic OreVeinSampler.VeinTypeReturns the enum constant of this class with the specified name.static OreVeinSampler.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 aLdpa$a;a:Ldpa$a;intermediary field_33603Lnet/minecraft/class_6955$class_6354;field_33603:Lnet/minecraft/class_6955$class_6354;named COPPERLnet/minecraft/world/gen/OreVeinSampler$VeinType;COPPER:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;
-
IRON
- Mappings:
Namespace Name Mixin selector official bLdpa$a;b:Ldpa$a;intermediary field_33604Lnet/minecraft/class_6955$class_6354;field_33604:Lnet/minecraft/class_6955$class_6354;named IRONLnet/minecraft/world/gen/OreVeinSampler$VeinType;IRON:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;
-
-
Field Details
-
ore
- Mappings:
Namespace Name Mixin selector official eLdpa$a;e:Ldjh;intermediary field_33605Lnet/minecraft/class_6955$class_6354;field_33605:Lnet/minecraft/class_2680;named oreLnet/minecraft/world/gen/OreVeinSampler$VeinType;ore:Lnet/minecraft/block/BlockState;
-
rawOreBlock
- Mappings:
Namespace Name Mixin selector official fLdpa$a;f:Ldjh;intermediary field_33668Lnet/minecraft/class_6955$class_6354;field_33668:Lnet/minecraft/class_2680;named rawOreBlockLnet/minecraft/world/gen/OreVeinSampler$VeinType;rawOreBlock:Lnet/minecraft/block/BlockState;
-
stone
- Mappings:
Namespace Name Mixin selector official gLdpa$a;g:Ldjh;intermediary field_33606Lnet/minecraft/class_6955$class_6354;field_33606:Lnet/minecraft/class_2680;named stoneLnet/minecraft/world/gen/OreVeinSampler$VeinType;stone:Lnet/minecraft/block/BlockState;
-
minY
protected final int minY- Mappings:
Namespace Name Mixin selector official cLdpa$a;c:Iintermediary field_33607Lnet/minecraft/class_6955$class_6354;field_33607:Inamed minYLnet/minecraft/world/gen/OreVeinSampler$VeinType;minY:I
-
maxY
protected final int maxY- Mappings:
Namespace Name Mixin selector official dLdpa$a;d:Iintermediary field_33608Lnet/minecraft/class_6955$class_6354;field_33608:Inamed maxYLnet/minecraft/world/gen/OreVeinSampler$VeinType;maxY:I
-
-
Constructor Details
-
VeinType
- Mappings:
Namespace Name Mixin selector official <init>Ldpa$a;<init>(Ljava/lang/String;ILdjh;Ldjh;Ldjh;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/world/gen/OreVeinSampler$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
-