Update IWarps.java (#2017) @FlashLight34

Maybe the compilation fails because that :P
This commit is contained in:
FlashLight34 2018-05-27 02:33:37 -04:00 committed by md678685
parent 7298393ec9
commit 967bb44d94

View File

@ -54,6 +54,25 @@ public interface IWarps extends IConf {
*/
void setWarp(String name, Location loc) throws Exception;
/**
* Set a warp
*
* @param user - User of warp
* @param name - Name of warp
* @param loc - Location of warp
*
* @throws Exception
*/
void setWarp(User user, String name, Location loc) throws Exception;
/**
* Gets Lastowner UUID
*
* @param name - Name of warp
*
* @throws WarpNotFoundException
*/
UUID getLastOwner(String warp) throws WarpNotFoundException;
/**
* Check to see if the file is empty
*