Package io.typst.bukkit.view.page
Class PageViewLayout
java.lang.Object
io.typst.bukkit.view.page.PageViewLayout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PageViewLayoutofDefault(String title, int row, org.bukkit.Material buttonMaterial, List<Function<PageContext, ViewControl>> elements) toView(int page)
-
Constructor Details
-
PageViewLayout
public PageViewLayout()
-
-
Method Details
-
ofDefault
public static PageViewLayout ofDefault(String title, int row, org.bukkit.Material buttonMaterial, List<Function<PageContext, ViewControl>> elements) -
toView
-