Uses of Class
net.minecraft.world.gen.decorator.NopeDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of NopeDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as NopeDecoratorConfig Modifier and Type Field Description static NopeDecoratorConfigDecoratorConfig. DEFAULTstatic NopeDecoratorConfigNopeDecoratorConfig. INSTANCEFields in net.minecraft.world.gen.decorator with type parameters of type NopeDecoratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<NopeDecoratorConfig>NopeDecoratorConfig. CODECstatic Decorator<NopeDecoratorConfig>Decorator. DARK_OAK_TREEstatic Decorator<NopeDecoratorConfig>Decorator. END_GATEWAYstatic Decorator<NopeDecoratorConfig>Decorator. ICEBERGstatic Decorator<NopeDecoratorConfig>Decorator. NOPEstatic Decorator<NopeDecoratorConfig>Decorator. SPREAD_32_ABOVEstatic Decorator<NopeDecoratorConfig>Decorator. SQUAREMethods in net.minecraft.world.gen.decorator with parameters of type NopeDecoratorConfig Modifier and Type Method Description Stream<BlockPos>DarkOakTreeDecorator. getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)Stream<BlockPos>IcebergDecorator. getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)Stream<BlockPos>NopeDecorator. getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)Stream<BlockPos>SquareDecorator. getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)protected intEndGatewayDecorator. getY(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, int int2)protected intSpread32AboveDecorator. getY(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, int int2)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type NopeDecoratorConfig Constructor Description DarkOakTreeDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)EndGatewayDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)IcebergDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)NopeDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)Spread32AboveDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)SquareDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)