Uses of Class
net.minecraft.world.gen.decorator.Decorator
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.decorator |
-
Uses of Decorator in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Decorator Modifier and Type Field Description static Registry<Decorator<?>>Registry. DECORATORstatic RegistryKey<Registry<Decorator<?>>>Registry. DECORATOR_KEY -
Uses of Decorator in net.minecraft.world.gen.decorator
Subclasses of Decorator in net.minecraft.world.gen.decorator Modifier and Type Class Description classAbstractBiasedRangeDecoratorclassAbstractCountDecorator<DC extends DecoratorConfig>classAbstractRangeDecorator<DC extends DecoratorConfig>classBaseRangeDecoratorclassBiasedRangeDecoratorclassCarvingMaskDecoratorclassCaveSurfaceDecoratorclassChanceDecoratorclassCountDecoratorclassCountExtraDecoratorclassCountMultilayerDecoratorclassCountNoiseBiasedDecoratorclassCountNoiseDecoratorclassDarkOakTreeDecoratorclassDecoratedDecoratorclassDepthAverageDecoratorclassEndGatewayDecoratorclassGlowstoneDecoratorclassHeightmapDecoratorclassIcebergDecoratorclassLavaLakeDecoratorclassNopeDecoratorclassRangeDecoratorclassSpread32AboveDecoratorclassSpreadDoubleHeightmapDecoratorclassSquareDecoratorclassVeryBiasedRangeDecoratorConfigclassWaterDepthThresholdDecoratorMethods in net.minecraft.world.gen.decorator with type parameters of type Decorator Modifier and Type Method Description private static <T extends DecoratorConfig, G extends Decorator<T>>
GDecorator. register(String registryName, G decorator)Constructors in net.minecraft.world.gen.decorator with parameters of type Decorator Constructor Description ConfiguredDecorator(Decorator<DC> decorator, DC config)