Index
All Classes and Interfaces|All Packages
G
- getAliases() - Method in class net.winmister332.libs.commands.Command
-
Gets any alternate names or aliases that are associated with the command.
- getAliases() - Method in class net.winmister332.libs.commands.CommandData
- getAllCommands() - Method in class net.winmister332.libs.commands.CommandInvoker
-
Gets all commands registered with the @see CommandInvoker.
- getAllWorlds() - Static method in class net.winmister332.libs.world.WorldBridge
-
Get all the worlds associated with the server.
- getArgs() - Method in class net.winmister332.libs.commands.CommandProperties
- getArgumentAt(int) - Method in class net.winmister332.libs.commands.CommandArgs
-
Gets ab argument at the specified position within the argument array.
- getArguments() - Method in class net.winmister332.libs.commands.CommandArgs
-
Gets all the arguments that was passed to a command.
- getAuthor() - Method in class net.winmister332.libs.integration.papi.PAPIIntegration
- getAuthor() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin
- getBuild() - Method in class net.winmister332.libs.utils.Version
- getBukkitCommandSender() - Method in class net.winmister332.libs.commands.CommandProperties
- getCommand(String) - Method in class net.winmister332.libs.commands.CommandInvoker
-
Gets the command with the specified name or alias.
- getCommandByAlias(String) - Method in class net.winmister332.libs.commands.CommandInvoker
-
Gets the command with the specified alias.
- getCommandByName(String) - Method in class net.winmister332.libs.commands.CommandInvoker
-
Gets the command with the specified name.
- getCommands() - Method in class net.winmister332.libs.commands.CommandInvoker
-
Gets only the commands which are visible to the user and are not hidden.
- getCommandSucceeded() - Method in class net.winmister332.libs.commands.CommandForwarder.CommandEventArgs
- getConfig() - Method in class net.winmister332.libs.config.ConfigLoader
- getConfigFile() - Method in class net.winmister332.libs.config.ConfigLoader
- getData() - Method in class net.winmister332.libs.commands.Command
-
Gets the underlying data associated with the command that was passed to the CTOR.
- getDemoString() - Method in class net.winmister332.libs.events.DemoEvent.DemoEventArgs
- getDescription() - Method in class net.winmister332.libs.commands.Command
-
Gets the description of the command.
- getDescription() - Method in class net.winmister332.libs.commands.CommandData
- getEmpty() - Static method in class net.winmister332.libs.events.EventArgs
-
Get an empty instance of EventArgs.
- getIdentifier() - Method in class net.winmister332.libs.integration.papi.PAPIIntegration
- getIdentifier() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin
- getIdentifier() - Method in enum class net.winmister332.libs.logging.LogStatus
- getInstance() - Static method in class net.winmister332.libs.commands.CommandForwarder
- getInstance() - Static method in class net.winmister332.libs.commands.CommandInvoker
-
Gets an instance of the @see CommandInvoker class.
- getInstance() - Static method in class net.winmister332.libs.integration.papi.PAPIIntegration
- getInstance(boolean, boolean) - Static method in class net.winmister332.libs.commands.CommandInvoker
-
Gets an instance of the @see CommandInvoker class.
- getInvoker() - Method in class net.winmister332.libs.commands.CommandProperties
- getInvoker() - Method in class net.winmister332.libs.WMPlugin
-
Gets the CommandInvoker of the WM Commands.
- getLogStatus(int) - Static method in enum class net.winmister332.libs.logging.LogStatus
- getMainWorld() - Static method in class net.winmister332.libs.world.WorldBridge
-
Get the first world which is configured by the server as the main world.
- getMajor() - Method in class net.winmister332.libs.utils.Version
- getMaxLocationInRange() - Method in class net.winmister332.libs.player.LocationRange
- getMaxX() - Method in class net.winmister332.libs.player.LocationRange
- getMaxY() - Method in class net.winmister332.libs.player.LocationRange
- getMaxZ() - Method in class net.winmister332.libs.player.LocationRange
- getMinor() - Method in class net.winmister332.libs.utils.Version
- getMinX() - Method in class net.winmister332.libs.player.LocationRange
- getMinY() - Method in class net.winmister332.libs.player.LocationRange
- getMinZ() - Method in class net.winmister332.libs.player.LocationRange
- getName() - Method in class net.winmister332.libs.commands.Command
-
The name of the command.
- getName() - Method in class net.winmister332.libs.commands.CommandData
- getOfflinePlayers() - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets a collection of players who are offline.
- getOnlinePlayers() - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets a collection of all players who are currently online.
- getOutputValue() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin.PapiPlaceholderRequestedEventArgs
- getOwner() - Method in class net.winmister332.libs.logging.Logger
- getPlayer() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin.PapiPlaceholderRequestedEventArgs
- getPlayer(String) - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets the player with the specified name or UUID.
- getPlayerByName(String) - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets a player with the associated name if one exists.
- getPlayerByUUID(String) - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets a player with the associated UUID if one exists.
- getPlayerByUUID(UUID) - Static method in class net.winmister332.libs.player.PlayerBridge
-
Gets a player with the associated UUID if one exists.
- getPlayerInventory(String) - Static method in class net.winmister332.libs.player.InventoryHelper
-
Gets the inventory of the player with the specified name or UUID.
- getPlayerInventory(Player) - Static method in class net.winmister332.libs.player.InventoryHelper
-
Gets the inventory of the specified player.
- getPlugin() - Method in class net.winmister332.libs.config.ConfigLoader
- getPluginVersion() - Static method in class net.winmister332.libs.utils.Version
- getProperties() - Method in class net.winmister332.libs.commands.CommandForwarder.CommandEventArgs
- getRequestedPlaceholder() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin.PapiPlaceholderRequestedEventArgs
- getRevision() - Method in class net.winmister332.libs.utils.Version
- getSentCommandLabel() - Method in class net.winmister332.libs.commands.CommandProperties
- getString(byte[]) - Static method in class net.winmister332.libs.logging.LogFile
- getTag() - Method in class net.winmister332.libs.logging.Logger
- getTag() - Method in class net.winmister332.libs.utils.Version
- getValue() - Method in class net.winmister332.libs.events.XEventArgs
- getVerbosityLevel() - Method in class net.winmister332.libs.logging.Logger
- getVersion() - Method in class net.winmister332.libs.integration.papi.PAPIIntegration
- getVersion() - Method in class net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin
- getWmLogger() - Method in class net.winmister332.libs.WMPlugin
-
Gets the WMLogger instance associated with this plugin/class.
- getWorld(String) - Static method in class net.winmister332.libs.world.WorldBridge
-
Get a world by the specified name if the world exists.
All Classes and Interfaces|All Packages