Package me.sparky983.vision.paper
Interface PaperVision
@NullMarked
public interface PaperVision
The Paper
Gui manager.- Since:
- 0.1
-
Method Summary
-
Method Details
-
create
Creates a new PaperGuimanager.- Parameters:
plugin- the plugin- Returns:
- the newly created Paper
Guimanager - Throws:
NullPointerException- if the plugin isnull.- Since:
- 0.1
- API Note:
- This method is pure since
Listenerregistration is done lazily.
-
open
Opens the specifiedGuifor the specified player.- Parameters:
player- the playergui- theGui- Throws:
NullPointerException- if the player or the GUI isnull.- Since:
- 0.1
-