Package fr.fuzeblocks.homeplugin.home
Interface Home
- All Known Implementing Classes:
- HomeManager,- HomeSQLManager,- HomeYMLManager
public interface Home
The interface Home.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanAdd home boolean.booleandeleteHome(org.bukkit.entity.Player player, String homeName) Delete home boolean.booleanExist boolean.Gets cache manager.org.bukkit.LocationgetHomeLocation(org.bukkit.entity.Player player, String homeName) Gets home location.intgetHomeNumber(org.bukkit.entity.Player player) Gets home number.List<org.bukkit.Location>getHomesLocation(org.bukkit.entity.Player player) Gets homes location.getHomesName(org.bukkit.entity.Player player) Gets homes name.booleanisStatus(org.bukkit.entity.Player player) Is status boolean.default booleanisYAML()Is yaml boolean.booleanrelocateHome(org.bukkit.entity.Player player, String homeName, org.bukkit.Location newLocation) Relocate home boolean.booleanrenameHome(org.bukkit.entity.Player player, String oldHomeName, String newHomeName) Rename home boolean.booleanSets home.
- 
Method Details- 
addHomeAdd home boolean.- Parameters:
- player- the player
- name- the name
- Returns:
- the boolean
 
- 
setHomeSets home.- Parameters:
- player- the player
- name- the name
- location- the location
- Returns:
- the home
 
- 
renameHomeRename home boolean.- Parameters:
- player- the player
- oldHomeName- the old home name
- newHomeName- the new home name
- Returns:
- the boolean
 
- 
relocateHomeboolean relocateHome(org.bukkit.entity.Player player, String homeName, org.bukkit.Location newLocation) Relocate home boolean.- Parameters:
- player- the player
- homeName- the home name
- newLocation- the new location
- Returns:
- the boolean
 
- 
getHomesLocationGets homes location.- Parameters:
- player- the player
- Returns:
- the homes location
 
- 
getHomeNumberint getHomeNumber(org.bukkit.entity.Player player) Gets home number.- Parameters:
- player- the player
- Returns:
- the home number
 
- 
getHomesNameGets homes name.- Parameters:
- player- the player
- Returns:
- the homes name
 
- 
getCacheManagerCacheManager getCacheManager()Gets cache manager.- Returns:
- the cache manager
 
- 
getHomeLocationGets home location.- Parameters:
- player- the player
- homeName- the home name
- Returns:
- the home location
 
- 
deleteHomeDelete home boolean.- Parameters:
- player- the player
- homeName- the home name
- Returns:
- the boolean
 
- 
isStatusboolean isStatus(org.bukkit.entity.Player player) Is status boolean.- Parameters:
- player- the player
- Returns:
- the boolean
 
- 
existExist boolean.- Parameters:
- player- the player
- homeName- the home name
- Returns:
- the boolean
 
- 
isYAMLdefault boolean isYAML()Is yaml boolean.- Returns:
- the boolean
 
 
-