-
Methods in net.minecraft.world.gen.carver with parameters of type Carver.SkipPredicate
Modifier and Type |
Method |
Description |
protected void |
CaveCarver.carveCave(CarverContext context,
class_6108 config,
Chunk chunk,
Function<BlockPos,Biome> posToBiome,
long seed,
int seaLevel,
double x,
double y,
double z,
float yaw,
double yawPitchRatio,
BitSet carvingMask,
Carver.SkipPredicate skipPredicate) |
|
protected boolean |
Carver.carveRegion(CarverContext context,
C config,
Chunk chunk,
Function<BlockPos,Biome> posToBiome,
long seed,
int seaLevel,
double x,
double y,
double z,
double horizontalScale,
double verticalScale,
BitSet carvingMask,
Carver.SkipPredicate skipPredicate) |
|
protected void |
CaveCarver.carveTunnels(CarverContext context,
class_6108 config,
Chunk chunk,
Function<BlockPos,Biome> posToBiome,
long seed,
int seaLevel,
double x,
double y,
double z,
double horizontalScale,
double verticalScale,
float width,
float yaw,
float pitch,
int branchStartIndex,
int branchCount,
double yawPitchRatio,
BitSet carvingMask,
Carver.SkipPredicate skipPredicate) |
|