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>
FIRE
static ConfiguredDecorator<NopeDecoratorConfig>
HEIGHTMAP
static ConfiguredDecorator<NopeDecoratorConfig>
HEIGHTMAP_SPREAD_DOUBLE
static ConfiguredDecorator<NopeDecoratorConfig>
HEIGHTMAP_WORLD_SURFACE
static BeehiveTreeDecorator
MORE_BEEHIVES_TREES
static ConfiguredDecorator<RangeDecoratorConfig>
NETHER_ORE
static ConfiguredDecorator<RangeDecoratorConfig>
NETHER_SPRING
static BeehiveTreeDecorator
REGULAR_BEEHIVES_TREES
static ConfiguredDecorator<?>
SPREAD_32_ABOVE
static ConfiguredDecorator<?>
SQUARE_HEIGHTMAP
static ConfiguredDecorator<?>
SQUARE_HEIGHTMAP_SPREAD_DOUBLE
static ConfiguredDecorator<?>
SQUARE_TOP_SOLID_HEIGHTMAP
static ConfiguredDecorator<NopeDecoratorConfig>
TOP_SOLID_HEIGHTMAP
static BeehiveTreeDecorator
VERY_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()
-