Class CustomFishingProvider
java.lang.Object
io.github.projectunified.uniitem.customfishing.CustomFishingProvider
- 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, waitMethods inherited from interface io.github.projectunified.uniitem.api.ItemProvider
isSimilar, tryItemMethods inherited from interface io.github.projectunified.uniitem.api.SimpleItemProvider
isValidKey, item, item, key
-
Constructor Details
-
CustomFishingProvider
public CustomFishingProvider()
-
-
Method Details
-
isAvailable
public static boolean isAvailable() -
type
- Specified by:
typein interfaceSimpleItemProvider
-
id
- Specified by:
idin interfaceSimpleItemProvider
-
item
- Specified by:
itemin interfaceSimpleItemProvider
-
item
@Nullable public @Nullable org.bukkit.inventory.ItemStack item(@NotNull @NotNull String id, @NotNull @NotNull org.bukkit.entity.Player player) - Specified by:
itemin interfaceSimpleItemProvider
-