Interface IntelligentItemError


public interface IntelligentItemError
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    cantClick(org.bukkit.entity.Player player, IntelligentItem item)
     
    default void
    cantSee(org.bukkit.entity.Player player, IntelligentItem item)
     
  • Method Details

    • cantClick

      default void cantClick(org.bukkit.entity.Player player, IntelligentItem item)
      Parameters:
      player - The player
      item - The item This interface method is called when the player is unable to click on an item.
    • cantSee

      default void cantSee(org.bukkit.entity.Player player, IntelligentItem item)
      Parameters:
      player - The player
      item - The item This interface method is called when the player cannot see the item.