Package fr.fuzeblocks.homeplugin.spawn
Class LocalSpawnStore
java.lang.Object
fr.fuzeblocks.homeplugin.spawn.LocalSpawnStore
- All Implemented Interfaces:
SpawnRequestStore
The type Local spawn store.
-
Constructor Details
-
LocalSpawnStore
public LocalSpawnStore()
-
-
Method Details
-
getSpawn
public org.bukkit.Location getSpawn()Description copied from interface:SpawnRequestStoreGets spawn.- Specified by:
getSpawnin interfaceSpawnRequestStore- Returns:
- the spawn
-
setSpawn
public void setSpawn(org.bukkit.Location location) Description copied from interface:SpawnRequestStoreSets spawn.- Specified by:
setSpawnin interfaceSpawnRequestStore- Parameters:
location- the location
-
clearSpawn
public void clearSpawn()Description copied from interface:SpawnRequestStoreClear spawn.- Specified by:
clearSpawnin interfaceSpawnRequestStore
-