mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Deprecate chunk rainfall as it is not a current phenomenon
This commit is contained in:
parent
baf4ff4d97
commit
9bddba5df7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue