Package net.minecraft.world.gen.carver
Class RavineCarver
java.lang.Object
net.minecraft.world.gen.carver.Carver
net.minecraft.world.gen.carver.RavineCarver
- Mappings:
Namespace Name official bgjintermediary net/minecraft/class_1212named net/minecraft/world/gen/carver/RavineCarver
-
Field Summary
FieldsFields 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 voidcarveRavine(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
-
Field Details
-
heightToHorizontalStretchFactor
private float[] heightToHorizontalStretchFactor- Mappings:
Namespace Name Mixin selector official dLbgj;d:[Fintermediary field_4793Lnet/minecraft/class_1212;field_4793:[Fnamed heightToHorizontalStretchFactorLnet/minecraft/world/gen/carver/RavineCarver;heightToHorizontalStretchFactor:[F
-
-
Constructor Details
-
RavineCarver
public RavineCarver()
-
-
Method Details
-
carveRavine
protected void carveRavine(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 aLbgj;a(JIILbgk;DDDFFFIID)Vintermediary method_3996Lnet/minecraft/class_1212;method_3996(JIILnet/minecraft/class_2252;DDDFFFIID)Vnamed carveRavineLnet/minecraft/world/gen/carver/RavineCarver;carveRavine(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 aLbgt;a(Laqu;IIIILbgk;)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
-