Enum Class DensityFunctionTypes.BinaryOperationLike.Type

java.lang.Object
java.lang.Enum<DensityFunctionTypes.BinaryOperationLike.Type>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BinaryOperationLike.Type
All Implemented Interfaces:
Serializable, Comparable<DensityFunctionTypes.BinaryOperationLike.Type>, Constable, StringIdentifiable
Enclosing interface:
DensityFunctionTypes.BinaryOperationLike

public static enum DensityFunctionTypes.BinaryOperationLike.Type extends Enum<DensityFunctionTypes.BinaryOperationLike.Type> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type
intermediary net/minecraft/class_6916$class_7055$class_6918
official edj$y$a
  • Enum Constant Details

    • ADD

      Mappings:
      Namespace Name Mixin selector
      named ADD Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;ADD:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
      intermediary field_36544 Lnet/minecraft/class_6916$class_7055$class_6918;field_36544:Lnet/minecraft/class_6916$class_7055$class_6918;
      official a Ledj$y$a;a:Ledj$y$a;
    • MUL

      Mappings:
      Namespace Name Mixin selector
      named MUL Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MUL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
      intermediary field_36545 Lnet/minecraft/class_6916$class_7055$class_6918;field_36545:Lnet/minecraft/class_6916$class_7055$class_6918;
      official b Ledj$y$a;b:Ledj$y$a;
    • MIN

      Mappings:
      Namespace Name Mixin selector
      named MIN Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MIN:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
      intermediary field_36546 Lnet/minecraft/class_6916$class_7055$class_6918;field_36546:Lnet/minecraft/class_6916$class_7055$class_6918;
      official c Ledj$y$a;c:Ledj$y$a;
    • MAX

      Mappings:
      Namespace Name Mixin selector
      named MAX Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MAX:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
      intermediary field_36547 Lnet/minecraft/class_6916$class_7055$class_6918;field_36547:Lnet/minecraft/class_6916$class_7055$class_6918;
      official d Ledj$y$a;d:Ledj$y$a;
  • Field Details

    • codecHolder

      Mappings:
      Namespace Name Mixin selector
      named codecHolder Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;codecHolder:Lnet/minecraft/util/dynamic/CodecHolder;
      intermediary field_37111 Lnet/minecraft/class_6916$class_7055$class_6918;field_37111:Lnet/minecraft/class_7243;
      official e Ledj$y$a;e:Lazx;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;name:Ljava/lang/String;
      intermediary field_37112 Lnet/minecraft/class_6916$class_7055$class_6918;field_37112:Ljava/lang/String;
      official f Ledj$y$a;f:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_6916$class_7055$class_6918;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Ledj$y$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbba;c()Ljava/lang/String;