Enum Class NoiseColumnSampler.VeinType

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

private static enum NoiseColumnSampler.VeinType extends Enum<NoiseColumnSampler.VeinType>
Mappings:
Namespace Name
official cti$c
intermediary net/minecraft/class_5818$class_6354
named net/minecraft/world/gen/NoiseColumnSampler$VeinType
  • Enum Constant Details

    • COPPER

      public static final NoiseColumnSampler.VeinType COPPER
      Mappings:
      Namespace Name Mixin selector
      official a Lcti$c;a:Lcti$c;
      intermediary field_33603 Lnet/minecraft/class_5818$class_6354;field_33603:Lnet/minecraft/class_5818$class_6354;
      named COPPER Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;COPPER:Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;
    • IRON

      public static final NoiseColumnSampler.VeinType IRON
      Mappings:
      Namespace Name Mixin selector
      official b Lcti$c;b:Lcti$c;
      intermediary field_33604 Lnet/minecraft/class_5818$class_6354;field_33604:Lnet/minecraft/class_5818$class_6354;
      named IRON Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;IRON:Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;
  • Field Details

    • ore

      final BlockState ore
      Mappings:
      Namespace Name Mixin selector
      official c Lcti$c;c:Lcoc;
      intermediary field_33605 Lnet/minecraft/class_5818$class_6354;field_33605:Lnet/minecraft/class_2680;
      named ore Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;ore:Lnet/minecraft/block/BlockState;
    • rawBlock

      final BlockState rawBlock
      Mappings:
      Namespace Name Mixin selector
      official d Lcti$c;d:Lcoc;
      intermediary field_33668 Lnet/minecraft/class_5818$class_6354;field_33668:Lnet/minecraft/class_2680;
      named rawBlock Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;rawBlock:Lnet/minecraft/block/BlockState;
    • stone

      final BlockState stone
      Mappings:
      Namespace Name Mixin selector
      official e Lcti$c;e:Lcoc;
      intermediary field_33606 Lnet/minecraft/class_5818$class_6354;field_33606:Lnet/minecraft/class_2680;
      named stone Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;stone:Lnet/minecraft/block/BlockState;
    • minY

      final int minY
      Mappings:
      Namespace Name Mixin selector
      official f Lcti$c;f:I
      intermediary field_33607 Lnet/minecraft/class_5818$class_6354;field_33607:I
      named minY Lnet/minecraft/world/gen/NoiseColumnSampler$VeinType;minY:I
    • maxY

      final int maxY
      Mappings:
      Namespace Name Mixin selector
      official g Lcti$c;g:I
      intermediary field_33608 Lnet/minecraft/class_5818$class_6354;field_33608:I
      named maxY Lnet/minecraft/world/gen/NoiseColumnSampler$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> Lcti$c;<init>(Ljava/lang/String;ILcoc;Lcoc;Lcoc;II)V
      intermediary <init> Lnet/minecraft/class_5818$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/NoiseColumnSampler$VeinType;<init>(Ljava/lang/String;ILnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;II)V
  • Method Details

    • values

      public static NoiseColumnSampler.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 NoiseColumnSampler.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