Interface SpawnRequestStore

All Known Implementing Classes:
LocalSpawnStore, RedisSpawnStore

public interface SpawnRequestStore
The interface Spawn request store.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear spawn.
    org.bukkit.Location
    Gets spawn.
    void
    setSpawn(org.bukkit.Location location)
    Sets spawn.
  • 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.