Enum Class VanillaBiomeParameters.class_10317

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

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

    • NONE

      public static final VanillaBiomeParameters.class_10317 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_10317;NONE:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_10317;
      intermediary field_54709 Lnet/minecraft/class_6554$class_10317;field_54709:Lnet/minecraft/class_6554$class_10317;
      official a Ldis$a;a:Ldis$a;
    • WINTER_DROP

      public static final VanillaBiomeParameters.class_10317 WINTER_DROP
      Mappings:
      Namespace Name Mixin selector
      named WINTER_DROP Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_10317;WINTER_DROP:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$class_10317;
      intermediary field_54710 Lnet/minecraft/class_6554$class_10317;field_54710:Lnet/minecraft/class_6554$class_10317;
      official b Ldis$a;b:Ldis$a;
  • Constructor Details

    • class_10317

      private class_10317()
  • Method Details

    • values

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