Class ActiveItem
java.lang.Object
ru.cwcode.cwutils.items.activeItem.ActiveItem
-
Constructor Summary
ConstructorsConstructorDescriptionActiveItem(Predicate<org.bukkit.inventory.ItemStack> predicate, HashMap<ItemAction, Consumer<ItemActionEvent>> functions, org.bukkit.plugin.java.JavaPlugin plugin) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.plugin.java.JavaPluginbooleanisBinded(ItemAction action) voidperform(ItemActionEvent event)
-
Constructor Details
-
ActiveItem
public ActiveItem(Predicate<org.bukkit.inventory.ItemStack> predicate, HashMap<ItemAction, Consumer<ItemActionEvent>> functions, org.bukkit.plugin.java.JavaPlugin plugin)
-
-
Method Details
-
getPlugin
public org.bukkit.plugin.java.JavaPlugin getPlugin() -
perform
-
isBinded
-