Enum Class VanillaBiomeParameters.EnabledFeatures

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

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

    • NONE

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

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

    • EnabledFeatures

      private EnabledFeatures()
  • Method Details

    • values

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