Expose vanilla BiomeProvider from WorldInfo
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user