Enum Class DensityFunctionTypes.Beardifier

java.lang.Object
java.lang.Enum<DensityFunctionTypes.Beardifier>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Beardifier
All Implemented Interfaces:
Serializable, Comparable<DensityFunctionTypes.Beardifier>, Constable, DensityFunction, DensityFunction.class_6913, DensityFunctionTypes.class_7050
Enclosing class:
DensityFunctionTypes

protected static enum DensityFunctionTypes.Beardifier extends Enum<DensityFunctionTypes.Beardifier> implements DensityFunctionTypes.class_7050
Mappings:
Namespace Name
official ctq$b
intermediary net/minecraft/class_6916$class_7049
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier
  • Enum Constant Details

    • INSTANCE

      public static final DensityFunctionTypes.Beardifier INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lctq$b;a:Lctq$b;
      intermediary field_37076 Lnet/minecraft/class_6916$class_7049;field_37076:Lnet/minecraft/class_6916$class_7049;
      named INSTANCE Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier;INSTANCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier;
  • Constructor Details

    • Beardifier

      private Beardifier()
  • Method Details

    • values

      public static DensityFunctionTypes.Beardifier[] 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 DensityFunctionTypes.Beardifier 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
    • sample

      public double sample(DensityFunction.NoisePos pos)
      Specified by:
      sample in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a(Lctp$b;)D
      intermediary method_40464 Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)D
      named sample Lnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
    • method_40470

      public void method_40470(double[] double2, DensityFunction.class_6911 class_6911)
      Specified by:
      method_40470 in interface DensityFunction
      Specified by:
      method_40470 in interface DensityFunction.class_6913
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a([DLctp$a;)V
      intermediary method_40470 Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
      named method_40470 Lnet/minecraft/world/gen/densityfunction/DensityFunction;method_40470([DLnet/minecraft/world/gen/densityfunction/DensityFunction$class_6911;)V
    • minValue

      public double minValue()
      Specified by:
      minValue in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official a Lctp;a()D
      intermediary comp_377 Lnet/minecraft/class_6910;comp_377()D
      named minValue Lnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
    • maxValue

      public double maxValue()
      Specified by:
      maxValue in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official b Lctp;b()D
      intermediary comp_378 Lnet/minecraft/class_6910;comp_378()D
      named maxValue Lnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D