Class CustomBlockPopulator
java.lang.Object
org.bukkit.generator.BlockPopulator
com.github.imdabigboss.easydatapack.api.dimentions.CustomBlockPopulator
public class CustomBlockPopulator
extends org.bukkit.generator.BlockPopulator
A custom block populator.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomBlockPopulator(CustomChunkPopulator[] chunkPopulators)Creates a new custom block populator. -
Method Summary
Methods inherited from class org.bukkit.generator.BlockPopulator
populate
-
Constructor Details
-
CustomBlockPopulator
Creates a new custom block populator.- Parameters:
chunkPopulators- the chunk populators used to generate the world
-
-
Method Details
-
populate
public void populate(@NonNull org.bukkit.generator.WorldInfo worldInfo, @NonNull Random random, int chunkX, int chunkZ, @NonNull org.bukkit.generator.LimitedRegion limitedRegion)- Overrides:
populatein classorg.bukkit.generator.BlockPopulator
-