mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 23:22:10 -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 z Z-coordinate
|
||||
* @return rainfall at given coordinate
|
||||
* @deprecated this is not a chunk property in current Minecraft versions
|
||||
*/
|
||||
@Deprecated
|
||||
double getRawBiomeRainfall(int x, int z);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user