Enum Class DensityFunctionTypes.BlendOffset

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

protected static enum DensityFunctionTypes.BlendOffset extends Enum<DensityFunctionTypes.BlendOffset> implements DensityFunction.Base
Mappings:
Namespace Name
official dok$f
intermediary net/minecraft/class_6916$class_6921
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendOffset
  • Enum Constant Details

    • INSTANCE

      public static final DensityFunctionTypes.BlendOffset INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Ldok$f;a:Ldok$f;
      intermediary field_36551 Lnet/minecraft/class_6916$class_6921;field_36551:Lnet/minecraft/class_6916$class_6921;
      named INSTANCE Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendOffset;INSTANCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendOffset;
  • Field Details

    • CODEC

      public static final CodecHolder<DensityFunction> CODEC
      Mappings:
      Namespace Name Mixin selector
      official e Ldok$f;e:Laui;
      intermediary field_37081 Lnet/minecraft/class_6916$class_6921;field_37081:Lnet/minecraft/class_7243;
      named CODEC Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BlendOffset;CODEC:Lnet/minecraft/util/dynamic/CodecHolder;
  • Constructor Details

    • BlendOffset

      private BlendOffset()
  • Method Details

    • values

      public static DensityFunctionTypes.BlendOffset[] 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.BlendOffset 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)
      Returns the density value for the given block position.
      Specified by:
      sample in interface DensityFunction
      Parameters:
      pos - the block position
      Returns:
      the density value for the given block position
      Mappings:
      Namespace Name Mixin selector
      official a Ldoj;a(Ldoj$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
    • fill

      public void fill(double[] densities, DensityFunction.EachApplier applier)
      Fills an array of densities using this density function and the DensityFunction.EachApplier.
      Specified by:
      fill in interface DensityFunction
      Specified by:
      fill in interface DensityFunction.Base
      Parameters:
      densities - the array of densities to fill, like a buffer or a cache
      applier - the EachApplier to use. It has a method for filling the array, as well as to get a block position for an index
      Mappings:
      Namespace Name Mixin selector
      official a Ldoj;a([DLdoj$a;)V
      intermediary method_40470 Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
      named fill Lnet/minecraft/world/gen/densityfunction/DensityFunction;fill([DLnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;)V
    • minValue

      public double minValue()
      Specified by:
      minValue in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official a Ldoj;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 Ldoj;b()D
      intermediary comp_378 Lnet/minecraft/class_6910;comp_378()D
      named maxValue Lnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
    • getCodecHolder

      public CodecHolder<? extends DensityFunction> getCodecHolder()
      Specified by:
      getCodecHolder in interface DensityFunction
      Mappings:
      Namespace Name Mixin selector
      official c Ldoj;c()Laui;
      intermediary method_41062 Lnet/minecraft/class_6910;method_41062()Lnet/minecraft/class_7243;
      named getCodecHolder Lnet/minecraft/world/gen/densityfunction/DensityFunction;getCodecHolder()Lnet/minecraft/util/dynamic/CodecHolder;