mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Expose vanilla BiomeProvider from WorldInfo
This commit is contained in:
parent
ee1a4b288c
commit
3d42540191
1 changed files with 9 additions and 0 deletions
|
@ -57,4 +57,13 @@ public interface WorldInfo {
|
|||
* @return Maximum height of the world
|
||||
*/
|
||||
int getMaxHeight();
|
||||
|
||||
// Paper start
|
||||
/**
|
||||
* Get the vanilla {@link BiomeProvider} for this world.
|
||||
*
|
||||
* @return vanilla biome provider
|
||||
*/
|
||||
@NotNull BiomeProvider vanillaBiomeProvider();
|
||||
// Paper end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue