Class ChunkNoiseSampler.FlatCache

java.lang.Object
net.minecraft.world.gen.chunk.ChunkNoiseSampler.FlatCache
All Implemented Interfaces:
ChunkNoiseSampler.ParentedNoiseType, DensityFunction, DensityFunctionTypes.Wrapper
Enclosing class:
ChunkNoiseSampler

private class ChunkNoiseSampler.FlatCache extends Object implements DensityFunctionTypes.Wrapper, ChunkNoiseSampler.ParentedNoiseType
Mappings:
Namespace Name
official dou$g
intermediary net/minecraft/class_6568$class_6951
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCache
  • Field Details

    • delegate

      private final DensityFunction delegate
      Mappings:
      Namespace Name Mixin selector
      official e Ldou$g;e:Ldoj;
      intermediary field_36612 Lnet/minecraft/class_6568$class_6951;field_36612:Lnet/minecraft/class_6910;
      named delegate Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCache;delegate:Lnet/minecraft/world/gen/densityfunction/DensityFunction;
    • cache

      final double[][] cache
      Mappings:
      Namespace Name Mixin selector
      official f Ldou$g;f:[[D
      intermediary field_36613 Lnet/minecraft/class_6568$class_6951;field_36613:[[D
      named cache Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCache;cache:[[D
  • Constructor Details

    • FlatCache

      FlatCache(DensityFunction delegate, boolean sample)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldou$g;<init>(Ldou;Ldoj;Z)V
      intermediary <init> Lnet/minecraft/class_6568$class_6951;<init>(Lnet/minecraft/class_6568;Lnet/minecraft/class_6910;Z)V
      named <init> Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$FlatCache;<init>(Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;Lnet/minecraft/world/gen/densityfunction/DensityFunction;Z)V
  • Method Details

    • 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
      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
    • wrapped

      public DensityFunction wrapped()
      Specified by:
      wrapped in interface ChunkNoiseSampler.ParentedNoiseType
      Specified by:
      wrapped in interface DensityFunctionTypes.Wrapper
      Mappings:
      Namespace Name Mixin selector
      official k Ldok$m;k()Ldoj;
      intermediary comp_469 Lnet/minecraft/class_6916$class_7052;comp_469()Lnet/minecraft/class_6910;
      named wrapped Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapper;wrapped()Lnet/minecraft/world/gen/densityfunction/DensityFunction;
    • type

      public net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Wrapping.Type type()
      Specified by:
      type in interface DensityFunctionTypes.Wrapper
      Mappings:
      Namespace Name Mixin selector
      official j Ldok$m;j()Ldok$l$a;
      intermediary comp_383 Lnet/minecraft/class_6916$class_7052;comp_383()Lnet/minecraft/class_6916$class_6927$class_6928;
      named type Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapper;type()Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Wrapping$Type;