Fixed javadoc
This commit is contained in:
@@ -25,6 +25,7 @@ public final class PageChanger implements GUIComponent {
|
|||||||
/**
|
/**
|
||||||
* Create a new page change slot.
|
* Create a new page change slot.
|
||||||
*
|
*
|
||||||
|
* @param itemStack The ItemStack.
|
||||||
* @param direction The direction.
|
* @param direction The direction.
|
||||||
*/
|
*/
|
||||||
public PageChanger(@NotNull final ItemStack itemStack,
|
public PageChanger(@NotNull final ItemStack itemStack,
|
||||||
@@ -58,10 +59,11 @@ public final class PageChanger implements GUIComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @Nullable Slot getSlotAt(final int row,
|
public @Nullable
|
||||||
final int column,
|
Slot getSlotAt(final int row,
|
||||||
@NotNull final Player player,
|
final int column,
|
||||||
@NotNull final Menu menu) {
|
@NotNull final Player player,
|
||||||
|
@NotNull final Menu menu) {
|
||||||
int page = Page.getPage(player, menu);
|
int page = Page.getPage(player, menu);
|
||||||
int maxPage = Page.getMaxPage(player, menu);
|
int maxPage = Page.getMaxPage(player, menu);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user