Uses of Class
net.minecraft.world.gen.decorator.NopeDecoratorConfig
Packages that use NopeDecoratorConfig
-
Uses of NopeDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as NopeDecoratorConfigModifier and TypeFieldDescriptionstatic NopeDecoratorConfigDecoratorConfig.DEFAULTstatic NopeDecoratorConfigNopeDecoratorConfig.INSTANCEFields in net.minecraft.world.gen.decorator with type parameters of type NopeDecoratorConfigModifier and TypeFieldDescriptionstatic 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 NopeDecoratorConfigModifier and TypeMethodDescriptionDarkOakTreeDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)IcebergDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos blockPos)NopeDecorator.getPositions(DecoratorContext decoratorContext, Random random, NopeDecoratorConfig nopeDecoratorConfig, BlockPos 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 NopeDecoratorConfigModifierConstructorDescriptionDarkOakTreeDecorator(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)