Index
All Classes and Interfaces|All Packages|Serialized Form
G
- getAliases() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the aliases that can be used for this subcommand.
- getCachedPlayerCount() - Static method in class dev.oumaimaa.kawaiiapi.menu.MenuManager
-
Gets the number of cached PlayerMenuUtility instances.
- getCenter() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the center location of the region.
- getCommand(String) - Static method in class dev.oumaimaa.kawaiiapi.command.CommandManager
-
Retrieves a registered core command by name.
- getConfirmationMessage() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the message to display when asking for confirmation.
- getCooldown() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the cooldown time for this subcommand in milliseconds.
- getCorner1() - Method in class dev.oumaimaa.kawaiiapi.region.Region
- getCorner2() - Method in class dev.oumaimaa.kawaiiapi.region.Region
- getCurrentPage() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Gets the current page number (1-indexed for display).
- getCustomMenuBorderItems() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Provides custom items to override the default menu border buttons.
- getData(Enum<?>) - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Retrieves data stored under the specified enum key.
- getData(Enum<?>, Class<T>) - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Retrieves data with automatic type casting using an enum key.
- getData(String) - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Retrieves data stored under the specified key.
- getData(String, Class<T>) - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Retrieves data with automatic type casting.
- getDataKeys() - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Gets all stored data keys.
- getDataSize() - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Gets the number of data entries stored.
- getDescription() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets a description of what this subcommand does.
- getDisplayName(ItemStack) - Static method in class dev.oumaimaa.kawaiiapi.items.ItemUtils
-
Gets the display name of an item as a Component.
- getEntities() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets all entities within this region using modern chunk-based search.
- getEntitiesByType(Class<T>) - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets all entities of a specific type within this region.
- getHeight() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the height (Y-axis) of the region.
- getInstance() - Static method in class dev.oumaimaa.kawaiiapi.KawaiiAPI
-
Retrieves the singleton instance of KawaiiAPI.
- getInventory() - Method in class dev.oumaimaa.kawaiiapi.menu.Menu
- getItems() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Gets the cached items, or generates them if not cached.
- getLore(ItemStack) - Static method in class dev.oumaimaa.kawaiiapi.items.ItemUtils
-
Gets the lore of an item as a list of Components.
- getMaximumArguments() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the maximum number of arguments allowed (excluding the subcommand name).
- getMaximumPoint() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the maximum corner point of the region.
- getMaxItemsPerPage() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Gets the maximum number of items that can be displayed per page.
- getMenuHistorySize() - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Gets the current size of the menu history stack.
- getMenuName() - Method in class dev.oumaimaa.kawaiiapi.menu.Menu
-
Gets the name/title of this menu to be displayed in the inventory.
- getMinimumArguments() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the minimum number of arguments required (excluding the subcommand name).
- getMinimumPoint() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the minimum corner point of the region.
- getName() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the name of this subcommand.
- getOwner() - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Gets the player who owns this utility.
- getOwnerUUID() - Method in class dev.oumaimaa.kawaiiapi.menu.PlayerMenuUtility
-
Gets the UUID of the player who owns this utility.
- getPageOffset() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Gets the slot offset for the current page.
- getPermission() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the permission node required to use this subcommand.
- getPlayer() - Method in class dev.oumaimaa.kawaiiapi.menu.Menu
-
Gets the player who owns this menu instance.
- getPlayerMenuUtility() - Method in class dev.oumaimaa.kawaiiapi.menu.Menu
-
Gets the PlayerMenuUtility associated with this menu.
- getPlayerMenuUtility(Player) - Static method in class dev.oumaimaa.kawaiiapi.menu.MenuManager
-
Retrieves or creates a PlayerMenuUtility for the specified player.
- getPlayers() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets all players within this region.
- getPlugin() - Static method in class dev.oumaimaa.kawaiiapi.menu.MenuManager
-
Gets the plugin instance associated with this MenuManager.
- getRegisteredCommands() - Static method in class dev.oumaimaa.kawaiiapi.command.CommandManager
-
Gets all currently registered command names.
- getSelectorEntities(String) - Static method in class dev.oumaimaa.kawaiiapi.region.RegionSelector
-
Gets all entities belonging to a specific selector.
- getSlots() - Method in class dev.oumaimaa.kawaiiapi.menu.Menu
-
Gets the number of slots for this menu inventory.
- getSubcommandArguments(CommandSender, String[]) - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Provides tab completion suggestions for this subcommand's arguments.
- getSyntax() - Method in class dev.oumaimaa.kawaiiapi.command.SubCommand
-
Gets the syntax/usage example for this subcommand.
- getTeamCounter() - Static method in class dev.oumaimaa.kawaiiapi.region.RegionSelector
-
Gets the current team counter value.
- getTotalBlockSize() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the total number of blocks in this region.
- getTotalPages() - Method in class dev.oumaimaa.kawaiiapi.menu.PaginatedMenu
-
Gets the total number of pages.
- getWorld() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the world this region is located in.
- getXWidth() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the width (X-axis) of the region.
- getZWidth() - Method in class dev.oumaimaa.kawaiiapi.region.Region
-
Gets the depth (Z-axis) of the region.
- glow() - Method in class dev.oumaimaa.kawaiiapi.items.ItemUtils.ItemBuilder
-
Adds a glow effect.
All Classes and Interfaces|All Packages|Serialized Form