Package net.minecraft.world.gen
Class DeepslateBlockSource
java.lang.Object
net.minecraft.world.gen.DeepslateBlockSource
- All Implemented Interfaces:
BlockSource
- Mappings:
Namespace Name official cpm
intermediary net/minecraft/class_5842
named net/minecraft/world/gen/DeepslateBlockSource
-
Field Summary
Modifier and TypeFieldDescriptionprivate BlockState
private static int
private BlockState
private static int
private ChunkRandom
private long
private ChunkGeneratorSettings
-
Constructor Summary
ConstructorDescriptionDeepslateBlockSource(long seed, BlockState defaultBlock, BlockState deepslateState, ChunkGeneratorSettings settings)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.BlockSource
get
-
Field Details
-
DEFAULT_MIN_Y
private static final int DEFAULT_MIN_Y- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Lcpm;a:I
intermediary field_31468
Lnet/minecraft/class_5842;field_31468:I
named DEFAULT_MIN_Y
Lnet/minecraft/world/gen/DeepslateBlockSource;DEFAULT_MIN_Y:I
-
MAX_Y
private static final int MAX_Y- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official b
Lcpm;b:I
intermediary field_31469
Lnet/minecraft/class_5842;field_31469:I
named MAX_Y
Lnet/minecraft/world/gen/DeepslateBlockSource;MAX_Y:I
-
random
- Mappings:
Namespace Name Mixin selector official c
Lcpm;c:Lcqm;
intermediary field_28909
Lnet/minecraft/class_5842;field_28909:Lnet/minecraft/class_2919;
named random
Lnet/minecraft/world/gen/DeepslateBlockSource;random:Lnet/minecraft/world/gen/ChunkRandom;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official d
Lcpm;d:J
intermediary field_28910
Lnet/minecraft/class_5842;field_28910:J
named seed
Lnet/minecraft/world/gen/DeepslateBlockSource;seed:J
-
defaultBlock
- Mappings:
Namespace Name Mixin selector official e
Lcpm;e:Lcks;
intermediary field_28911
Lnet/minecraft/class_5842;field_28911:Lnet/minecraft/class_2680;
named defaultBlock
Lnet/minecraft/world/gen/DeepslateBlockSource;defaultBlock:Lnet/minecraft/block/BlockState;
-
deepslateState
- Mappings:
Namespace Name Mixin selector official f
Lcpm;f:Lcks;
intermediary field_28912
Lnet/minecraft/class_5842;field_28912:Lnet/minecraft/class_2680;
named deepslateState
Lnet/minecraft/world/gen/DeepslateBlockSource;deepslateState:Lnet/minecraft/block/BlockState;
-
settings
- Mappings:
Namespace Name Mixin selector official g
Lcpm;g:Lcpu;
intermediary field_33513
Lnet/minecraft/class_5842;field_33513:Lnet/minecraft/class_5284;
named settings
Lnet/minecraft/world/gen/DeepslateBlockSource;settings:Lnet/minecraft/world/gen/chunk/ChunkGeneratorSettings;
-
-
Constructor Details
-
DeepslateBlockSource
public DeepslateBlockSource(long seed, BlockState defaultBlock, BlockState deepslateState, ChunkGeneratorSettings settings)- Mappings:
Namespace Name Mixin selector official <init>
Lcpm;<init>(JLcks;Lcks;Lcpu;)V
intermediary <init>
Lnet/minecraft/class_5842;<init>(JLnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_5284;)V
named <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:
sample
in interfaceBlockSource
- Mappings:
Namespace Name Mixin selector official getBaseBlock
Lcpg;getBaseBlock(III)Lcks;
intermediary method_33831
Lnet/minecraft/class_5840;method_33831(III)Lnet/minecraft/class_2680;
named sample
Lnet/minecraft/world/gen/BlockSource;sample(III)Lnet/minecraft/block/BlockState;
-