Interface OfflineHome
- All Known Implementing Classes:
HomeOfflineManager, HomeOfflineSQLManager, HomeOfflineYMLManager
public interface OfflineHome
The interface OfflineHome.
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteHome(UUID uuid, String homeName) Delete home boolean.booleanExist boolean.Gets cache manager.org.bukkit.LocationgetHomeLocation(UUID uuid, String homeName) Gets home location.intgetHomeNumber(UUID uuid) Gets home number.List<org.bukkit.Location> getHomesLocation(UUID uuid) Gets homes location.getHomesName(UUID uuid) Gets homes name.default booleanisYAML()Is yaml boolean.booleanrelocateHome(UUID uuid, String homeName, org.bukkit.Location newLocation) Relocate home boolean.booleanrenameHome(UUID uuid, String oldHomeName, String newHomeName) Rename home boolean.booleanSets home.
-
Method Details
-
setHome
-
renameHome
-
relocateHome
-
getHomesLocation
-
getHomeNumber
Gets home number.- Parameters:
uuid- the UUID of the player- Returns:
- the home number
-
getHomesName
-
getCacheManager
-
getHomeLocation
-
deleteHome
-
exist
-
isYAML
default boolean isYAML()Is yaml boolean.- Returns:
- the boolean
-