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