Enum Class VanillaBiomeParameters.Type

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

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

    • NONE

      public static final VanillaBiomeParameters.Type NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lcnv$a;a:Lcnv$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$Type;NONE:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$Type;
    • UPDATE_1_20

      public static final VanillaBiomeParameters.Type UPDATE_1_20
      Mappings:
      Namespace Name Mixin selector
      official b Lcnv$a;b:Lcnv$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$Type;UPDATE_1_20:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

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