Interface BedSpawnLocation

All Known Implementing Classes:
BedSpawnLocationPaper, BedSpawnLocationSync

public interface BedSpawnLocation
  • Method Summary

    Modifier and Type
    Method
    Description
    CompletableFuture<org.bukkit.Location>
    getBedSpawnLocationAsync(org.bukkit.entity.Player player, boolean isUrgent)
     
  • Method Details

    • getBedSpawnLocationAsync

      CompletableFuture<org.bukkit.Location> getBedSpawnLocationAsync(org.bukkit.entity.Player player, boolean isUrgent)