mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-24 15:59:25 +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
|
* @return Maximum height of the world
|
||||||
*/
|
*/
|
||||||
int getMaxHeight();
|
int getMaxHeight();
|
||||||
|
|
||||||
|
// Paper start
|
||||||
|
/**
|
||||||
|
* Get the vanilla {@link BiomeProvider} for this world.
|
||||||
|
*
|
||||||
|
* @return vanilla biome provider
|
||||||
|
*/
|
||||||
|
@NotNull BiomeProvider vanillaBiomeProvider();
|
||||||
|
// Paper end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue