Package fr.fuzeblocks.homeplugin.spawn
Interface SpawnRequestStore
- All Known Implementing Classes:
- LocalSpawnStore,- RedisSpawnStore
public interface SpawnRequestStore
The interface Spawn request store.
- 
Method Details- 
getSpawnorg.bukkit.Location getSpawn()Gets spawn.- Returns:
- the spawn
 
- 
setSpawnvoid setSpawn(org.bukkit.Location location) Sets spawn.- Parameters:
- location- the location
 
- 
clearSpawnvoid clearSpawn()Clear spawn.
 
-