Class ChunkNoiseSampler.CellCache

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

private class ChunkNoiseSampler.CellCache extends Object implements DensityFunctionTypes.Wrapper, ChunkNoiseSampler.ParentedNoiseType
Mappings:
Namespace Name
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$CellCache
intermediary net/minecraft/class_6568$class_6949
official ecx$e
  • Field Details Link icon

    • delegate Link icon

      final DensityFunction delegate
      Mappings:
      Namespace Name Mixin selector
      named delegate Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$CellCache;delegate:Lnet/minecraft/world/gen/densityfunction/DensityFunction;
      intermediary field_36603 Lnet/minecraft/class_6568$class_6949;field_36603:Lnet/minecraft/class_6910;
      official e Lecx$e;e:Lecm;
    • cache Link icon

      final double[] cache
      Mappings:
      Namespace Name Mixin selector
      named cache Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$CellCache;cache:[D
      intermediary field_36604 Lnet/minecraft/class_6568$class_6949;field_36604:[D
      official f Lecx$e;f:[D
  • Constructor Details Link icon

    • CellCache Link icon

      CellCache(DensityFunction delegate)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$CellCache;<init>(Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler;Lnet/minecraft/world/gen/densityfunction/DensityFunction;)V
      intermediary <init> Lnet/minecraft/class_6568$class_6949;<init>(Lnet/minecraft/class_6568;Lnet/minecraft/class_6910;)V
      official <init> Lecx$e;<init>(Lecx;Lecm;)V
  • Method Details Link icon

    • sample Link icon

      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
      named sample Lnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
      intermediary method_40464 Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)D
      official a Lecm;a(Lecm$b;)D
    • fill Link icon

      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
      named fill Lnet/minecraft/world/gen/densityfunction/DensityFunction;fill([DLnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;)V
      intermediary method_40470 Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)V
      official a Lecm;a([DLecm$a;)V
    • wrapped Link icon

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

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