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
official ddv$y$a
intermediary net/minecraft/class_6916$class_7055$class_6918
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type
  • Enum Constant Details

    • ADD

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

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

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

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

    • codecHolder

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

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

    • Type

      private Type(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lddv$y$a;<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
      named <init> Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;<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
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;