Uses of Class
net.minecraft.world.gen.feature.RandomFeatureEntry
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of RandomFeatureEntry in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RandomFeatureEntry Modifier and Type Field Description static com.mojang.serialization.Codec<RandomFeatureEntry>RandomFeatureEntry. CODECList<RandomFeatureEntry>RandomFeatureConfig. featuresMethods in net.minecraft.world.gen.feature that return RandomFeatureEntry Modifier and Type Method Description RandomFeatureEntryConfiguredFeature. withChance(float chance)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureEntry Constructor Description RandomFeatureConfig(List<RandomFeatureEntry> features, Supplier<ConfiguredFeature<?,?>> defaultFeature)RandomFeatureConfig(List<RandomFeatureEntry> features, ConfiguredFeature<?,?> defaultFeature)