Package net.minecraft.world.gen.carver
Class CarverContext
java.lang.Object
net.minecraft.world.gen.HeightContext
net.minecraft.world.gen.carver.CarverContext
- Mappings:
Namespace Name official ctwintermediary net/minecraft/class_5873named net/minecraft/world/gen/carver/CarverContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NoiseChunkGeneratorprivate final DynamicRegistryManager -
Constructor Summary
ConstructorsConstructorDescriptionCarverContext(NoiseChunkGenerator chunkGenerator, DynamicRegistryManager registryManager, HeightLimitView heightLimitView) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.method_39114(Biome biome, Chunk chunk, BlockPos pos, boolean bool) Deprecated.Methods inherited from class net.minecraft.world.gen.HeightContext
getHeight, getMinY
-
Field Details
-
chunkGenerator
- Mappings:
Namespace Name Mixin selector official aLctw;a:Lcsg;intermediary field_35298Lnet/minecraft/class_5873;field_35298:Lnet/minecraft/class_3754;named chunkGeneratorLnet/minecraft/world/gen/carver/CarverContext;chunkGenerator:Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;
-
registryManager
- Mappings:
Namespace Name Mixin selector official bLctw;b:Lgy;intermediary field_35299Lnet/minecraft/class_5873;field_35299:Lnet/minecraft/class_5455;named registryManagerLnet/minecraft/world/gen/carver/CarverContext;registryManager:Lnet/minecraft/util/registry/DynamicRegistryManager;
-
-
Constructor Details
-
CarverContext
public CarverContext(NoiseChunkGenerator chunkGenerator, DynamicRegistryManager registryManager, HeightLimitView heightLimitView) - Mappings:
Namespace Name Mixin selector official <init>Lctw;<init>(Lcsg;Lgy;Lbzd;)Vintermediary <init>Lnet/minecraft/class_5873;<init>(Lnet/minecraft/class_3754;Lnet/minecraft/class_5455;Lnet/minecraft/class_5539;)Vnamed <init>Lnet/minecraft/world/gen/carver/CarverContext;<init>(Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/HeightLimitView;)V
-
-
Method Details
-
method_39114
@Deprecated public Optional<BlockState> method_39114(Biome biome, Chunk chunk, BlockPos pos, boolean bool) Deprecated.- Mappings:
Namespace Name Mixin selector official aLctw;a(Lcab;Lcoz;Lgh;Z)Ljava/util/Optional;intermediary method_39114Lnet/minecraft/class_5873;method_39114(Lnet/minecraft/class_1959;Lnet/minecraft/class_2791;Lnet/minecraft/class_2338;Z)Ljava/util/Optional;named method_39114Lnet/minecraft/world/gen/carver/CarverContext;method_39114(Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/util/math/BlockPos;Z)Ljava/util/Optional;
-
getRegistryManager
Deprecated.- Mappings:
Namespace Name Mixin selector official cLctw;c()Lgy;intermediary method_39115Lnet/minecraft/class_5873;method_39115()Lnet/minecraft/class_5455;named getRegistryManagerLnet/minecraft/world/gen/carver/CarverContext;getRegistryManager()Lnet/minecraft/util/registry/DynamicRegistryManager;
-