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