Package net.minecraft.world.gen.carver
Class NetherCaveCarver
java.lang.Object
net.minecraft.world.gen.carver.Carver<class_5871>
net.minecraft.world.gen.carver.CaveCarver
net.minecraft.world.gen.carver.NetherCaveCarver
public class NetherCaveCarver extends CaveCarver
- Mappings:
Namespace Name official cohintermediary net/minecraft/class_2934named net/minecraft/world/gen/carver/NetherCaveCarver
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.carver.Carver
Carver.class_5874 -
Field Summary
Fields inherited from class net.minecraft.world.gen.carver.Carver
AIR, alwaysCarvableBlocks, CANYON, carvableFluids, CAVE, CAVE_AIR, LAVA, NETHER_CAVE, WATER -
Constructor Summary
Constructors Constructor Description NetherCaveCarver(com.mojang.serialization.Codec<class_5871> configCodec) -
Method Summary
Modifier and Type Method Description protected booleancarveAtPoint(class_5873 class_5873, class_5871 class_5871, Chunk chunk, Function<BlockPos,Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, int mainChunkX, MutableBoolean mutableBoolean)protected intgetCaveY(class_5873 class_5873, Random random)protected intgetMaxCaveCount()protected doublegetTunnelSystemHeightWidthRatio()protected 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, canCarveBlock, configure, getBranchFactor, getCodec, method_33976, method_33977, method_33978
-
Constructor Details
-
NetherCaveCarver
- Mappings:
Namespace Name Mixin selector official <init>Lcoi;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_2939;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/carver/Carver;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getMaxCaveCount
protected int getMaxCaveCount()- Overrides:
getMaxCaveCountin classCaveCarver- Mappings:
Namespace Name Mixin selector official aLcof;a()Iintermediary method_16577Lnet/minecraft/class_2925;method_16577()Inamed getMaxCaveCountLnet/minecraft/world/gen/carver/CaveCarver;getMaxCaveCount()I
-
getTunnelSystemWidth
- Overrides:
getTunnelSystemWidthin classCaveCarver- Mappings:
Namespace Name Mixin selector official aLcof;a(Ljava/util/Random;)Fintermediary method_16576Lnet/minecraft/class_2925;method_16576(Ljava/util/Random;)Fnamed getTunnelSystemWidthLnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemWidth(Ljava/util/Random;)F
-
getTunnelSystemHeightWidthRatio
protected double getTunnelSystemHeightWidthRatio()- Overrides:
getTunnelSystemHeightWidthRatioin classCaveCarver- Mappings:
Namespace Name Mixin selector official bLcof;b()Dintermediary method_16578Lnet/minecraft/class_2925;method_16578()Dnamed getTunnelSystemHeightWidthRatioLnet/minecraft/world/gen/carver/CaveCarver;getTunnelSystemHeightWidthRatio()D
-
getCaveY
- Overrides:
getCaveYin classCaveCarver- Mappings:
Namespace Name Mixin selector official aLcof;a(Lcoe;Ljava/util/Random;)Iintermediary method_16579Lnet/minecraft/class_2925;method_16579(Lnet/minecraft/class_5873;Ljava/util/Random;)Inamed getCaveYLnet/minecraft/world/gen/carver/CaveCarver;getCaveY(Lnet/minecraft/class_5873;Ljava/util/Random;)I
-
carveAtPoint
protected boolean carveAtPoint(class_5873 class_5873, class_5871 class_5871, Chunk chunk, Function<BlockPos,Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, int mainChunkX, MutableBoolean mutableBoolean)- Overrides:
carveAtPointin classCarver<class_5871>- Mappings:
Namespace Name Mixin selector official aLcoi;a(Lcoe;Lcoc;Lckf;Ljava/util/function/Function;Ljava/util/BitSet;Ljava/util/Random;Lfx$a;Lfx$a;ILorg/apache/commons/lang3/mutable/MutableBoolean;)Zintermediary method_16581Lnet/minecraft/class_2939;method_16581(Lnet/minecraft/class_5873;Lnet/minecraft/class_5871;Lnet/minecraft/class_2791;Ljava/util/function/Function;Ljava/util/BitSet;Ljava/util/Random;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_2338$class_2339;ILorg/apache/commons/lang3/mutable/MutableBoolean;)Znamed carveAtPointLnet/minecraft/world/gen/carver/Carver;carveAtPoint(Lnet/minecraft/class_5873;Lnet/minecraft/class_5871;Lnet/minecraft/world/chunk/Chunk;Ljava/util/function/Function;Ljava/util/BitSet;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/util/math/BlockPos$Mutable;ILorg/apache/commons/lang3/mutable/MutableBoolean;)Z
-