standard javadoc
This commit is contained in:
@@ -50,8 +50,8 @@ public class API {
|
||||
|
||||
/**
|
||||
* Method getPlugin.
|
||||
* @return AuthMe
|
||||
*/
|
||||
|
||||
* @return AuthMe */
|
||||
@Deprecated
|
||||
public AuthMe getPlugin() {
|
||||
return instance;
|
||||
@@ -100,8 +100,8 @@ public class API {
|
||||
/**
|
||||
* Method getLastLocation.
|
||||
* @param player Player
|
||||
* @return Location
|
||||
*/
|
||||
|
||||
* @return Location */
|
||||
@Deprecated
|
||||
public static Location getLastLocation(Player player) {
|
||||
try {
|
||||
|
||||
@@ -58,8 +58,8 @@ public class NewAPI {
|
||||
|
||||
/**
|
||||
* Method getPlugin.
|
||||
* @return AuthMe
|
||||
*/
|
||||
|
||||
* @return AuthMe */
|
||||
public AuthMe getPlugin() {
|
||||
return plugin;
|
||||
}
|
||||
@@ -94,8 +94,8 @@ public class NewAPI {
|
||||
/**
|
||||
* Method getLastLocation.
|
||||
* @param player Player
|
||||
* @return Location
|
||||
*/
|
||||
|
||||
* @return Location */
|
||||
public Location getLastLocation(Player player) {
|
||||
try {
|
||||
PlayerAuth auth = PlayerCache.getInstance().getAuth(player.getName().toLowerCase());
|
||||
|
||||
Reference in New Issue
Block a user