-
-
-
Method Summary
default void
default double
default double
default double
sample(double x,
double y,
double z)
Methods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, apply, clamp, cube, getCodecHolder, halfNegative, invert, quarterNegative, sample, square, squeeze
-
Method Details
-
offsetNoise
- Mappings:
| Namespace |
Name |
Mixin selector |
| named |
offsetNoise |
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Offset;offsetNoise()Lnet/minecraft/world/gen/densityfunction/DensityFunction$Noise; |
| intermediary |
comp_395 |
Lnet/minecraft/class_6916$class_6939;comp_395()Lnet/minecraft/class_6910$class_7270; |
| official |
k |
Lepk$v;k()Lepj$c; |
-
minValue
default double minValue()
- Specified by:
minValue in interface DensityFunction
- Mappings:
| Namespace |
Name |
Mixin selector |
| named |
minValue |
Lnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D |
| intermediary |
comp_377 |
Lnet/minecraft/class_6910;comp_377()D |
| official |
a |
Lepj;a()D |
-
maxValue
default double maxValue()
- Specified by:
maxValue in interface DensityFunction
- Mappings:
| Namespace |
Name |
Mixin selector |
| named |
maxValue |
Lnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D |
| intermediary |
comp_378 |
Lnet/minecraft/class_6910;comp_378()D |
| official |
b |
Lepj;b()D |
-
sample
default double sample(double x,
double y,
double z)
- Mappings:
| Namespace |
Name |
Mixin selector |
| named |
sample |
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Offset;sample(DDD)D |
| intermediary |
method_40525 |
Lnet/minecraft/class_6916$class_6939;method_40525(DDD)D |
| official |
a |
Lepk$v;a(DDD)D |
-
fill
- 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 |
Lepj;a([DLepj$a;)V |