All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.papermc.lib.features.bedspawnlocation.BedSpawnLocation Maven / Gradle / Ivy

The newest version!
package io.papermc.lib.features.bedspawnlocation;

import org.bukkit.Location;
import org.bukkit.entity.Player;

import java.util.concurrent.CompletableFuture;

public interface BedSpawnLocation {
    CompletableFuture getBedSpawnLocationAsync(Player player, boolean isUrgent);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy