mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-09 21:29:11 +01:00
Expose vanilla BiomeProvider from WorldInfo
This commit is contained in:
parent
ee1a4b288c
commit
3d42540191
@ -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…
Reference in New Issue
Block a user