This commit is contained in:
NotMyFault
2021-08-17 16:38:24 +02:00
parent 33a79595af
commit bfe2dda5b1
5 changed files with 39 additions and 40 deletions

View File

@ -532,7 +532,7 @@ public class Plot {
/**
* Efficiently get the players currently inside this plot<br>
* - Will return an empty list if no players are in the plot<br>
* - Remember, you can cast a PlotPlayer to it's respective implementation (BukkitPlayer, SpongePlayer) to obtain the player object
* - Remember, you can cast a PlotPlayer to its respective implementation (BukkitPlayer, SpongePlayer) to obtain the player object
*
* @return list of PlotPlayer(s) or an empty list
*/