Interface SelectableEntry

All Known Implementing Classes:
ServerSelectionList.OnlineServerEntry, TransferableSelectionList.PackEntry, WorldSelectionList.WorldListEntry

public interface SelectableEntry
  • Method Details

    • mouseOverIcon

      default boolean mouseOverIcon(int x, int y, int size)
    • mouseOverLeftHalf

      default boolean mouseOverLeftHalf(int x, int y, int size)
    • mouseOverRightHalf

      default boolean mouseOverRightHalf(int x, int y, int size)
    • mouseOverTopRightQuarter

      default boolean mouseOverTopRightQuarter(int x, int y, int size)
    • mouseOverBottomRightQuarter

      default boolean mouseOverBottomRightQuarter(int x, int y, int size)
    • mouseOverTopLeftQuarter

      default boolean mouseOverTopLeftQuarter(int x, int y, int size)
    • mouseOverBottomLeftQuarter

      default boolean mouseOverBottomLeftQuarter(int x, int y, int size)