Package | Description |
---|---|
me.block2block.hubparkour.api |
Modifier and Type | Method and Description |
---|---|
static GUI |
HubParkourAPI.getGUI(org.bukkit.entity.Player player)
Retrieves the GUI instance associated with the provided player.
|
abstract GUI |
BackendAPI.getGUI(org.bukkit.entity.Player player)
Retrieves a GUI instance associated with the provided player.
|
Modifier and Type | Method and Description |
---|---|
static void |
HubParkourAPI.openGUI(org.bukkit.entity.Player player,
GUI gui)
Opens the specified GUI for the given player.
|
abstract void |
BackendAPI.openGUI(org.bukkit.entity.Player player,
GUI gui)
Opens a specified GUI for the given player.
|
Copyright © 2025. All rights reserved.