Uses of Class
net.minecraft.world.gen.feature.SingleRandomFeature
-
Packages that use SingleRandomFeature Package Description net.minecraft.world.gen.feature -
-
Uses of SingleRandomFeature in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SingleRandomFeature Modifier and Type Field Description static com.mojang.serialization.Codec<SingleRandomFeature>
SingleRandomFeature. CODEC
static Feature<SingleRandomFeature>
Feature. SIMPLE_RANDOM_SELECTOR
Methods in net.minecraft.world.gen.feature with parameters of type SingleRandomFeature Modifier and Type Method Description boolean
SingleRandomFeatureConfig. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, SingleRandomFeature p_241855_5_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SingleRandomFeature Constructor Description SingleRandomFeatureConfig(com.mojang.serialization.Codec<SingleRandomFeature> p_i231992_1_)
-