Uses of Class
net.minecraft.world.gen.feature.BlockClusterFeatureConfig.Builder
-
Packages that use BlockClusterFeatureConfig.Builder Package Description net.minecraft.world.gen.feature -
-
Uses of BlockClusterFeatureConfig.Builder in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return BlockClusterFeatureConfig.Builder Modifier and Type Method Description BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. blacklist(java.util.Set<BlockState> p_227319_1_)
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. canReplace()
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. needWater()
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. noProjection()
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. tries(int p_227315_1_)
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. whitelist(java.util.Set<Block> p_227316_1_)
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. xspread(int p_227318_1_)
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. yspread(int p_227321_1_)
BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. zspread(int p_227323_1_)
-