Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public interface MerchantInventoryViewBuilder<V extends InventoryView> extends I
*
* @param merchant the merchant
* @return this builder
* @see Server#createMerchant()
*/
MerchantInventoryViewBuilder<V> merchant(final Merchant merchant);

Expand All @@ -34,7 +35,7 @@ public interface MerchantInventoryViewBuilder<V extends InventoryView> extends I
* the location.
* <p>
* Given checkReachable is provided and a virtual merchant is provided to
* the builder from {@link Server#createMerchant(net.kyori.adventure.text.Component)} this method will
* the builder from {@link Server#createMerchant()} this method will
* have no effect on the actual menu status.
*
* @param checkReachable whether or not to check if the view is "reachable"
Expand Down
Loading