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