Package net.minecraft.world.gen
Enum Class OreVeinSampler.VeinType
- All Implemented Interfaces:
Serializable,Comparable<OreVeinSampler.VeinType>,Constable
- Enclosing class:
OreVeinSampler
- Mappings:
Namespace Name named net/minecraft/world/gen/OreVeinSampler$VeinTypeintermediary net/minecraft/class_6955$class_6354official ehz$a
-
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 named COPPERLnet/minecraft/world/gen/OreVeinSampler$VeinType;COPPER:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;intermediary field_33603Lnet/minecraft/class_6955$class_6354;field_33603:Lnet/minecraft/class_6955$class_6354;official aLehz$a;a:Lehz$a;
-
IRON
- Mappings:
Namespace Name Mixin selector named IRONLnet/minecraft/world/gen/OreVeinSampler$VeinType;IRON:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;intermediary field_33604Lnet/minecraft/class_6955$class_6354;field_33604:Lnet/minecraft/class_6955$class_6354;official bLehz$a;b:Lehz$a;
-
-
Field Details
-
ore
- Mappings:
Namespace Name Mixin selector named oreLnet/minecraft/world/gen/OreVeinSampler$VeinType;ore:Lnet/minecraft/block/BlockState;intermediary field_33605Lnet/minecraft/class_6955$class_6354;field_33605:Lnet/minecraft/class_2680;official eLehz$a;e:Lebq;
-
rawOreBlock
- Mappings:
Namespace Name Mixin selector named rawOreBlockLnet/minecraft/world/gen/OreVeinSampler$VeinType;rawOreBlock:Lnet/minecraft/block/BlockState;intermediary field_33668Lnet/minecraft/class_6955$class_6354;field_33668:Lnet/minecraft/class_2680;official fLehz$a;f:Lebq;
-
stone
- Mappings:
Namespace Name Mixin selector named stoneLnet/minecraft/world/gen/OreVeinSampler$VeinType;stone:Lnet/minecraft/block/BlockState;intermediary field_33606Lnet/minecraft/class_6955$class_6354;field_33606:Lnet/minecraft/class_2680;official gLehz$a;g:Lebq;
-
minY
protected final int minY- Mappings:
Namespace Name Mixin selector named minYLnet/minecraft/world/gen/OreVeinSampler$VeinType;minY:Iintermediary field_33607Lnet/minecraft/class_6955$class_6354;field_33607:Iofficial cLehz$a;c:I
-
maxY
protected final int maxY- Mappings:
Namespace Name Mixin selector named maxYLnet/minecraft/world/gen/OreVeinSampler$VeinType;maxY:Iintermediary field_33608Lnet/minecraft/class_6955$class_6354;field_33608:Iofficial dLehz$a;d:I
-
-
Constructor Details
-
VeinType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/OreVeinSampler$VeinType;<init>(Ljava/lang/String;ILnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;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)Vofficial <init>Lehz$a;<init>(Ljava/lang/String;ILebq;Lebq;Lebq;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
-