Ident is better
This commit is contained in:
parent
2e03bde3fe
commit
5ca1488c81
@ -85,7 +85,7 @@ public class PermissionInfo {
|
|||||||
* group/player defines.
|
* group/player defines.
|
||||||
*
|
*
|
||||||
* @param world
|
* @param world
|
||||||
* The name of the world.
|
* The name of the world.
|
||||||
* @return The map of permissions.
|
* @return The map of permissions.
|
||||||
*/
|
*/
|
||||||
public Map<String, Boolean> getWorldPermissions(String world) {
|
public Map<String, Boolean> getWorldPermissions(String world) {
|
||||||
|
@ -42,7 +42,7 @@ public class PermissionsPlugin extends JavaPlugin {
|
|||||||
* Get the group with the given name.
|
* Get the group with the given name.
|
||||||
*
|
*
|
||||||
* @param groupName
|
* @param groupName
|
||||||
* The name of the group.
|
* The name of the group.
|
||||||
* @return A Group if it exists or null otherwise.
|
* @return A Group if it exists or null otherwise.
|
||||||
*/
|
*/
|
||||||
public Group getGroup(String groupName) {
|
public Group getGroup(String groupName) {
|
||||||
@ -56,7 +56,7 @@ public class PermissionsPlugin extends JavaPlugin {
|
|||||||
* Returns a list of groups a player is in.
|
* Returns a list of groups a player is in.
|
||||||
*
|
*
|
||||||
* @param playerName
|
* @param playerName
|
||||||
* The name of the player.
|
* The name of the player.
|
||||||
* @return The groups this player is in. May be empty.
|
* @return The groups this player is in. May be empty.
|
||||||
*/
|
*/
|
||||||
public List<Group> getGroups(String playerName) {
|
public List<Group> getGroups(String playerName) {
|
||||||
@ -75,7 +75,7 @@ public class PermissionsPlugin extends JavaPlugin {
|
|||||||
* Returns permission info on the given player.
|
* Returns permission info on the given player.
|
||||||
*
|
*
|
||||||
* @param playerName
|
* @param playerName
|
||||||
* The name of the player.
|
* The name of the player.
|
||||||
* @return A PermissionsInfo about this player.
|
* @return A PermissionsInfo about this player.
|
||||||
*/
|
*/
|
||||||
public PermissionInfo getPlayerInfo(String playerName) {
|
public PermissionInfo getPlayerInfo(String playerName) {
|
||||||
|
Loading…
Reference in New Issue
Block a user