mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Add since annotations
This commit is contained in:
parent
fa53b9c3fe
commit
aed8aae591
@ -933,6 +933,7 @@ public abstract class PlotArea {
|
|||||||
*
|
*
|
||||||
* @param includeExtra If the extra border given by world.extra-border should be included
|
* @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
|
* @return Border distance of Integer.MAX_VALUE if no border is set
|
||||||
|
* @since TODO
|
||||||
*/
|
*/
|
||||||
public int getBorder(boolean includeExtra) {
|
public int getBorder(boolean includeExtra) {
|
||||||
final Integer meta = (Integer) getMeta("worldBorder");
|
final Integer meta = (Integer) getMeta("worldBorder");
|
||||||
@ -1210,6 +1211,7 @@ public abstract class PlotArea {
|
|||||||
* Get the "extra border" size of the plot area.
|
* Get the "extra border" size of the plot area.
|
||||||
*
|
*
|
||||||
* @return Plot area extra border size
|
* @return Plot area extra border size
|
||||||
|
* @since TODO
|
||||||
*/
|
*/
|
||||||
public int getExtaBorder() {
|
public int getExtaBorder() {
|
||||||
return extraBorder;
|
return extraBorder;
|
||||||
|
Loading…
Reference in New Issue
Block a user