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 named net/minecraft/world/gen/carver/NetherCaveCarverintermediary net/minecraft/class_2934official eju
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.carver.Carver
Carver.SkipPredicate -
Field Summary
Fields inherited from class net.minecraft.world.gen.carver.Carver
AIR, carvableFluids, CAVE, CAVE_AIR, LAVA, NETHER_CAVE, RAVINE, WATER -
Constructor Summary
ConstructorsConstructorDescriptionNetherCaveCarver(com.mojang.serialization.Codec<CaveCarverConfig> configCodec) -
Method Summary
Modifier 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.CaveCarver
carve, carveCave, carveTunnels, shouldCarveMethods inherited from class net.minecraft.world.gen.carver.Carver
canAlwaysCarveBlock, canCarveBranch, carveRegion, configure, getBranchFactor, getCodec
-
Constructor Details
-
NetherCaveCarver
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/gen/carver/Carver;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_2939;<init>(Lcom/mojang/serialization/Codec;)Vofficial <init>Lejv;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getMaxCaveCount
protected int getMaxCaveCount()- Overrides:
getMaxCaveCountin classCaveCarver- Mappings:
Namespace Name Mixin selector named getMaxCaveCountLnet/minecraft/world/gen/carver/CaveCarver;getMaxCaveCount()Iintermediary method_16577Lnet/minecraft/class_2925;method_16577()Iofficial aLejs;a()I
-
getTunnelSystemWidth
- Overrides:
getTunnelSystemWidthin classCaveCarver- Mappings:
Namespace Name Mixin selector named getTunnelSystemWidthLnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemWidth(Lnet/minecraft/util/math/random/Random;)Fintermediary method_16576Lnet/minecraft/class_2925;method_16576(Lnet/minecraft/class_5819;)Fofficial aLejs;a(Lbai;)F
-
getTunnelSystemHeightWidthRatio
protected double getTunnelSystemHeightWidthRatio()- Overrides:
getTunnelSystemHeightWidthRatioin classCaveCarver- Mappings:
Namespace Name Mixin selector named getTunnelSystemHeightWidthRatioLnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemHeightWidthRatio()Dintermediary method_16578Lnet/minecraft/class_2925;method_16578()Dofficial bLejs;b()D
-
carveAtPoint
protected 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 classCarver<CaveCarverConfig>- Mappings:
Namespace Name Mixin selector named carveAtPointLnet/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;)Zintermediary method_35359Lnet/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;)Zofficial aLeju;a(Lejq;Lejr;Ledn;Ljava/util/function/Function;Ledm;Liw$a;Liw$a;Lehb;Lorg/apache/commons/lang3/mutable/MutableBoolean;)Z
-