All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.placeblock.betterinventories.gui.PlayerGUI Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy