Package net.minecraft.world.gen
Interface BlockInterpolator
- All Known Implementing Classes:
class_6341
,DeepslateInterpolator
public interface BlockInterpolator
- Mappings:
Namespace Name official cok
intermediary net/minecraft/class_5840
named net/minecraft/world/gen/BlockInterpolator
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockState
method_36295(BlockPos blockPos)
sample(int x, int y, int z)
-
Method Details
-
method_36295
- Mappings:
Namespace Name Mixin selector official a
Lcok;a(Lgb;)Lcjx;
intermediary method_36295
Lnet/minecraft/class_5840;method_36295(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named method_36295
Lnet/minecraft/world/gen/BlockInterpolator;method_36295(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
sample
- Mappings:
Namespace Name Mixin selector official a
Lcok;a(III)Lcjx;
intermediary method_33831
Lnet/minecraft/class_5840;method_33831(III)Lnet/minecraft/class_2680;
named sample
Lnet/minecraft/world/gen/BlockInterpolator;sample(III)Lnet/minecraft/block/BlockState;
-