geforkt von Mirrors/Paper
SPIGOT-3037: WorldBorder#isInside(Location)
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
86a1bf165c
Commit
8abb2aa9e9
@ -106,4 +106,12 @@ public interface WorldBorder {
|
|||||||
* @param distance The distance in blocks. (The default is 5 blocks.)
|
* @param distance The distance in blocks. (The default is 5 blocks.)
|
||||||
*/
|
*/
|
||||||
public void setWarningDistance(int distance);
|
public void setWarningDistance(int distance);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if the specified location is inside this border.
|
||||||
|
*
|
||||||
|
* @param location the location to check
|
||||||
|
* @return if this location is inside the border or not
|
||||||
|
*/
|
||||||
|
public boolean isInside(Location location);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren