Class BedSpawnLocationSync
- java.lang.Object
-
- io.papermc.lib.features.bedspawnlocation.BedSpawnLocationSync
-
- All Implemented Interfaces:
BedSpawnLocation
public class BedSpawnLocationSync extends java.lang.Object implements BedSpawnLocation
-
-
Constructor Summary
Constructors Constructor Description BedSpawnLocationSync()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<org.bukkit.Location>getBedSpawnLocationAsync(org.bukkit.entity.Player player, boolean isUrgent)
-
-
-
Method Detail
-
getBedSpawnLocationAsync
public java.util.concurrent.CompletableFuture<org.bukkit.Location> getBedSpawnLocationAsync(org.bukkit.entity.Player player, boolean isUrgent)- Specified by:
getBedSpawnLocationAsyncin interfaceBedSpawnLocation
-
-