Interface SelectableEntry
- All Known Implementing Classes:
ServerSelectionList.OnlineServerEntry,TransferableSelectionList.PackEntry,WorldSelectionList.WorldListEntry
public interface SelectableEntry
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanmouseOverBottomLeftQuarter(int x, int y, int size) default booleanmouseOverBottomRightQuarter(int x, int y, int size) default booleanmouseOverIcon(int x, int y, int size) default booleanmouseOverLeftHalf(int x, int y, int size) default booleanmouseOverRightHalf(int x, int y, int size) default booleanmouseOverTopLeftQuarter(int x, int y, int size) default booleanmouseOverTopRightQuarter(int x, int y, int size)
-
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)
-