geforkt von Mirrors/Paper
Deprecate chunk rainfall as it is not a current phenomenon
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren