Class HomeOfflineSQLManager
java.lang.Object
fr.fuzeblocks.homeplugin.home.offline.sql.HomeOfflineSQLManager
- All Implemented Interfaces:
OfflineHome
The type Home offline sql manager.
-
Constructor Summary
Constructors -
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.booleanrelocateHome(UUID uuid, String homeName, org.bukkit.Location newLocation) Relocate home boolean.booleanrenameHome(UUID uuid, String oldHomeName, String newHomeName) Rename home boolean.booleanSets home.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.fuzeblocks.homeplugin.home.offline.OfflineHome
isYAML
-
Constructor Details
-
HomeOfflineSQLManager
public HomeOfflineSQLManager()
-
-
Method Details
-
setHome
Description copied from interface:OfflineHomeSets home.- Specified by:
setHomein interfaceOfflineHome- Parameters:
uuid- the UUID of the playername- the namelocation- the location- Returns:
- the home
-
renameHome
Description copied from interface:OfflineHomeRename home boolean.- Specified by:
renameHomein interfaceOfflineHome- Parameters:
uuid- the UUID of the playeroldHomeName- the old home namenewHomeName- the new home name- Returns:
- the boolean
-
relocateHome
Description copied from interface:OfflineHomeRelocate home boolean.- Specified by:
relocateHomein interfaceOfflineHome- Parameters:
uuid- the UUID of the playerhomeName- the home namenewLocation- the new location- Returns:
- the boolean
-
getHomesLocation
Description copied from interface:OfflineHomeGets homes location.- Specified by:
getHomesLocationin interfaceOfflineHome- Parameters:
uuid- the UUID of the player- Returns:
- the homes location
-
getHomeNumber
Description copied from interface:OfflineHomeGets home number.- Specified by:
getHomeNumberin interfaceOfflineHome- Parameters:
uuid- the UUID of the player- Returns:
- the home number
-
getHomesName
Description copied from interface:OfflineHomeGets homes name.- Specified by:
getHomesNamein interfaceOfflineHome- Parameters:
uuid- the UUID of the player- Returns:
- the homes name
-
getCacheManager
Description copied from interface:OfflineHomeGets cache manager.- Specified by:
getCacheManagerin interfaceOfflineHome- Returns:
- the cache manager
-
getHomeLocation
Description copied from interface:OfflineHomeGets home location.- Specified by:
getHomeLocationin interfaceOfflineHome- Parameters:
uuid- the UUID of the playerhomeName- the home name- Returns:
- the home location
-
deleteHome
Description copied from interface:OfflineHomeDelete home boolean.- Specified by:
deleteHomein interfaceOfflineHome- Parameters:
uuid- the UUID of the playerhomeName- the home name- Returns:
- the boolean
-
exist
Description copied from interface:OfflineHomeExist boolean.- Specified by:
existin interfaceOfflineHome- Parameters:
uuid- the UUID of the playerhomeName- the home name- Returns:
- the boolean
-