Reformatted code with new code style

This commit is contained in:
Tim Visée
2015-11-23 21:46:34 +01:00
parent b2db25d16c
commit 36c50c4507
92 changed files with 2458 additions and 2080 deletions
@@ -87,6 +87,7 @@ public class OtherAccounts extends CustomConfiguration {
* Method getAllPlayersByUUID.
*
* @param uuid UUID
*
* @return List<String>
*/
public List<String> getAllPlayersByUUID(UUID uuid) {
@@ -338,6 +338,7 @@ public final class Settings extends YamlConfiguration {
*
* @param name String
* @param ip String
*
* @return boolean
*/
public static boolean getRestrictedIp(String name, String ip) {
@@ -377,6 +378,7 @@ public final class Settings extends YamlConfiguration {
* Method checkLang.
*
* @param lang String
*
* @return String
*/
public static String checkLang(String lang) {
@@ -442,6 +444,7 @@ public final class Settings extends YamlConfiguration {
* Method isEmailCorrect.
*
* @param email String
*
* @return boolean
*/
public static boolean isEmailCorrect(String email) {
@@ -58,6 +58,7 @@ public class Spawn extends CustomConfiguration {
* Method setSpawn.
*
* @param location Location
*
* @return boolean
*/
public boolean setSpawn(Location location) {
@@ -79,6 +80,7 @@ public class Spawn extends CustomConfiguration {
* Method setFirstSpawn.
*
* @param location Location
*
* @return boolean
*/
public boolean setFirstSpawn(Location location) {