Class ItemEditProvider
java.lang.Object
io.github.projectunified.uniitem.itemedit.ItemEditProvider
- All Implemented Interfaces:
ItemProvider
,SimpleItemProvider
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.projectunified.uniitem.api.ItemProvider
isSimilar, tryItem
Methods inherited from interface io.github.projectunified.uniitem.api.SimpleItemProvider
isValidKey, item, item, key
-
Constructor Details
-
ItemEditProvider
public ItemEditProvider()
-
-
Method Details
-
isAvailable
public static boolean isAvailable() -
type
- Specified by:
type
in interfaceSimpleItemProvider
-
id
- Specified by:
id
in interfaceSimpleItemProvider
-
item
- Specified by:
item
in interfaceSimpleItemProvider
-
item
@Nullable public @Nullable org.bukkit.inventory.ItemStack item(@NotNull @NotNull String id, @NotNull @NotNull org.bukkit.entity.Player player) - Specified by:
item
in interfaceSimpleItemProvider
-