Interface PlayerShopRepository
public interface PlayerShopRepository
-
Method Summary
Modifier and TypeMethodDescriptiondelete(long id) Every shop, for warmingPlayerShopService's in-memory sign/chest lookup caches.findShopsByOwner(UUID owner) save(PlayerShop shop)
-
Method Details
-
save
-
delete
-
findAllShops
CompletableFuture<List<PlayerShop>> findAllShops()Every shop, for warmingPlayerShopService's in-memory sign/chest lookup caches. -
findShopsByOwner
-