Package net.minecraft.world.gen
Class DeepslateInterpolator
java.lang.Object
net.minecraft.world.gen.DeepslateInterpolator
- All Implemented Interfaces:
BlockInterpolator
- Mappings:
Namespace Name official corintermediary net/minecraft/class_5842named net/minecraft/world/gen/DeepslateInterpolator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BlockStateprivate BlockStateprivate static intprivate static intprivate Supplier<ChunkGeneratorSettings>private ChunkRandomprivate long -
Constructor Summary
ConstructorsConstructorDescriptionDeepslateInterpolator(long seed, BlockState defaultBlock, BlockState deepslateState, Supplier<ChunkGeneratorSettings> supplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.BlockInterpolator
method_36295
-
Field Details
-
field_31468
private static final int field_31468- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLcor;a:Iintermediary field_31468Lnet/minecraft/class_5842;field_31468:Inamed field_31468Lnet/minecraft/world/gen/DeepslateInterpolator;field_31468:I
-
field_31469
private static final int field_31469- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLcor;b:Iintermediary field_31469Lnet/minecraft/class_5842;field_31469:Inamed field_31469Lnet/minecraft/world/gen/DeepslateInterpolator;field_31469:I
-
random
- Mappings:
Namespace Name Mixin selector official cLcor;c:Lcpo;intermediary field_28909Lnet/minecraft/class_5842;field_28909:Lnet/minecraft/class_2919;named randomLnet/minecraft/world/gen/DeepslateInterpolator;random:Lnet/minecraft/world/gen/ChunkRandom;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official dLcor;d:Jintermediary field_28910Lnet/minecraft/class_5842;field_28910:Jnamed seedLnet/minecraft/world/gen/DeepslateInterpolator;seed:J
-
defaultBlock
- Mappings:
Namespace Name Mixin selector official eLcor;e:Lcjx;intermediary field_28911Lnet/minecraft/class_5842;field_28911:Lnet/minecraft/class_2680;named defaultBlockLnet/minecraft/world/gen/DeepslateInterpolator;defaultBlock:Lnet/minecraft/block/BlockState;
-
deepslateState
- Mappings:
Namespace Name Mixin selector official fLcor;f:Lcjx;intermediary field_28912Lnet/minecraft/class_5842;field_28912:Lnet/minecraft/class_2680;named deepslateStateLnet/minecraft/world/gen/DeepslateInterpolator;deepslateState:Lnet/minecraft/block/BlockState;
-
field_33513
- Mappings:
Namespace Name Mixin selector official gLcor;g:Ljava/util/function/Supplier;intermediary field_33513Lnet/minecraft/class_5842;field_33513:Ljava/util/function/Supplier;named field_33513Lnet/minecraft/world/gen/DeepslateInterpolator;field_33513:Ljava/util/function/Supplier;
-
-
Constructor Details
-
DeepslateInterpolator
public DeepslateInterpolator(long seed, BlockState defaultBlock, BlockState deepslateState, Supplier<ChunkGeneratorSettings> supplier)- Mappings:
Namespace Name Mixin selector official <init>Lcor;<init>(JLcjx;Lcjx;Ljava/util/function/Supplier;)Vintermediary <init>Lnet/minecraft/class_5842;<init>(JLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Ljava/util/function/Supplier;)Vnamed <init>Lnet/minecraft/world/gen/DeepslateInterpolator;<init>(JLnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Ljava/util/function/Supplier;)V
-
-
Method Details
-
sample
- Specified by:
samplein interfaceBlockInterpolator- Mappings:
Namespace Name Mixin selector official aLcok;a(III)Lcjx;intermediary method_33831Lnet/minecraft/class_5840;method_33831(III)Lnet/minecraft/class_2680;named sampleLnet/minecraft/world/gen/BlockInterpolator;sample(III)Lnet/minecraft/block/BlockState;
-