Interface PlayerGUI<P>
- Type Parameters:
P- The type of the Player
- All Known Implementing Classes:
TextInputGUI
public interface PlayerGUI<P>
Can be used to mark a GUI as a player-specific-GUI
-
Method Summary
-
Method Details
-
getPlayer
P getPlayer()- Returns:
- The player
-