Uses of Class
net.minecraft.world.gen.feature.RandomFeatureEntry
Packages that use RandomFeatureEntry
-
Uses of RandomFeatureEntry in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RandomFeatureEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomFeatureEntry>
RandomFeatureEntry.CODEC
final List<RandomFeatureEntry>
RandomFeatureConfig.features
Methods in net.minecraft.world.gen.feature that return RandomFeatureEntryConstructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureEntryModifierConstructorDescriptionprivate
RandomFeatureConfig
(List<RandomFeatureEntry> features, Supplier<ConfiguredFeature<?, ?>> defaultFeature) RandomFeatureConfig
(List<RandomFeatureEntry> features, ConfiguredFeature<?, ?> defaultFeature)