mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
Deprecate chunk rainfall as it is not a current phenomenon
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -109,7 +109,9 @@ public interface ChunkSnapshot {
|
|||||||
* @param x X-coordinate
|
* @param x X-coordinate
|
||||||
* @param z Z-coordinate
|
* @param z Z-coordinate
|
||||||
* @return rainfall at given coordinate
|
* @return rainfall at given coordinate
|
||||||
|
* @deprecated this is not a chunk property in current Minecraft versions
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
double getRawBiomeRainfall(int x, int z);
|
double getRawBiomeRainfall(int x, int z);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user