Package net.minecraft.world.gen.carver
Class NetherCaveCarver
java.lang.Object
net.minecraft.world.gen.carver.Carver
net.minecraft.world.gen.carver.NetherCaveCarver
- Mappings:
Namespace Name official anzintermediary net/minecraft/class_1217named net/minecraft/world/gen/carver/NetherCaveCarver
-
Field Summary
Fields inherited from class net.minecraft.world.gen.carver.Carver
complexity, random, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcarve(World world, int chunkX, int chunkZ, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage) protected voidcarveCave(long seed, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage, double x, double y, double z) protected voidcarveCave(long seed, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage, double x, double y, double z, float baseWidth, float xzAngle, float yAngle, int branch, int branchCount, double heightWidthRatio) Methods inherited from class net.minecraft.world.gen.carver.Carver
carveRegion
-
Constructor Details
-
NetherCaveCarver
public NetherCaveCarver()
-
-
Method Details
-
carveCave
protected void carveCave(long seed, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage, double x, double y, double z) - Mappings:
Namespace Name Mixin selector official aLanz;a(JIILans;DDD)Vintermediary method_4005Lnet/minecraft/class_1217;method_4005(JIILnet/minecraft/class_2252;DDD)Vnamed carveCaveLnet/minecraft/world/gen/carver/NetherCaveCarver;carveCave(JIILnet/minecraft/world/chunk/ChunkBlockStateStorage;DDD)V
-
carveCave
protected void carveCave(long seed, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage, double x, double y, double z, float baseWidth, float xzAngle, float yAngle, int branch, int branchCount, double heightWidthRatio) - Mappings:
Namespace Name Mixin selector official aLanz;a(JIILans;DDDFFFIID)Vintermediary method_4006Lnet/minecraft/class_1217;method_4006(JIILnet/minecraft/class_2252;DDDFFFIID)Vnamed carveCaveLnet/minecraft/world/gen/carver/NetherCaveCarver;carveCave(JIILnet/minecraft/world/chunk/ChunkBlockStateStorage;DDDFFFIID)V
-
carve
protected void carve(World world, int chunkX, int chunkZ, int mainChunkX, int mainChunkZ, ChunkBlockStateStorage chunkStorage) - Overrides:
carvein classCarver- Mappings:
Namespace Name Mixin selector official aLany;a(Ladm;IIIILans;)Vintermediary method_4003Lnet/minecraft/class_1216;method_4003(Lnet/minecraft/class_1150;IIIILnet/minecraft/class_2252;)Vnamed carveLnet/minecraft/world/gen/carver/Carver;carve(Lnet/minecraft/world/World;IIIILnet/minecraft/world/chunk/ChunkBlockStateStorage;)V
-