Enum Class VanillaBiomeParameters.class_8166

java.lang.Object
java.lang.Enum<VanillaBiomeParameters.class_8166>
net.minecraft.world.biome.source.util.VanillaBiomeParameters.class_8166
All Implemented Interfaces:
Serializable, Comparable<VanillaBiomeParameters.class_8166>, Constable
Enclosing class:
VanillaBiomeParameters

public static enum VanillaBiomeParameters.class_8166 extends Enum<VanillaBiomeParameters.class_8166>
Mappings:
Namespace Name
official cns$a
intermediary net/minecraft/class_6554$class_8166
named net/minecraft/world/biome/source/util/VanillaBiomeParameters$class_8166
  • Enum Constant Details

    • NONE

      public static final VanillaBiomeParameters.class_8166 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lcns$a;a:Lcns$a;
      intermediary field_42723 Lnet/minecraft/class_6554$class_8166;field_42723:Lnet/minecraft/class_6554$class_8166;
      named NONE Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_8166;NONE:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_8166;
    • UPDATE_1_20

      public static final VanillaBiomeParameters.class_8166 UPDATE_1_20
      Mappings:
      Namespace Name Mixin selector
      official b Lcns$a;b:Lcns$a;
      intermediary field_42724 Lnet/minecraft/class_6554$class_8166;field_42724:Lnet/minecraft/class_6554$class_8166;
      named UPDATE_1_20 Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_8166;UPDATE_1_20:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_8166;
  • Constructor Details

    • class_8166

      private class_8166()
  • Method Details

    • values

      public static VanillaBiomeParameters.class_8166[] 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 VanillaBiomeParameters.class_8166 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