Interface DensityFunction.NoisePos
- All Known Implementing Classes:
ChunkNoiseSampler,DensityFunction.UnblendedNoisePos
- Enclosing interface:
DensityFunction
public static interface DensityFunction.NoisePos
NoisePos represents the absolute block position that is passed
to density functions.
It also has a way to get the currently active Blender.
- Mappings:
Namespace Name intermediary net/minecraft/class_6910$class_6912official dha$bnamed net/minecraft/world/gen/densityfunction/DensityFunction$NoisePos
-
Method Details
-
blockX
int blockX()- Mappings:
Namespace Name Mixin selector intermediary comp_371Lnet/minecraft/class_6910$class_6912;comp_371()Iofficial aLdha$b;a()Inamed blockXLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockX()I
-
blockY
int blockY()- Mappings:
Namespace Name Mixin selector intermediary comp_372Lnet/minecraft/class_6910$class_6912;comp_372()Iofficial bLdha$b;b()Inamed blockYLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockY()I
-
blockZ
int blockZ()- Mappings:
Namespace Name Mixin selector intermediary comp_373Lnet/minecraft/class_6910$class_6912;comp_373()Iofficial cLdha$b;c()Inamed blockZLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockZ()I
-
getBlender
- Mappings:
Namespace Name Mixin selector intermediary method_39327Lnet/minecraft/class_6910$class_6912;method_39327()Lnet/minecraft/class_6748;official dLdha$b;d()Ldij;named getBlenderLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;getBlender()Lnet/minecraft/world/gen/chunk/Blender;
-