Enum Class OreVeinGenerator.VeinType

java.lang.Object
java.lang.Enum<OreVeinGenerator.VeinType>
net.minecraft.world.gen.OreVeinGenerator.VeinType
All Implemented Interfaces:
Serializable, Comparable<OreVeinGenerator.VeinType>, Constable
Enclosing class:
OreVeinGenerator

private static enum OreVeinGenerator.VeinType extends Enum<OreVeinGenerator.VeinType>
Mappings:
Namespace Name
official cqc$a
intermediary net/minecraft/class_6353$class_6354
named net/minecraft/world/gen/OreVeinGenerator$VeinType
  • Enum Constant Details

    • COPPER

      public static final OreVeinGenerator.VeinType COPPER
      Mappings:
      Namespace Name Mixin selector
      official a Lcqc$a;a:Lcqc$a;
      intermediary field_33603 Lnet/minecraft/class_6353$class_6354;field_33603:Lnet/minecraft/class_6353$class_6354;
      named COPPER Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;COPPER:Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;
    • IRON

      public static final OreVeinGenerator.VeinType IRON
      Mappings:
      Namespace Name Mixin selector
      official b Lcqc$a;b:Lcqc$a;
      intermediary field_33604 Lnet/minecraft/class_6353$class_6354;field_33604:Lnet/minecraft/class_6353$class_6354;
      named IRON Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;IRON:Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;
  • Field Details

    • ore

      final BlockState ore
      Mappings:
      Namespace Name Mixin selector
      official c Lcqc$a;c:Lcks;
      intermediary field_33605 Lnet/minecraft/class_6353$class_6354;field_33605:Lnet/minecraft/class_2680;
      named ore Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;ore:Lnet/minecraft/block/BlockState;
    • rawBlock

      final BlockState rawBlock
      Mappings:
      Namespace Name Mixin selector
      official d Lcqc$a;d:Lcks;
      intermediary field_33668 Lnet/minecraft/class_6353$class_6354;field_33668:Lnet/minecraft/class_2680;
      named rawBlock Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;rawBlock:Lnet/minecraft/block/BlockState;
    • stone

      final BlockState stone
      Mappings:
      Namespace Name Mixin selector
      official e Lcqc$a;e:Lcks;
      intermediary field_33606 Lnet/minecraft/class_6353$class_6354;field_33606:Lnet/minecraft/class_2680;
      named stone Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;stone:Lnet/minecraft/block/BlockState;
    • minY

      final int minY
      Mappings:
      Namespace Name Mixin selector
      official f Lcqc$a;f:I
      intermediary field_33607 Lnet/minecraft/class_6353$class_6354;field_33607:I
      named minY Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;minY:I
    • maxY

      final int maxY
      Mappings:
      Namespace Name Mixin selector
      official g Lcqc$a;g:I
      intermediary field_33608 Lnet/minecraft/class_6353$class_6354;field_33608:I
      named maxY Lnet/minecraft/world/gen/OreVeinGenerator$VeinType;maxY:I
  • Constructor Details

    • VeinType

      private VeinType(BlockState ore, BlockState rawBlock, BlockState stone, int minY, int maxY)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcqc$a;<init>(Ljava/lang/String;ILcks;Lcks;Lcks;II)V
      intermediary <init> Lnet/minecraft/class_6353$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/OreVeinGenerator$VeinType;<init>(Ljava/lang/String;ILnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;II)V
  • Method Details

    • values

      public static OreVeinGenerator.VeinType[] 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

      public static OreVeinGenerator.VeinType valueOf(String name)
      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 name
      NullPointerException - if the argument is null