Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration
Package
Description
-
Uses of SimpleBlockConfiguration in net.minecraft.data.worldgen.features
Modifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> CaveFeatures.MOSS_VEGETATION
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> AquaticFeatures.SEAGRASS_SIMPLE
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> VegetationFeatures.SINGLE_PIECE_OF_GRASS
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> CaveFeatures.SPORE_BLOSSOM
-
Uses of SimpleBlockConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<SimpleBlockConfiguration>
Feature.SIMPLE_BLOCK
Modifier and TypeMethodDescriptionboolean
SimpleBlockFeature.place
(FeaturePlaceContext<SimpleBlockConfiguration> p_160341_) ModifierConstructorDescriptionSimpleBlockFeature
(com.mojang.serialization.Codec<SimpleBlockConfiguration> p_66808_) -
Uses of SimpleBlockConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockConfiguration>
SimpleBlockConfiguration.CODEC