Package net.minecraft.world.gen
Interface BlockInterpolator
- All Known Implementing Classes:
DeepslateInterpolator
public interface BlockInterpolator
- Mappings:
Namespace Name official cna
intermediary net/minecraft/class_5840
named net/minecraft/world/gen/BlockInterpolator
-
Method Summary
Modifier and Type Method Description BlockState
sample(int x, int y, int z, ChunkGeneratorSettings settings)
-
Method Details
-
sample
- Mappings:
Namespace Name Mixin selector official a
Lcna;a(IIILcno;)Lcio;
intermediary method_33831
Lnet/minecraft/class_5840;method_33831(IIILnet/minecraft/class_5284;)Lnet/minecraft/class_2680;
named sample
Lnet/minecraft/world/gen/BlockInterpolator;sample(IIILnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;)Lnet/minecraft/block/BlockState;
-