Enum Class DensityFunctionTypes.LinearOperation.SpecificType

java.lang.Object
java.lang.Enum<DensityFunctionTypes.LinearOperation.SpecificType>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.LinearOperation.SpecificType
All Implemented Interfaces:
Serializable, Comparable<DensityFunctionTypes.LinearOperation.SpecificType>, Constable
Enclosing class:
DensityFunctionTypes.LinearOperation

static enum DensityFunctionTypes.LinearOperation.SpecificType extends Enum<DensityFunctionTypes.LinearOperation.SpecificType>
Mappings:
Namespace Name
official ddv$n$a
intermediary net/minecraft/class_6916$class_6929$class_6930
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$LinearOperation$SpecificType
  • Enum Constant Details

    • MUL

      Mappings:
      Namespace Name Mixin selector
      official a Lddv$n$a;a:Lddv$n$a;
      intermediary field_36568 Lnet/minecraft/class_6916$class_6929$class_6930;field_36568:Lnet/minecraft/class_6916$class_6929$class_6930;
      named MUL Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$LinearOperation$SpecificType;MUL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$LinearOperation$SpecificType;
    • ADD

      Mappings:
      Namespace Name Mixin selector
      official b Lddv$n$a;b:Lddv$n$a;
      intermediary field_36569 Lnet/minecraft/class_6916$class_6929$class_6930;field_36569:Lnet/minecraft/class_6916$class_6929$class_6930;
      named ADD Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$LinearOperation$SpecificType;ADD:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$LinearOperation$SpecificType;
  • Constructor Details

    • SpecificType

      private SpecificType()
  • Method Details

    • 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

      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