Interface SelectableEntry

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

public interface SelectableEntry
  • Method Details

    • mouseOverIcon

      default boolean mouseOverIcon(int pX, int pY, int pSize)
    • mouseOverLeftHalf

      default boolean mouseOverLeftHalf(int pX, int pY, int pSize)
    • mouseOverRightHalf

      default boolean mouseOverRightHalf(int pX, int pY, int pSize)
    • mouseOverTopRightQuarter

      default boolean mouseOverTopRightQuarter(int pX, int pY, int pSize)
    • mouseOverBottomRightQuarter

      default boolean mouseOverBottomRightQuarter(int pX, int pY, int pSize)
    • mouseOverTopLeftQuarter

      default boolean mouseOverTopLeftQuarter(int pX, int pY, int pSize)
    • mouseOverBottomLeftQuarter

      default boolean mouseOverBottomLeftQuarter(int pX, int pY, int pSize)