mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 20:25:16 +01:00
Removed chevron from javadoc
This commit is contained in:
parent
63e6a88eb1
commit
6361bb9a4e
@ -931,7 +931,7 @@ public class IslandsManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if an online player is in the protected area of an island he owns or he is part of. i.e. rank is > VISITOR_RANK
|
||||
* Checks if an online player is in the protected area of an island he owns or he is part of. i.e. rank is greater than VISITOR_RANK
|
||||
*
|
||||
* @param world the World to check. Typically this is the user's world. Does not check nether or end worlds. If null the method will always return {@code false}.
|
||||
* @param user the User to check, if null or if this is not a Player the method will always return {@code false}.
|
||||
|
@ -273,7 +273,7 @@ public class PlayersManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the player's name and updates the name>UUID database
|
||||
* Sets the player's name and updates the name to UUID database
|
||||
* @param user - the User
|
||||
*/
|
||||
public void setPlayerName(@NonNull User user) {
|
||||
|
Loading…
Reference in New Issue
Block a user