Interface ClickableElement<T>
- All Known Implementing Classes:
ChooseMovesetScreen,RelearnerScreen,TutorScreen
public interface ClickableElement<T>
Used for clicking a move in a move list.
-
Method Summary
Modifier and TypeMethodDescriptionvoidelementClicked(List<T> list, int index) Does an action when a element is clicked.
-
Method Details
-
elementClicked
Does an action when a element is clicked.- Parameters:
list- The list that was clicked.index- The index in the list that was clicked.
-