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. CODEC
List<RandomFeatureEntry>
RandomFeatureConfig. features
Methods in net.minecraft.world.gen.feature that return RandomFeatureEntry Modifier and Type Method Description RandomFeatureEntry
ConfiguredFeature. 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)