Package fr.fuzeblocks.homeplugin.home
Class LocalHomeStore
java.lang.Object
fr.fuzeblocks.homeplugin.home.LocalHomeStore
- All Implemented Interfaces:
- HomeRequestStore
The type Local home store.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd home.voidClear all homes.voidclearHomes(UUID playerId) Clear homes.Gets homes.voidremoveHome(UUID playerId, String homeName) Remove home.
- 
Constructor Details- 
LocalHomeStorepublic LocalHomeStore()
 
- 
- 
Method Details- 
addHomeDescription copied from interface:HomeRequestStoreAdd home.- Specified by:
- addHomein interface- HomeRequestStore
- Parameters:
- playerId- the player id
- homeName- the home name
- location- the location
 
- 
removeHomeDescription copied from interface:HomeRequestStoreRemove home.- Specified by:
- removeHomein interface- HomeRequestStore
- Parameters:
- playerId- the player id
- homeName- the home name
 
- 
getHomesDescription copied from interface:HomeRequestStoreGets homes.- Specified by:
- getHomesin interface- HomeRequestStore
- Parameters:
- playerId- the player id
- Returns:
- the homes
 
- 
clearHomesDescription copied from interface:HomeRequestStoreClear homes.- Specified by:
- clearHomesin interface- HomeRequestStore
- Parameters:
- playerId- the player id
 
- 
clearAllHomespublic void clearAllHomes()Description copied from interface:HomeRequestStoreClear all homes.- Specified by:
- clearAllHomesin interface- HomeRequestStore
 
 
-