Package de.kentoj.scrow.bukkit.friends
Interface FriendshipService
public interface FriendshipService
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<@NotNull Boolean> deleteFriendship(UUID uuid1, UUID uuid2) reactor.core.publisher.Mono<@NotNull Friendship> getFriendship(UUID uuid1, UUID uuid2) reactor.core.publisher.Flux<@NotNull Friendship> getFriendships(UUID playerId) reactor.core.publisher.Mono<@NotNull Boolean> saveFriendship(Friendship playerIds)
-
Method Details
-
getFriendship
-
getFriendships
-
saveFriendship
-
deleteFriendship
- Returns:
- True if friendship deleted, false if none found
-