Package net.minecraft.world.gen
Enum Class OreVeinSampler.VeinType
- All Implemented Interfaces:
Serializable
,Comparable<OreVeinSampler.VeinType>
,Constable
- Enclosing class:
OreVeinSampler
- Mappings:
Namespace Name official dhu$a
intermediary net/minecraft/class_6955$class_6354
named 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
-
Field Summary
Modifier and TypeFieldDescriptionprotected final int
protected final int
(package private) final BlockState
(package private) final BlockState
(package private) final BlockState
-
Constructor Summary
ModifierConstructorDescriptionprivate
VeinType
(BlockState ore, BlockState rawOreBlock, BlockState stone, int minY, int maxY) -
Method Summary
Modifier and TypeMethodDescriptionstatic OreVeinSampler.VeinType
Returns 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 a
Ldhu$a;a:Ldhu$a;
intermediary field_33603
Lnet/minecraft/class_6955$class_6354;field_33603:Lnet/minecraft/class_6955$class_6354;
named COPPER
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;COPPER:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;
-
IRON
- Mappings:
Namespace Name Mixin selector official b
Ldhu$a;b:Ldhu$a;
intermediary field_33604
Lnet/minecraft/class_6955$class_6354;field_33604:Lnet/minecraft/class_6955$class_6354;
named IRON
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;IRON:Lnet/minecraft/world/gen/OreVeinSampler$VeinType;
-
-
Field Details
-
ore
- Mappings:
Namespace Name Mixin selector official e
Ldhu$a;e:Ldcb;
intermediary field_33605
Lnet/minecraft/class_6955$class_6354;field_33605:Lnet/minecraft/class_2680;
named ore
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;ore:Lnet/minecraft/block/BlockState;
-
rawOreBlock
- Mappings:
Namespace Name Mixin selector official f
Ldhu$a;f:Ldcb;
intermediary field_33668
Lnet/minecraft/class_6955$class_6354;field_33668:Lnet/minecraft/class_2680;
named rawOreBlock
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;rawOreBlock:Lnet/minecraft/block/BlockState;
-
stone
- Mappings:
Namespace Name Mixin selector official g
Ldhu$a;g:Ldcb;
intermediary field_33606
Lnet/minecraft/class_6955$class_6354;field_33606:Lnet/minecraft/class_2680;
named stone
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;stone:Lnet/minecraft/block/BlockState;
-
minY
protected final int minY- Mappings:
Namespace Name Mixin selector official c
Ldhu$a;c:I
intermediary field_33607
Lnet/minecraft/class_6955$class_6354;field_33607:I
named minY
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;minY:I
-
maxY
protected final int maxY- Mappings:
Namespace Name Mixin selector official d
Ldhu$a;d:I
intermediary field_33608
Lnet/minecraft/class_6955$class_6354;field_33608:I
named maxY
Lnet/minecraft/world/gen/OreVeinSampler$VeinType;maxY:I
-
-
Constructor Details
-
VeinType
- Mappings:
Namespace Name Mixin selector official <init>
Ldhu$a;<init>(Ljava/lang/String;ILdcb;Ldcb;Ldcb;II)V
intermediary <init>
Lnet/minecraft/class_6955$class_6354;<init>(Ljava/lang/String;ILnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;II)V
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)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
-