Interface DensityFunction.EachApplier
- All Known Implementing Classes:
ChunkNoiseSampler
- Enclosing interface:
DensityFunction
public static interface DensityFunction.EachApplier
- Mappings:
Namespace Name official dak$a
intermediary net/minecraft/class_6910$class_6911
named net/minecraft/world/gen/densityfunction/DensityFunction$EachApplier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyEach
(double[] densities, DensityFunction densityFunction) getPosAt
(int index)
-
Method Details
-
getPosAt
- Mappings:
Namespace Name Mixin selector official a
Ldak$a;a(I)Ldak$b;
intermediary method_40477
Lnet/minecraft/class_6910$class_6911;method_40477(I)Lnet/minecraft/class_6910$class_6912;
named getPosAt
Lnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;getPosAt(I)Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;
-
applyEach
- Mappings:
Namespace Name Mixin selector official a
Ldak$a;a([DLdak;)V
intermediary method_40478
Lnet/minecraft/class_6910$class_6911;method_40478([DLnet/minecraft/class_6910;)V
named applyEach
Lnet/minecraft/world/gen/densityfunction/DensityFunction$EachApplier;applyEach([DLnet/minecraft/world/gen/densityfunction/DensityFunction;)V
-