Interface Interactable

All Known Implementing Classes:
SkyBlockMenu

public interface Interactable
  • Method Details

    • onRightInteract

      default void onRightInteract(SkyBlockPlayer player, SkyBlockItem item)
    • onLeftInteract

      default void onLeftInteract(SkyBlockPlayer player, SkyBlockItem item)
    • onInventoryInteract

      default boolean onInventoryInteract(SkyBlockPlayer player, SkyBlockItem item)
      Parameters:
      player - The player who interacted with the item
      item - The item that was interacted with
      Returns:
      Whether or not to cancel the event