Skip to content

Commit e6e230d

Browse files
Add access to Paginated Menus
1 parent 259beca commit e6e230d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/me/flame/menus/menu/Menus.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public static void installMenus(Plugin plugin) {
2626
return new SimpleBuilder();
2727
}
2828

29+
@Contract(value = " -> new", pure = true)
30+
public static @NotNull PaginatedBuilder paginated() {
31+
return new PaginatedBuilder();
32+
}
33+
2934
/**
3035
* Get the Menu Factory to use instead of making Menus using Builders.
3136
* <p>

0 commit comments

Comments
 (0)