Uses of Interface
net.minecraft.world.gen.decorator.DecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.decorator |
-
Uses of DecoratorConfig in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement DecoratorConfig Modifier and Type Class Description classCountConfig -
Uses of DecoratorConfig in net.minecraft.world.gen.decorator
Classes in net.minecraft.world.gen.decorator with type parameters of type DecoratorConfig Modifier and Type Class Description classAbstractCountDecorator<DC extends DecoratorConfig>classAbstractRangeDecorator<DC extends DecoratorConfig>classConfiguredDecorator<DC extends DecoratorConfig>classDecorator<DC extends DecoratorConfig>Classes in net.minecraft.world.gen.decorator that implement DecoratorConfig Modifier and Type Class Description classBiasedRangedDecoratorConfigclassCarvingMaskDecoratorConfigclassCaveSurfaceDecoratorConfigclassChanceDecoratorConfigclassCountExtraDecoratorConfigclassCountNoiseBiasedDecoratorConfigclassCountNoiseDecoratorConfigclassDecoratedDecoratorConfigclassDepthAverageDecoratorConfigclassHeightmapDecoratorConfigclassNopeDecoratorConfigclassRangeDecoratorConfigclassWaterDepthThresholdDecoratorConfigFields in net.minecraft.world.gen.decorator declared as DecoratorConfig Modifier and Type Field Description private DCConfiguredDecorator. configMethods in net.minecraft.world.gen.decorator with type parameters of type DecoratorConfig Modifier and Type Method Description private static <T extends DecoratorConfig, G extends Decorator<T>>
GDecorator. register(String registryName, G decorator)