Package net.minecraft.world.gen.feature
Class ConfiguredFeatures.Decorators
java.lang.Object
net.minecraft.world.gen.feature.ConfiguredFeatures.Decorators
- Enclosing class:
- ConfiguredFeatures
public static final class ConfiguredFeatures.Decorators extends Object
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredDecorator<CountConfig>FIREstatic ConfiguredDecorator<NopeDecoratorConfig>HEIGHTMAPstatic ConfiguredDecorator<NopeDecoratorConfig>HEIGHTMAP_SPREAD_DOUBLEstatic ConfiguredDecorator<NopeDecoratorConfig>HEIGHTMAP_WORLD_SURFACEstatic BeehiveTreeDecoratorMORE_BEEHIVES_TREESstatic ConfiguredDecorator<RangeDecoratorConfig>NETHER_OREstatic ConfiguredDecorator<RangeDecoratorConfig>NETHER_SPRINGstatic BeehiveTreeDecoratorREGULAR_BEEHIVES_TREESstatic ConfiguredDecorator<?>SPREAD_32_ABOVEstatic ConfiguredDecorator<?>SQUARE_HEIGHTMAPstatic ConfiguredDecorator<?>SQUARE_HEIGHTMAP_SPREAD_DOUBLEstatic ConfiguredDecorator<?>SQUARE_TOP_SOLID_HEIGHTMAPstatic ConfiguredDecorator<NopeDecoratorConfig>TOP_SOLID_HEIGHTMAPstatic BeehiveTreeDecoratorVERY_RARE_BEEHIVES_TREES -
Constructor Summary
Constructors Constructor Description Decorators() -
Method Summary
-
Field Details
-
VERY_RARE_BEEHIVES_TREES
-
REGULAR_BEEHIVES_TREES
-
MORE_BEEHIVES_TREES
-
FIRE
-
HEIGHTMAP
-
TOP_SOLID_HEIGHTMAP
-
HEIGHTMAP_WORLD_SURFACE
-
HEIGHTMAP_SPREAD_DOUBLE
-
NETHER_ORE
-
NETHER_SPRING
-
SPREAD_32_ABOVE
-
SQUARE_HEIGHTMAP
-
SQUARE_HEIGHTMAP_SPREAD_DOUBLE
-
SQUARE_TOP_SOLID_HEIGHTMAP
-
-
Constructor Details
-
Decorators
public Decorators()
-