Index
All Classes and Interfaces|All Packages
G
- getAction() - Method in interface fr.maxlego08.menu.api.utils.OpenLink
-
Returns the action that will be performed on the click
- getActionLoader(String) - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves an optional
ActionLoaderbased on an action key. - getActions() - Method in interface fr.maxlego08.menu.api.button.Button
-
Returns the list of actions performed on click
- getActions() - Method in class fr.maxlego08.menu.api.utils.OpenWithItem
- getAliases() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the aliases for the command.
- getArgument() - Method in interface fr.maxlego08.menu.api.command.CommandArgument
-
Gets the command argument.
- getArguments() - Method in interface fr.maxlego08.menu.api.button.buttons.InventoryButton
-
Provides a list of arguments that may be required for opening the inventory.
- getArguments() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the list of command arguments.
- getBoolean(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a boolean value from the map based on the provided key.
- getBoolean(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a boolean value from the map based on the provided key.
- getBoolean(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getBoolean(String, boolean) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a boolean value from the map based on the provided key.
- getBoolean(String, boolean) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a boolean value from the map based on the provided key.
- getBoolean(String, boolean) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getButton() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoadEvent
- getButton() - Method in interface fr.maxlego08.menu.api.loader.ButtonLoader
-
Gets the class that will be used for the button.
- getButtonLoader() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoadEvent
- getButtonManager() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoaderRegisterEvent
- getButtonManager() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoadEvent
- getButtons() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns a collection of buttons present in the inventory.
- getButtons() - Method in interface fr.maxlego08.menu.api.pattern.Pattern
-
Returns the collection of buttons included in the pattern.
- getButtons(Class<T>) - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns a list of buttons of a specific type.
- getClickRequirements() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the list of requirements made when clicking.
- getCommand() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the primary command name.
- getCommand(Inventory) - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Retrieves the command associated with a specific inventory.
- getCommand(String) - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Retrieves the command associated with a specific name.
- getCommandArguments() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the list of command arguments as strings.
- getCommands() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the list of commands that the player will execute.
- getCommands() - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Returns all registered commands.
- getCommands(Plugin) - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Returns the list of commands associated with a specific plugin.
- getConfiguration() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoadEvent
- getConsoleCommands() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the list of console commands that will be executed.
- getConsoleLeftCommands() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the list of console commands that will be executed if the click is a left-click.
- getConsolePermission() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the permission the player must have to use the console permission commands.
- getConsolePermissionCommands() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the list of console commands that will be executed if the player has the required permission.
- getConsoleRightCommands() - Method in interface fr.maxlego08.menu.api.button.PerformButton
-
Returns the list of console commands that will be executed if the click is a right-click.
- getCurrentPlayerInventory(Player) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Gets the current open inventory of a player.
- getCustomItemStack(Player) - Method in interface fr.maxlego08.menu.api.button.Button
-
Returns the ItemStack that will be used in the inventory with a player in parameter.
- getData() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the action player data.
- getData(String) - Method in interface fr.maxlego08.menu.api.players.PlayerData
-
Get data
- getData(UUID, String) - Method in interface fr.maxlego08.menu.api.players.DataManager
- getDatas() - Method in interface fr.maxlego08.menu.api.players.PlayerData
-
Allows to return list of player
Data. - getDouble(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a double value from the map based on the provided key.
- getDouble(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a double value from the map based on the provided key.
- getDouble(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getDouble(String, double) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a double value from the map based on the provided key.
- getDouble(String, double) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a double value from the map based on the provided key.
- getDouble(String, double) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getElseButton() - Method in interface fr.maxlego08.menu.api.button.PermissibleButton
-
Returns the button that will be used if the permission condition does not pass.
- getExpiredAt() - Method in interface fr.maxlego08.menu.api.players.Data
-
Permet de savoir quand la valeur doit expirer.
- getFakeInventory() - Method in interface fr.maxlego08.menu.api.InventoryManager
- getFastEvents() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Gets the FastEvents.
- getFile() - Method in class fr.maxlego08.menu.api.button.DefaultButtonValue
- getFile() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the file associated with the command.
- getFile() - Method in class fr.maxlego08.menu.api.event.events.InventoryLoadEvent
- getFile() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the configuration file associated with the inventory.
- getFileName() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the name of the file associated with the inventory.
- getFillItemStack() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the item stack used to fill empty slots in the inventory.
- getFloat(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a float value from the map based on the provided key.
- getFloat(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a float value from the map based on the provided key.
- getFloat(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getFloat(String, float) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a float value from the map based on the provided key.
- getFloat(String, float) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a float value from the map based on the provided key.
- getFloat(String, float) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getHandlerList() - Static method in class fr.maxlego08.menu.api.event.MenuEvent
- getHandlers() - Method in class fr.maxlego08.menu.api.event.MenuEvent
- getHover() - Method in interface fr.maxlego08.menu.api.utils.OpenLink
- getInt(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves an integer value from the map based on the provided key.
- getInt(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves an integer value from the map based on the provided key.
- getInt(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getInt(String, int) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves an integer value from the map based on the provided key.
- getInt(String, int) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves an integer value from the map based on the provided key.
- getInt(String, int) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getIntList(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a list of integers from the map based on the provided key.
- getIntList(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a list of integers from the map based on the provided key.
- getIntList(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getIntList(String, List<Integer>) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a list of integers from the map based on the provided key.
- getIntList(String, List<Integer>) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a list of integers from the map based on the provided key.
- getIntList(String, List<Integer>) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getInventories() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns a collection of all loaded inventories.
- getInventories(Plugin) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns a collection of inventories loaded from a specific plugin.
- getInventory() - Method in interface fr.maxlego08.menu.api.button.buttons.InventoryButton
-
Returns the unique identifier of the inventory to be opened when this button is interacted with.
- getInventory() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the name of the inventory to open when the command is executed.
- getInventory() - Method in interface fr.maxlego08.menu.api.command.CommandArgument
-
Gets the name of the inventory to open with the argument.
- getInventory() - Method in class fr.maxlego08.menu.api.event.events.InventoryLoadEvent
- getInventory() - Method in class fr.maxlego08.menu.api.event.events.PlayerOpenInventoryEvent
- getInventory(String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns an optional of
Inventorybased on its name. - getInventory(String, String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns an optional of
Inventorybased on its name and the plugin name. - getInventory(Plugin, String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns an optional of
Inventorybased on its name and the plugin. - getInventoryManager() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoaderRegisterEvent
- getInventorySize() - Method in interface fr.maxlego08.menu.api.pattern.Pattern
-
Gets the size of the inventory associated with the pattern.
- getItemStack() - Method in interface fr.maxlego08.menu.api.button.Button
-
Returns the ItemStack that will be displayed.
- getItemStack() - Method in class fr.maxlego08.menu.api.utils.OpenWithItem
- getItemStackVerification(String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Retrieves an Optional ItemStackSimilar instance based on its name.
- getItemStackVerifications() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns a collection of all registered ItemStackSimilar instances.
- getKey() - Method in interface fr.maxlego08.menu.api.loader.ActionLoader
-
Gets the key that defines the type of action.
- getKey() - Method in interface fr.maxlego08.menu.api.loader.MaterialLoader
-
Returns the key used to load the ItemStack.
- getKey() - Method in interface fr.maxlego08.menu.api.loader.PermissibleLoader
-
Returns the key used to define the type of permissible.
- getKey() - Method in interface fr.maxlego08.menu.api.players.Data
-
The key
- getLink() - Method in interface fr.maxlego08.menu.api.utils.OpenLink
-
Returns the value to be used for the click
- getList(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
- getList(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
- getList(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getLoader(Class<? extends Button>) - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves a
ButtonLoaderbased on the class of the associatedButton. - getLoader(String) - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves a
ButtonLoaderbased on the name of the associatedButton. - getLoaders() - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves a collection of all registered
ButtonLoaders. - getLoaders(Plugin) - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves a collection of
ButtonLoaders associated with a specific plugin. - getLong(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a long value from the map based on the provided key.
- getLong(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a long value from the map based on the provided key.
- getLong(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getLong(String, long) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a long value from the map based on the provided key.
- getLong(String, long) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a long value from the map based on the provided key.
- getLong(String, long) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getMasterParentButton() - Method in interface fr.maxlego08.menu.api.button.PermissibleButton
-
Returns the real parent button.
- getMaterialLoader() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns a list of material loaders.
- getMaterialLoader(String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns a material loader based on a key.
- getMaxPage(Collection<Pattern>, Player, Object...) - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the maximum number of pages for the inventory.
- getMaxPage(Player, Object...) - Method in interface fr.maxlego08.menu.api.Inventory
-
Deprecated.
- getMaxPage(OfflinePlayer) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Obtains the maximum page number set for a given player in a paginated context.
- getMessage() - Method in interface fr.maxlego08.menu.api.utils.OpenLink
-
Returns the message that will be displayed
- getMessages() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the messages that the player will receive by clicking.
- getMeta() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Sets item name and item meta using Spigot or Adventure API.
- getName() - Method in interface fr.maxlego08.menu.api.button.Button
-
Returns the name of the button.
- getName() - Method in interface fr.maxlego08.menu.api.button.ButtonOption
-
Gets the name of the button option.
- getName() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the name of the inventory.
- getName() - Method in interface fr.maxlego08.menu.api.loader.ButtonLoader
-
Gets the name of the button.
- getName() - Method in interface fr.maxlego08.menu.api.pattern.Pattern
-
Retrieves the name of the pattern, which can be used to identify it in inventories.
- getObject(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves an object from the map based on the provided key.
- getObject(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves an object from the map based on the provided key.
- getObject(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getObject(String, Object) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves an object from the map based on the provided key.
- getObject(String, Object) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves an object from the map based on the provided key.
- getObject(String, Object) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getOldInventories() - Method in class fr.maxlego08.menu.api.event.events.PlayerOpenInventoryEvent
- getOpenLink() - Method in interface fr.maxlego08.menu.api.button.Button
-
Allows to open a link in a message.
- getOpenRequirement() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the requirement for opening the inventory.
- getOpenWithItem() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the item that can be used to open the inventory.
- getOption(String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Retrieves an Optional containing the class of the button option with the given name.
- getOptions() - Method in interface fr.maxlego08.menu.api.button.Button
- getOptions() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Retrieves a map of all registered button options grouped by plugin.
- getOrCreate(UUID) - Method in interface fr.maxlego08.menu.api.players.DataManager
- getOrPermission() - Method in interface fr.maxlego08.menu.api.button.PermissibleButton
-
Returns a list of permissions.
- getPage() - Method in class fr.maxlego08.menu.api.button.DefaultButtonValue
-
Gets the default page value.
- getPage() - Method in class fr.maxlego08.menu.api.event.events.PlayerOpenInventoryEvent
- getPage(OfflinePlayer) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Retrieves the current page number of a given player in a paginated context.
- getPaginationSize(Player) - Method in interface fr.maxlego08.menu.api.button.PaginateButton
- getParentButton() - Method in interface fr.maxlego08.menu.api.button.PermissibleButton
-
Returns the parent button.
- getPath() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the path of the command in the configuration file.
- getPath() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoadEvent
- getPattern(String) - Method in interface fr.maxlego08.menu.api.pattern.PatternManager
-
Retrieves a pattern by its name.
- getPatternManager() - Method in class fr.maxlego08.menu.api.event.events.ButtonLoaderRegisterEvent
- getPatterns() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns a collection of patterns associated with the inventory.
- getPatterns() - Method in interface fr.maxlego08.menu.api.pattern.PatternManager
-
Retrieves the list of registered patterns.
- getPermissibles() - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves a map of permissible keys and associated
PermissibleLoaders. - getPermission() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the permission required to execute the command.
- getPermission(String) - Method in interface fr.maxlego08.menu.api.ButtonManager
-
Retrieves an optional
PermissibleLoaderbased on a permissible key. - getPermissions() - Method in interface fr.maxlego08.menu.api.button.PermissibleButton
-
Returns a list of permissions that the player must have.
- getPitch() - Method in interface fr.maxlego08.menu.api.sound.SoundOption
- getPlaceholders() - Method in interface fr.maxlego08.menu.api.button.PlaceholderButton
-
Returns the list of placeholders used in the button.
- getPlaceholders() - Method in class fr.maxlego08.menu.api.utils.Placeholders
- getPlayer() - Method in class fr.maxlego08.menu.api.event.events.PlayerOpenInventoryEvent
- getPlayer(UUID) - Method in interface fr.maxlego08.menu.api.players.DataManager
- getPlayerArgument(UUID, String) - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Retrieves the value of an argument associated with a player and key.
- getPlayerArgument(Player, String) - Method in interface fr.maxlego08.menu.api.command.CommandManager
-
Retrieves the value of an argument associated with a player and key.
- getPlayerHead() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the player name.
- getPlayerHead() - Method in class fr.maxlego08.menu.api.button.DefaultButtonValue
-
Gets the default playerHead value.
- getPlayerInventory(UUID) - Method in interface fr.maxlego08.menu.api.players.inventory.InventoriesPlayer
-
Retrieve the player's inventory if it exists
- getPlugin() - Method in interface fr.maxlego08.menu.api.button.ButtonOption
-
Gets the plugin instance associated with this button option.
- getPlugin() - Method in interface fr.maxlego08.menu.api.command.Command
-
Gets the plugin associated with the command.
- getPlugin() - Method in class fr.maxlego08.menu.api.event.events.InventoryLoadEvent
- getPlugin() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the plugin from which the inventory originates.
- getPlugin() - Method in interface fr.maxlego08.menu.api.loader.ButtonLoader
-
Gets the plugin from which the button loader originates.
- getPluginIgnoreCase(String) - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Returns an optional of a plugin based on its name.
- getRealSlot(int, int) - Method in interface fr.maxlego08.menu.api.button.Button
-
Allows to get the real slot of the button.
- getReplace() - Method in interface fr.maxlego08.menu.api.utils.OpenLink
-
Returns the value that will be replaced
- getScheduler() - Method in interface fr.maxlego08.menu.api.InventoryManager
-
Gets the scheduler associated with this button option.
- getSlot() - Method in interface fr.maxlego08.menu.api.button.Button
-
Returns the slot used by the button.
- getSlot() - Method in class fr.maxlego08.menu.api.button.DefaultButtonValue
-
Gets the default slot value.
- getSlots() - Method in class fr.maxlego08.menu.api.button.DefaultButtonValue
-
Gets the default list of slots.
- getSlots() - Method in interface fr.maxlego08.menu.api.button.SlotButton
-
Returns the list of slots where the button will be placed.
- getSound() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the sound that will be played when the player clicks.
- getSound() - Method in interface fr.maxlego08.menu.api.sound.SoundOption
- getString(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a string value from the map based on the provided key.
- getString(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a string value from the map based on the provided key.
- getString(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getString(String, String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a string value from the map based on the provided key.
- getString(String, String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a string value from the map based on the provided key.
- getString(String, String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getStringList(String) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a list of strings from the map based on the provided key.
- getStringList(String) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a list of strings from the map based on the provided key.
- getStringList(String) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getStringList(String, List<String>) - Method in interface fr.maxlego08.menu.api.utils.MapConfiguration
-
Retrieves a list of strings from the map based on the provided key.
- getStringList(String, List<String>) - Method in class fr.maxlego08.menu.api.utils.TypedMapAccessor
-
Retrieves a list of strings from the map based on the provided key.
- getStringList(String, List<String>) - Method in class fr.maxlego08.menu.api.utils.YamlConfigurationAccessor
- getToPage() - Method in interface fr.maxlego08.menu.api.button.buttons.InventoryButton
-
Retrieves the page number of the inventory to be opened if the inventory supports pagination.
- getUniqueId() - Method in interface fr.maxlego08.menu.api.players.PlayerData
-
Return uuid of player
- getUpdateInterval() - Method in interface fr.maxlego08.menu.api.Inventory
-
Returns the interval for updating buttons in the inventory.
- getValue() - Method in interface fr.maxlego08.menu.api.players.Data
-
The value that is stored
- getViewRequirement() - Method in interface fr.maxlego08.menu.api.button.Button
-
Gets the requirement that will be used to display the button.
- getVolume() - Method in interface fr.maxlego08.menu.api.sound.SoundOption
- giveInventory(Player) - Method in interface fr.maxlego08.menu.api.players.inventory.InventoriesPlayer
-
Allows to give the inventory back to the player
- giveInventory(Player) - Method in interface fr.maxlego08.menu.api.players.inventory.InventoryPlayer
-
Allows to give the inventory back to the player
All Classes and Interfaces|All Packages