![JAR search and dependency download from the Maven repository](/logo.png)
de.placeblock.betterinventories.gui.PlayerGUI Maven / Gradle / Ivy
package de.placeblock.betterinventories.gui;
/**
* Can be used to mark a GUI as a player-specific-GUI
* @param The type of the Player
*/
@SuppressWarnings("unused")
public interface PlayerGUI
{
/**
* @return The player
*/
P getPlayer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy