Uses of Interface
net.minecraft.world.level.chunk.CarverOutput
Packages that use CarverOutput
-
Uses of CarverOutput in net.minecraft.world.level.chunk
Classes in net.minecraft.world.level.chunk that implement CarverOutput -
Uses of CarverOutput in net.minecraft.world.level.levelgen.carver
Methods in net.minecraft.world.level.levelgen.carver with parameters of type CarverOutputModifier and TypeMethodDescriptionbooleanCanyonWorldCarver.carve(WorldGenerationContext context, RandomSource random, ChunkPos chunkPos, ChunkPos sourceChunkPos, CarverOutput output) booleanCaveWorldCarver.carve(WorldGenerationContext context, RandomSource random, ChunkPos chunkPos, ChunkPos sourceChunkPos, CarverOutput output) booleanWorldCarver.carve(WorldGenerationContext context, RandomSource random, ChunkPos chunkPos, ChunkPos sourceChunkPos, CarverOutput output) static voidWorldCarver.carveEllipsoid(ChunkPos chunkPos, double x, double y, double z, double horizontalRadius, double verticalRadius, CarverOutput output, WorldCarver.CarveSkipChecker skipChecker) private voidCaveWorldCarver.createRoom(ChunkPos chunkPos, double x, double y, double z, float thickness, double yScale, CarverOutput output, WorldCarver.CarveSkipChecker skipChecker) private voidCaveWorldCarver.createTunnel(ChunkPos chunkPos, long tunnelSeed, double x, double y, double z, double horizontalRadiusMultiplier, double verticalRadiusMultiplier, float thickness, float horizontalRotation, float verticalRotation, int step, int dist, double yScale, CarverOutput output, WorldCarver.CarveSkipChecker skipChecker) private voidCanyonWorldCarver.doCarve(WorldGenerationContext context, ChunkPos chunkPos, long tunnelSeed, double x, double y, double z, float thickness, float horizontalRotation, float verticalRotation, int step, int distance, double yScale, CarverOutput output)