Add since annotations

This commit is contained in:
dordsor21 2022-11-14 18:13:58 +00:00
parent fa53b9c3fe
commit aed8aae591
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
1 changed files with 2 additions and 0 deletions

View File

@ -933,6 +933,7 @@ public abstract class PlotArea {
*
* @param includeExtra If the extra border given by world.extra-border should be included
* @return Border distance of Integer.MAX_VALUE if no border is set
* @since TODO
*/
public int getBorder(boolean includeExtra) {
final Integer meta = (Integer) getMeta("worldBorder");
@ -1210,6 +1211,7 @@ public abstract class PlotArea {
* Get the "extra border" size of the plot area.
*
* @return Plot area extra border size
* @since TODO
*/
public int getExtaBorder() {
return extraBorder;