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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue