Interface IntelligentItemError
public interface IntelligentItemError
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcantClick(org.bukkit.entity.Player player, IntelligentItem item) default voidcantSee(org.bukkit.entity.Player player, IntelligentItem item)
-
Method Details
-
cantClick
- Parameters:
player- The playeritem- The item This interface method is called when the player is unable to click on an item.
-
cantSee
- Parameters:
player- The playeritem- The item This interface method is called when the player cannot see the item.
-