Package net.minecraft.world.gen.carver
Class NetherCaveCarver
java.lang.Object
net.minecraft.world.gen.carver.Carver<CaveCarverConfig>
net.minecraft.world.gen.carver.CaveCarver
net.minecraft.world.gen.carver.NetherCaveCarver
- Mappings:
- Namespace - Name - official - djo- intermediary - net/minecraft/class_2934- named - net/minecraft/world/gen/carver/NetherCaveCarver
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.gen.carver.CarverCarver.SkipPredicate
- 
Field SummaryFields inherited from class net.minecraft.world.gen.carver.CarverAIR, carvableFluids, CAVE, CAVE_AIR, LAVA, NETHER_CAVE, RAVINE, WATER
- 
Constructor SummaryConstructorsConstructorDescriptionNetherCaveCarver(com.mojang.serialization.Codec<CaveCarverConfig> configCodec) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancarveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected intprotected doubleprotected floatgetTunnelSystemWidth(Random random) Methods inherited from class net.minecraft.world.gen.carver.CaveCarvercarve, carveCave, carveTunnels, shouldCarveMethods inherited from class net.minecraft.world.gen.carver.CarvercanAlwaysCarveBlock, canCarveBranch, carveRegion, configure, getBranchFactor, getCodec
- 
Constructor Details- 
NetherCaveCarver- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldjp;<init>(Lcom/mojang/serialization/Codec;)V- intermediary - <init>- Lnet/minecraft/class_2939;<init>(Lcom/mojang/serialization/Codec;)V- named - <init>- Lnet/minecraft/world/gen/carver/Carver;<init>(Lcom/mojang/serialization/Codec;)V
 
 
- 
- 
Method Details- 
getMaxCaveCountprotected int getMaxCaveCount()- Overrides:
- getMaxCaveCountin class- CaveCarver
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldjm;a()I- intermediary - method_16577- Lnet/minecraft/class_2925;method_16577()I- named - getMaxCaveCount- Lnet/minecraft/world/gen/carver/CaveCarver;getMaxCaveCount()I
 
- 
getTunnelSystemWidth- Overrides:
- getTunnelSystemWidthin class- CaveCarver
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldjm;a(Lapf;)F- intermediary - method_16576- Lnet/minecraft/class_2925;method_16576(Lnet/minecraft/class_5819;)F- named - getTunnelSystemWidth- Lnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemWidth(Lnet/minecraft/util/math/random/Random;)F
 
- 
getTunnelSystemHeightWidthRatioprotected double getTunnelSystemHeightWidthRatio()- Overrides:
- getTunnelSystemHeightWidthRatioin class- CaveCarver
- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldjm;b()D- intermediary - method_16578- Lnet/minecraft/class_2925;method_16578()D- named - getTunnelSystemHeightWidthRatio- Lnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemHeightWidthRatio()D
 
- 
carveAtPointprotected boolean carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) - Overrides:
- carveAtPointin class- Carver<CaveCarverConfig>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldjo;a(Ldjk;Ldjl;Lddx;Ljava/util/function/Function;Lddw;Lgu$a;Lgu$a;Ldgw;Lorg/apache/commons/lang3/mutable/MutableBoolean;)Z- intermediary - method_35359- Lnet/minecraft/class_2934;method_35359(Lnet/minecraft/class_5873;Lnet/minecraft/class_6108;Lnet/minecraft/class_2791;Ljava/util/function/Function;Lnet/minecraft/class_6643;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_6350;Lorg/apache/commons/lang3/mutable/MutableBoolean;)Z- named - carveAtPoint- Lnet/minecraft/world/gen/carver/NetherCaveCarver;carveAtPoint(Lnet/minecraft/world/gen/carver/CarverContext;Lnet/minecraft/world/gen/carver/CaveCarverConfig;Lnet/minecraft/world/chunk/Chunk;Ljava/util/function/Function;Lnet/minecraft/world/gen/carver/CarvingMask;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/world/gen/chunk/AquiferSampler;Lorg/apache/commons/lang3/mutable/MutableBoolean;)Z
 
 
-