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 atuintermediary net/minecraft/class_1212named net/minecraft/world/gen/carver/RavineCarver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final BlockStateprotected static final BlockStateprivate final float[]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 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
method_4004
-
Field Details
-
field_12953
- Mappings:
Namespace Name Mixin selector official aLatu;a:Lars;intermediary field_12953Lnet/minecraft/class_1212;field_12953:Lnet/minecraft/class_2232;named field_12953Lnet/minecraft/world/gen/carver/RavineCarver;field_12953:Lnet/minecraft/block/BlockState;
-
field_12954
- Mappings:
Namespace Name Mixin selector official bLatu;b:Lars;intermediary field_12954Lnet/minecraft/class_1212;field_12954:Lnet/minecraft/class_2232;named field_12954Lnet/minecraft/world/gen/carver/RavineCarver;field_12954:Lnet/minecraft/block/BlockState;
-
heightToHorizontalStretchFactor
private final float[] heightToHorizontalStretchFactor- Mappings:
Namespace Name Mixin selector official cLatu;c:[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 aLatu;a(JIILatv;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 aLaua;a(Laid;IIIILatv;)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
-