Uses of Class
net.minecraft.world.gen.decorator.CaveSurfaceDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of CaveSurfaceDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CaveSurfaceDecoratorConfig Modifier and Type Field Description static Decorator<CaveSurfaceDecoratorConfig>Decorator. CAVE_SURFACEstatic com.mojang.serialization.Codec<CaveSurfaceDecoratorConfig>CaveSurfaceDecoratorConfig. CODECMethods in net.minecraft.world.gen.decorator with parameters of type CaveSurfaceDecoratorConfig Modifier and Type Method Description Stream<BlockPos>CaveSurfaceDecorator. getPositions(DecoratorContext decoratorContext, Random random, CaveSurfaceDecoratorConfig caveSurfaceDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CaveSurfaceDecoratorConfig Constructor Description CaveSurfaceDecorator(com.mojang.serialization.Codec<CaveSurfaceDecoratorConfig> configCodec)