mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
import ItemType
This commit is contained in:
parent
27e282b25f
commit
9cedb6644c
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
package org.bukkit.inventory.meta;
|
||||
|
||||
import java.util.List;
|
||||
import org.bukkit.inventory.ItemType;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
/**
|
||||
* Represents a book ({@link org.bukkit.inventory.ItemType#WRITABLE_BOOK} or {@link
|
||||
* org.bukkit.inventory.ItemType#WRITTEN_BOOK}) that can have a title, an author, and pages.
|
||||
* Represents a book ({@link ItemType#WRITABLE_BOOK} or {@link
|
||||
* ItemType#WRITTEN_BOOK}) that can have a title, an author, and pages.
|
||||
*/
|
||||
public interface BookMeta extends ItemMeta {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue