mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:21:37 +01:00
Deprecate chunk rainfall as it is not a current phenomenon
By: md_5 <git@md-5.net>
This commit is contained in:
parent
2a2b2324e0
commit
71aa29ba1b
@ -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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user