Package net.minecraft.world.gen.feature
Class ConfiguredFeatures.Configs
java.lang.Object
net.minecraft.world.gen.feature.ConfiguredFeatures.Configs
- Enclosing class:
- ConfiguredFeatures
public static final class ConfiguredFeatures.Configs extends Object
-
Field Summary
Fields Modifier and Type Field Description static BlockPileFeatureConfig
CRIMSON_ROOTS_CONFIG
static RandomPatchFeatureConfig
DEAD_BUSH_CONFIG
static RandomPatchFeatureConfig
DEFAULT_FLOWER_CONFIG
static SpringFeatureConfig
ENCLOSED_NETHER_SPRING_CONFIG
static RandomPatchFeatureConfig
GRASS_CONFIG
static SpringFeatureConfig
LAVA_SPRING_CONFIG
static RandomPatchFeatureConfig
LUSH_GRASS_CONFIG
static BlockPileFeatureConfig
NETHER_SPROUTS_CONFIG
static RandomPatchFeatureConfig
SUGAR_CANE_CONFIG
static RandomPatchFeatureConfig
SWEET_BERRY_BUSH_CONFIG
static RandomPatchFeatureConfig
TAIGA_GRASS_CONFIG
static RandomPatchFeatureConfig
TALL_GRASS_CONFIG
static BlockPileFeatureConfig
WARPED_ROOTS_CONFIG
-
Constructor Summary
Constructors Constructor Description Configs()
-
Method Summary
-
Field Details
-
GRASS_CONFIG
-
TAIGA_GRASS_CONFIG
-
LUSH_GRASS_CONFIG
-
DEFAULT_FLOWER_CONFIG
-
DEAD_BUSH_CONFIG
-
SWEET_BERRY_BUSH_CONFIG
-
TALL_GRASS_CONFIG
-
SUGAR_CANE_CONFIG
-
LAVA_SPRING_CONFIG
-
ENCLOSED_NETHER_SPRING_CONFIG
-
CRIMSON_ROOTS_CONFIG
-
WARPED_ROOTS_CONFIG
-
NETHER_SPROUTS_CONFIG
-
-
Constructor Details
-
Configs
public Configs()
-