mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Minor doc rewrite
This commit is contained in:
parent
665f5251bf
commit
764156b267
@ -25,9 +25,9 @@ import java.util.UUID;
|
||||
public interface OfflinePlotPlayer extends PermissionHolder {
|
||||
|
||||
/**
|
||||
* Gets the {@code UUID} of this player
|
||||
* Returns the UUID of the player.
|
||||
*
|
||||
* @return the player {@link UUID}
|
||||
* @return the UUID of the player
|
||||
*/
|
||||
UUID getUUID();
|
||||
|
||||
@ -39,9 +39,9 @@ public interface OfflinePlotPlayer extends PermissionHolder {
|
||||
long getLastPlayed();
|
||||
|
||||
/**
|
||||
* Gets the name of this player.
|
||||
* Returns the name of the player.
|
||||
*
|
||||
* @return the player name
|
||||
* @return the name of the player
|
||||
*/
|
||||
String getName();
|
||||
|
||||
|
@ -273,8 +273,9 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
|
||||
return this.meta == null ? null : this.meta.remove(key);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* This player's name.
|
||||
* Returns the name of the player.
|
||||
*
|
||||
* @return the name of the player
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user