Package net.minecraft.world.gen
Class DeepslateBlockSource
java.lang.Object
net.minecraft.world.gen.DeepslateBlockSource
- All Implemented Interfaces:
BlockSource
- Mappings:
Namespace Name official cotintermediary net/minecraft/class_5842named net/minecraft/world/gen/DeepslateBlockSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BlockStateprivate BlockStateprivate static intprivate static intprivate ChunkRandomprivate longprivate ChunkGeneratorSettings -
Constructor Summary
ConstructorsConstructorDescriptionDeepslateBlockSource(long seed, BlockState defaultBlock, BlockState deepslateState, ChunkGeneratorSettings chunkGeneratorSettings) -
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.BlockSource
get
-
Field Details
-
field_31468
private static final int field_31468- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLcot;a:Iintermediary field_31468Lnet/minecraft/class_5842;field_31468:Inamed field_31468Lnet/minecraft/world/gen/DeepslateBlockSource;field_31468:I
-
field_31469
private static final int field_31469- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLcot;b:Iintermediary field_31469Lnet/minecraft/class_5842;field_31469:Inamed field_31469Lnet/minecraft/world/gen/DeepslateBlockSource;field_31469:I
-
random
- Mappings:
Namespace Name Mixin selector official cLcot;c:Lcpr;intermediary field_28909Lnet/minecraft/class_5842;field_28909:Lnet/minecraft/class_2919;named randomLnet/minecraft/world/gen/DeepslateBlockSource;random:Lnet/minecraft/world/gen/ChunkRandom;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official dLcot;d:Jintermediary field_28910Lnet/minecraft/class_5842;field_28910:Jnamed seedLnet/minecraft/world/gen/DeepslateBlockSource;seed:J
-
defaultBlock
- Mappings:
Namespace Name Mixin selector official eLcot;e:Lcjz;intermediary field_28911Lnet/minecraft/class_5842;field_28911:Lnet/minecraft/class_2680;named defaultBlockLnet/minecraft/world/gen/DeepslateBlockSource;defaultBlock:Lnet/minecraft/block/BlockState;
-
deepslateState
- Mappings:
Namespace Name Mixin selector official fLcot;f:Lcjz;intermediary field_28912Lnet/minecraft/class_5842;field_28912:Lnet/minecraft/class_2680;named deepslateStateLnet/minecraft/world/gen/DeepslateBlockSource;deepslateState:Lnet/minecraft/block/BlockState;
-
settings
- Mappings:
Namespace Name Mixin selector official gLcot;g:Lcpb;intermediary field_33513Lnet/minecraft/class_5842;field_33513:Lnet/minecraft/class_5284;named settingsLnet/minecraft/world/gen/DeepslateBlockSource;settings:Lnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;
-
-
Constructor Details
-
DeepslateBlockSource
public DeepslateBlockSource(long seed, BlockState defaultBlock, BlockState deepslateState, ChunkGeneratorSettings chunkGeneratorSettings)- Mappings:
Namespace Name Mixin selector official <init>Lcot;<init>(JLcjz;Lcjz;Lcpb;)Vintermediary <init>Lnet/minecraft/class_5842;<init>(JLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_5284;)Vnamed <init>Lnet/minecraft/world/gen/DeepslateBlockSource;<init>(JLnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;)V
-
-
Method Details
-
sample
- Specified by:
samplein interfaceBlockSource- Mappings:
Namespace Name Mixin selector official getBaseBlockLcom;getBaseBlock(III)Lcjz;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;
-