Package net.minecraft.world.gen
Interface BlockSource
- All Known Implementing Classes:
DeepslateBlockSource,DefaultBlockSource,NoiseChunkGenerator.OreVeinSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official cphintermediary net/minecraft/class_5840named net/minecraft/world/gen/BlockSource
-
Method Summary
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official aLcph;a(Lgg;)Lckt;intermediary method_36295Lnet/minecraft/class_5840;method_36295(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;named getLnet/minecraft/world/gen/BlockSource;get(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
sample
- Mappings:
Namespace Name Mixin selector official getBaseBlockLcph;getBaseBlock(III)Lckt;intermediary method_33831Lnet/minecraft/class_5840;method_33831(III)Lnet/minecraft/class_2680;named sampleLnet/minecraft/world/gen/BlockSource;sample(III)Lnet/minecraft/block/BlockState;
-