mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-04 14:03:24 +01:00
Fix javadoc
This commit is contained in:
parent
d7b0f34695
commit
d7d6cc1986
@ -126,9 +126,9 @@ public interface Backpack extends InventoryHolder
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if this backpack is a multi page backpack page.
|
||||
* Checks if this backpack is a multi-page backpack page.
|
||||
*
|
||||
* @return true if this backpack is a multi page backpack page.
|
||||
* @return true if this backpack is a multi-page backpack page.
|
||||
*/
|
||||
default boolean isBackpackPage()
|
||||
{
|
||||
@ -138,7 +138,7 @@ default boolean isBackpackPage()
|
||||
/**
|
||||
* Gets the {@link BackpackMultiPage} that owns this backpack page.
|
||||
*
|
||||
* @return null if not owned by a multi page backpack.
|
||||
* @return null if not owned by a multi-page backpack.
|
||||
*/
|
||||
@Nullable BackpackMultiPage getMultiPageOwner();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user