Reformat.

This commit is contained in:
drtshock
2015-04-27 12:03:11 -05:00
parent d690786803
commit f97ba1e694
12 changed files with 73 additions and 55 deletions
@@ -4,8 +4,7 @@ import com.turt2live.uuid.ServiceProvider;
import org.bukkit.command.CommandSender;
/**
* Represents a simple converter for converting another plugin's content
* to PlayerVaults.
* Represents a simple converter for converting another plugin's content to PlayerVaults.
*
* @author turt2live
*/
@@ -17,14 +16,13 @@ public interface Converter {
* @param initiator the initiator of the conversion. May be null
* @param uuidProvider the UUID provider to use, cannot be null
*
* @return the number of vaults converted. Returns 0 on none converted
* or -1 if no vaults were converted.
* @return the number of vaults converted. Returns 0 on none converted or -1 if no vaults were converted.
*/
public int run(CommandSender initiator, ServiceProvider uuidProvider);
/**
* Determines if this converter is applicable for converting to PlayerVaults.
* This may check for the existance of a plugin, plugin folder, or otherwise.
* Determines if this converter is applicable for converting to PlayerVaults. This may check for the existance of a
* plugin, plugin folder, or otherwise.
*
* @return true if this converter can convert, false otherwise
*/