Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addGroup(Group) - Method in class org.galliumpowered.permission.GroupManager
-
Add a
Group
This does NOT add it to the database - addGroupsToGroupManager(GroupManager) - Method in class org.galliumpowered.database.Database
-
Add
Group
s to aGroupManager
- addPermission(String) - Method in class org.galliumpowered.permission.Group
- addPermission(String) - Method in interface org.galliumpowered.world.entity.Player
-
Add a permission to the player
- addPlugin(PluginContainer) - Method in class org.galliumpowered.plugin.PluginManager
-
FOR INTERNAL USE ONLY.
- ADVENTURE - Enum constant in enum class org.galliumpowered.Gamemode
- aliases() - Element in annotation interface org.galliumpowered.annotation.Command
-
Command aliases
- args() - Element in annotation interface org.galliumpowered.annotation.Command
- Args - Annotation Interface in org.galliumpowered.annotation
- ArgumentType - Enum Class in org.galliumpowered.command.args
- authors() - Element in annotation interface org.galliumpowered.annotation.Plugin
-
The plugin authors
B
- BadPluginException - Exception in org.galliumpowered.exceptions
- BadPluginException(String) - Constructor for exception org.galliumpowered.exceptions.BadPluginException
- BadPluginException(Throwable) - Constructor for exception org.galliumpowered.exceptions.BadPluginException
- bannedIPsFile - Variable in class org.galliumpowered.Gallium
- bannedPlayersFile - Variable in class org.galliumpowered.Gallium
- BLACK - Static variable in class org.galliumpowered.chat.Colors
- Block - Interface in org.galliumpowered.world.block
- BLUE - Static variable in class org.galliumpowered.chat.Colors
- bridge - Variable in class org.galliumpowered.Gallium
- Bridge - Interface in org.galliumpowered.bridge
-
For bridging NMS to lib
C
- call() - Method in class org.galliumpowered.event.Event
-
Call the event
- callEvent(Event) - Method in interface org.galliumpowered.event.EventDispatcher
-
Call an event
- CancelableEvent - Class in org.galliumpowered.event
- CancelableEvent() - Constructor for class org.galliumpowered.event.CancelableEvent
- close() - Method in class org.galliumpowered.plugin.loader.PluginClassLoader
- Colors - Class in org.galliumpowered.chat
- Colors() - Constructor for class org.galliumpowered.chat.Colors
- Command - Annotation Interface in org.galliumpowered.annotation
-
A command
- CommandCaller - Interface in org.galliumpowered.command
- CommandCallerType - Enum Class in org.galliumpowered.command
- CommandContext - Interface in org.galliumpowered.command
- CommandException - Exception in org.galliumpowered.exceptions
- CommandException() - Constructor for exception org.galliumpowered.exceptions.CommandException
- CommandException(String) - Constructor for exception org.galliumpowered.exceptions.CommandException
- CommandException(Throwable) - Constructor for exception org.galliumpowered.exceptions.CommandException
- commandManager - Variable in class org.galliumpowered.Gallium
- CommandManager - Class in org.galliumpowered.command
- CommandManager() - Constructor for class org.galliumpowered.command.CommandManager
- Configuration - Interface in org.galliumpowered.config
- ConfigurationException - Exception in org.galliumpowered.exceptions
- ConfigurationException(Throwable) - Constructor for exception org.galliumpowered.exceptions.ConfigurationException
- configure() - Method in class org.galliumpowered.plugin.inject.modules.InjectPluginModule
- CONSOLE - Enum constant in enum class org.galliumpowered.command.CommandCallerType
- ConsoleCommandCaller - Class in org.galliumpowered.command.console
- ConsoleCommandCaller() - Constructor for class org.galliumpowered.command.console.ConsoleCommandCaller
- createGroup(Group) - Method in class org.galliumpowered.permission.GroupManager
-
Create a group and add it to the database
- CREATIVE - Enum constant in enum class org.galliumpowered.Gamemode
- CYAN - Static variable in class org.galliumpowered.chat.Colors
D
- DARK_BLUE - Static variable in class org.galliumpowered.chat.Colors
- database - Variable in class org.galliumpowered.Gallium
- Database - Class in org.galliumpowered.database
- Database(String) - Constructor for class org.galliumpowered.database.Database
- DefaultConfiguration - Class in org.galliumpowered.config
- DefaultConfiguration(Path, String) - Constructor for class org.galliumpowered.config.DefaultConfiguration
- DefaultPluginMeta - Class in org.galliumpowered.plugin
- DefaultPluginMeta(String, String, String, String[], String, String) - Constructor for class org.galliumpowered.plugin.DefaultPluginMeta
- description() - Element in annotation interface org.galliumpowered.annotation.Command
-
Command description
- description() - Element in annotation interface org.galliumpowered.annotation.Plugin
-
The plugin's description
- DISABLED - Enum constant in enum class org.galliumpowered.plugin.PluginLifecycleState
- disconnect() - Method in interface org.galliumpowered.world.entity.Player
-
Disconnect the player
- disconnect(Component) - Method in interface org.galliumpowered.world.entity.Player
-
Disconnect the player
E
- EASY - Enum constant in enum class org.galliumpowered.world.World.Difficulty
- ENABLED - Enum constant in enum class org.galliumpowered.plugin.PluginLifecycleState
- Entity - Interface in org.galliumpowered.world.entity
- Event - Class in org.galliumpowered.event
- Event() - Constructor for class org.galliumpowered.event.Event
- eventDispatcher - Variable in class org.galliumpowered.Gallium
- EventDispatcher - Interface in org.galliumpowered.event
- EventListener - Annotation Interface in org.galliumpowered.annotation
-
Tags a method as an event listener
- eventManager - Variable in class org.galliumpowered.Gallium
- EventManager - Class in org.galliumpowered.event
- EventManager() - Constructor for class org.galliumpowered.event.EventManager
F
- fromId(int) - Static method in enum class org.galliumpowered.Gamemode
-
Get a gamemode by its ID
- fromId(int) - Static method in enum class org.galliumpowered.world.World.Difficulty
- fromPath(String) - Static method in enum class org.galliumpowered.world.World.Dimension
G
- Gallium - Class in org.galliumpowered
- Gallium() - Constructor for class org.galliumpowered.Gallium
- galliumConfig - Variable in class org.galliumpowered.Gallium
- GalliumDatabaseException - Exception in org.galliumpowered.exceptions
- GalliumDatabaseException() - Constructor for exception org.galliumpowered.exceptions.GalliumDatabaseException
- GalliumDatabaseException(String) - Constructor for exception org.galliumpowered.exceptions.GalliumDatabaseException
- GalliumDatabaseException(Throwable) - Constructor for exception org.galliumpowered.exceptions.GalliumDatabaseException
- Gamemode - Enum Class in org.galliumpowered
- get() - Method in class org.galliumpowered.plugin.inject.providers.PluginContainerProvider
- get() - Method in class org.galliumpowered.plugin.inject.providers.PluginLoggerProvider
- getArgument(String) - Method in interface org.galliumpowered.command.CommandContext
- getAuthors() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getAuthors() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
The authors of the plugin
- getBannedIPsFile() - Static method in class org.galliumpowered.Gallium
-
Get banned IPS file
- getBannedPlayersFile() - Static method in class org.galliumpowered.Gallium
-
Get banned players file
- getBlock() - Method in class org.galliumpowered.event.player.PlayerBreakBlockEvent
- getBlock() - Method in class org.galliumpowered.event.player.PlayerPlaceBlockEvent
- getBridge() - Static method in class org.galliumpowered.Gallium
-
Get the NMS bridge
- getCaller() - Method in interface org.galliumpowered.command.CommandContext
-
Get the command caller
- getCaller() - Method in class org.galliumpowered.command.MCommand
-
Get the command caller
- getCaller() - Method in class org.galliumpowered.event.MListener
-
Get the command caller
- getCommand() - Method in class org.galliumpowered.command.MCommand
-
Get command
- getCommandArgs() - Method in interface org.galliumpowered.command.CommandContext
-
Command arguments
- getCommandManager() - Static method in class org.galliumpowered.Gallium
-
Get command manager
- getCommands() - Method in class org.galliumpowered.command.CommandManager
- getConfig() - Static method in class org.galliumpowered.Gallium
- getCurrentPlayerCount() - Method in interface org.galliumpowered.Server
-
Get online players as a number
- getDatabase() - Static method in class org.galliumpowered.Gallium
-
Get the database
- getDeathCause() - Method in class org.galliumpowered.event.player.PlayerDeathEvent
- getDefaultProperties() - Static method in class org.galliumpowered.Gallium
-
Get server.properties
- getDescription() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getDescription() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
The plugin description
- getDifficulty() - Method in interface org.galliumpowered.world.World
-
Get the world difficulty
- getDimension() - Method in interface org.galliumpowered.world.World
-
Get the world dimension, example: OVERWORLD
- getDirectory() - Method in interface org.galliumpowered.config.Configuration
- getDirectory() - Method in class org.galliumpowered.config.DefaultConfiguration
- getEventDispatcher() - Static method in class org.galliumpowered.Gallium
-
Get event dispatcher
- getEventManager() - Static method in class org.galliumpowered.Gallium
-
Get event manager
- getGroup() - Method in interface org.galliumpowered.world.entity.Player
-
Get the player's group
- getGroupByName(String) - Method in class org.galliumpowered.permission.GroupManager
-
Get a group by its name
- getGroupManager() - Static method in class org.galliumpowered.Gallium
-
Get the group manager
- getGroupPrefix(Group) - Method in class org.galliumpowered.database.Database
-
Get a group's prefix
- getGroups() - Method in class org.galliumpowered.permission.GroupManager
-
Get the groups
- getId() - Method in enum class org.galliumpowered.Gamemode
-
Get the gamemode's ID
- getId() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getId() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
The plugin ID
- getId() - Method in interface org.galliumpowered.world.block.Block
-
The ID of the block
- getId() - Method in enum class org.galliumpowered.world.World.Difficulty
- getInjector() - Method in class org.galliumpowered.plugin.PluginContainer
-
Gets the Guice injector used on the container
- getInstance() - Method in class org.galliumpowered.plugin.PluginContainer
-
Gets the instance of the plugin
- getLifecycleState() - Method in class org.galliumpowered.plugin.PluginContainer
-
Get the
PluginLifecycleState
- getListener() - Method in class org.galliumpowered.event.MListener
-
Get command
- getLoadedPlugins() - Method in class org.galliumpowered.plugin.PluginManager
-
Get the plugins on the server
- getLogger() - Method in class org.galliumpowered.plugin.PluginContainer
-
Return a plugin logger
- getMainClass() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getMainClass() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
Main class of the plugin
- getMaxPlayerCount() - Method in interface org.galliumpowered.Server
-
Get the maximum number of players that can be on the server
- getMessage() - Method in class org.galliumpowered.event.player.PlayerChatEvent
-
Get the content of the message
- getMetadata() - Method in class org.galliumpowered.plugin.PluginContainer
-
Gets the plugin's metadata
- getMethod() - Method in class org.galliumpowered.command.MCommand
-
Get method
- getMethod() - Method in class org.galliumpowered.event.MListener
-
Get method
- getName() - Method in interface org.galliumpowered.config.Configuration
- getName() - Method in class org.galliumpowered.config.DefaultConfiguration
- getName() - Method in class org.galliumpowered.permission.Group
- getName() - Method in class org.galliumpowered.permission.PermissionOwner
- getName() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getName() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
The name of the plugin
- getName() - Method in interface org.galliumpowered.world.block.Block
-
The name of the block
- getName() - Method in interface org.galliumpowered.world.entity.Entity
-
The name of the entity
- getOnlinePlayers() - Method in interface org.galliumpowered.Server
-
Get all the online players
- getOpListFile() - Static method in class org.galliumpowered.Gallium
-
Get ops file
- getOwnerPermisions(String) - Method in class org.galliumpowered.database.Database
-
Get an owner's permissions
- getPermissionManager() - Static method in class org.galliumpowered.Gallium
-
Get permission manager
- getPermissions() - Method in class org.galliumpowered.permission.Group
- getPermissions() - Method in interface org.galliumpowered.world.entity.Player
-
Get the players permissions
- getPlayer() - Method in interface org.galliumpowered.command.CommandCaller
-
An optional of a player.
- getPlayer() - Method in class org.galliumpowered.command.console.ConsoleCommandCaller
- getPlayer() - Method in class org.galliumpowered.event.player.PlayerDisconnectEvent
- getPlayer() - Method in class org.galliumpowered.event.player.PlayerEvent
- getPlayerByName(String) - Method in interface org.galliumpowered.bridge.Bridge
- getPlayerGroup(Player) - Method in class org.galliumpowered.database.Database
-
Get a player's group
- getPlayerGroup(Player) - Method in class org.galliumpowered.permission.PermissionManager
-
Get the player's group
- getPlayerPermissions(Player) - Method in class org.galliumpowered.database.Database
- getPlayerPermissions(Player) - Method in class org.galliumpowered.permission.PermissionManager
- getPlayerPrefix(Player) - Method in class org.galliumpowered.database.Database
-
Get a player's prefix If they are not in a group or don't have a custom prefix, it returns a white prefix
- getPlayerPrefix(Player) - Method in class org.galliumpowered.permission.PermissionManager
-
Get the prefix of a player
- getPluginById(String) - Method in class org.galliumpowered.plugin.PluginManager
- getPluginClass() - Method in class org.galliumpowered.plugin.PluginContainer
-
Gets the class of the plugin
- getPluginConfigDirectory() - Static method in class org.galliumpowered.Gallium
-
Get the plugins config directory
- getPluginManager() - Static method in class org.galliumpowered.Gallium
-
Get plugin manager
- getPluginMetadata(File) - Static method in class org.galliumpowered.plugin.metadata.PluginMetadataLoader
- getPluginMetadataFromJson(InputStreamReader) - Static method in class org.galliumpowered.plugin.metadata.PluginMetadataLoader
- getPluginMetaFromAnnotation(Class<?>) - Static method in class org.galliumpowered.plugin.metadata.PluginMetadataLoader
- getPluginsDirectory() - Static method in class org.galliumpowered.Gallium
-
Get the server plugins directory
- getPrefix() - Method in class org.galliumpowered.permission.Group
- getPrefix() - Method in interface org.galliumpowered.world.entity.Player
-
Get the player's prefix
- getReason() - Method in class org.galliumpowered.event.system.ServerShutdownEvent
- getServer() - Static method in class org.galliumpowered.Gallium
-
Get server
- getServerVersion() - Method in interface org.galliumpowered.bridge.Bridge
- getSubcommands() - Method in class org.galliumpowered.command.CommandManager
- getUUID() - Method in interface org.galliumpowered.world.entity.Player
-
Get the player's UUID
- getValue(String) - Method in interface org.galliumpowered.config.Configuration
- getValue(String) - Method in class org.galliumpowered.config.DefaultConfiguration
- getVersion() - Static method in class org.galliumpowered.Gallium
-
Get gallium API version
- getVersion() - Method in class org.galliumpowered.plugin.DefaultPluginMeta
- getVersion() - Method in interface org.galliumpowered.plugin.metadata.PluginMetadata
-
The plugin version
- getWhitelistFile() - Static method in class org.galliumpowered.Gallium
-
Get whitelist file
- getWorld() - Method in interface org.galliumpowered.world.block.WorldBlock
-
Gets the block's current world
- getWorld() - Method in interface org.galliumpowered.world.entity.Player
-
Gets the player's current
World
- getX() - Method in interface org.galliumpowered.world.block.WorldBlock
-
Get the X coordinate of the block
- getY() - Method in interface org.galliumpowered.world.block.WorldBlock
-
Get the Y coordinate of the block
- getZ() - Method in interface org.galliumpowered.world.block.WorldBlock
-
Get the Z coordinate of the block
- GRAY - Static variable in class org.galliumpowered.chat.Colors
- GREEDY - Enum constant in enum class org.galliumpowered.command.args.ArgumentType
- GREEN - Static variable in class org.galliumpowered.chat.Colors
- Group - Class in org.galliumpowered.permission
- Group(String, ArrayList<String>, String) - Constructor for class org.galliumpowered.permission.Group
- groupManager - Variable in class org.galliumpowered.Gallium
- GroupManager - Class in org.galliumpowered.permission
- GroupManager() - Constructor for class org.galliumpowered.permission.GroupManager
H
- HARD - Enum constant in enum class org.galliumpowered.world.World.Difficulty
- hasPermission(String) - Method in class org.galliumpowered.permission.Group
- hasPermission(String) - Method in interface org.galliumpowered.world.entity.Player
-
Whether the player has a permission
I
- id() - Element in annotation interface org.galliumpowered.annotation.Plugin
-
The ID of the plugin
- ifConsole(Consumer<ConsoleCommandCaller>) - Method in interface org.galliumpowered.command.CommandContext
- ifPlayer(Consumer<Player>) - Method in interface org.galliumpowered.command.CommandContext
- InjectPluginModule - Class in org.galliumpowered.plugin.inject.modules
- InjectPluginModule(PluginContainer) - Constructor for class org.galliumpowered.plugin.inject.modules.InjectPluginModule
- insertGroup(Group) - Method in class org.galliumpowered.database.Database
-
Insert a group
- insertPermission(String, PermissionOwner) - Method in class org.galliumpowered.database.Database
-
Set a group or player permission
- insertPlayer(Player) - Method in class org.galliumpowered.database.Database
-
Add a player to the database
- instance - Static variable in class org.galliumpowered.Gallium
- isCancelled - Variable in class org.galliumpowered.event.CancelableEvent
- isCancelled() - Method in class org.galliumpowered.event.CancelableEvent
-
Whether the event was cancelled
- isNumeric(String) - Static method in class org.galliumpowered.util.NumberUtils
- isSuppressed() - Method in class org.galliumpowered.event.player.PlayerDisconnectEvent
- isSuppressed() - Method in class org.galliumpowered.event.player.PlayerJoinEvent
J
- javaPluginLoader - Variable in class org.galliumpowered.plugin.PluginManager
K
L
- LIGHT_GRAY - Static variable in class org.galliumpowered.chat.Colors
- LIGHT_GREEN - Static variable in class org.galliumpowered.chat.Colors
- LIGHT_RED - Static variable in class org.galliumpowered.chat.Colors
- listeners - Variable in class org.galliumpowered.event.EventManager
- loadInternalPlugin() - Method in interface org.galliumpowered.bridge.Bridge
- loadPlugin(File) - Method in class org.galliumpowered.plugin.loader.PluginLoader
-
Loads a
File
as aPluginContainer
- loadPlugins() - Static method in class org.galliumpowered.Gallium
-
Enable the plugins Ensures that plugins aren't already loaded
- loadPlugins() - Method in class org.galliumpowered.plugin.PluginManager
- loadTestPlugin - Static variable in class org.galliumpowered.plugin.PluginManager
- loadTestPlugin() - Method in interface org.galliumpowered.bridge.Bridge
M
- MARKER - Static variable in class org.galliumpowered.chat.Colors
- MCommand - Class in org.galliumpowered.command
- MCommand(Command, Object, Method) - Constructor for class org.galliumpowered.command.MCommand
- mkdirs() - Static method in class org.galliumpowered.Gallium
-
FOR INTERNAL USE ONLY Make config and data directories
- MListener - Class in org.galliumpowered.event
- MListener(EventListener, Object, Method) - Constructor for class org.galliumpowered.event.MListener
N
- name() - Element in annotation interface org.galliumpowered.annotation.Args
- name() - Element in annotation interface org.galliumpowered.annotation.Plugin
-
The name of the plugin
- neededPerms() - Element in annotation interface org.galliumpowered.annotation.Command
-
Required permissions TODO-ish
- NORMAL - Enum constant in enum class org.galliumpowered.world.World.Difficulty
- NotYetImplementedException - Exception in org.galliumpowered.exceptions
- NotYetImplementedException() - Constructor for exception org.galliumpowered.exceptions.NotYetImplementedException
- NotYetImplementedException(String) - Constructor for exception org.galliumpowered.exceptions.NotYetImplementedException
- NumberUtils - Class in org.galliumpowered.util
- NumberUtils() - Constructor for class org.galliumpowered.util.NumberUtils
O
- open() - Method in class org.galliumpowered.database.Database
- opListFile - Variable in class org.galliumpowered.Gallium
- ORANGE - Static variable in class org.galliumpowered.chat.Colors
- org.galliumpowered - package org.galliumpowered
- org.galliumpowered.annotation - package org.galliumpowered.annotation
- org.galliumpowered.bridge - package org.galliumpowered.bridge
- org.galliumpowered.chat - package org.galliumpowered.chat
- org.galliumpowered.command - package org.galliumpowered.command
- org.galliumpowered.command.args - package org.galliumpowered.command.args
- org.galliumpowered.command.console - package org.galliumpowered.command.console
- org.galliumpowered.config - package org.galliumpowered.config
- org.galliumpowered.database - package org.galliumpowered.database
- org.galliumpowered.event - package org.galliumpowered.event
- org.galliumpowered.event.player - package org.galliumpowered.event.player
- org.galliumpowered.event.system - package org.galliumpowered.event.system
- org.galliumpowered.exceptions - package org.galliumpowered.exceptions
- org.galliumpowered.permission - package org.galliumpowered.permission
- org.galliumpowered.plugin - package org.galliumpowered.plugin
- org.galliumpowered.plugin.inject.modules - package org.galliumpowered.plugin.inject.modules
- org.galliumpowered.plugin.inject.providers - package org.galliumpowered.plugin.inject.providers
- org.galliumpowered.plugin.loader - package org.galliumpowered.plugin.loader
- org.galliumpowered.plugin.metadata - package org.galliumpowered.plugin.metadata
- org.galliumpowered.util - package org.galliumpowered.util
- org.galliumpowered.world - package org.galliumpowered.world
- org.galliumpowered.world.block - package org.galliumpowered.world.block
- org.galliumpowered.world.entity - package org.galliumpowered.world.entity
- OVERWORLD - Enum constant in enum class org.galliumpowered.world.World.Dimension
P
- parent() - Element in annotation interface org.galliumpowered.annotation.Command
-
Parent of the command.
- PEACEFUL - Enum constant in enum class org.galliumpowered.world.World.Difficulty
- permissionManager - Variable in class org.galliumpowered.Gallium
- PermissionManager - Class in org.galliumpowered.permission
- PermissionManager() - Constructor for class org.galliumpowered.permission.PermissionManager
- PermissionOwner - Class in org.galliumpowered.permission
- PermissionOwner(Group) - Constructor for class org.galliumpowered.permission.PermissionOwner
- PermissionOwner(Player) - Constructor for class org.galliumpowered.permission.PermissionOwner
- PINK - Static variable in class org.galliumpowered.chat.Colors
- Player - Interface in org.galliumpowered.world.entity
- PLAYER - Enum constant in enum class org.galliumpowered.command.CommandCallerType
- PlayerBreakBlockEvent - Class in org.galliumpowered.event.player
- PlayerBreakBlockEvent(Player, WorldBlock) - Constructor for class org.galliumpowered.event.player.PlayerBreakBlockEvent
-
A player break block event
- PlayerChatEvent - Class in org.galliumpowered.event.player
- PlayerChatEvent(Player, String) - Constructor for class org.galliumpowered.event.player.PlayerChatEvent
- PlayerDeathEvent - Class in org.galliumpowered.event.player
- PlayerDeathEvent(Player, String) - Constructor for class org.galliumpowered.event.player.PlayerDeathEvent
-
A player death event
- PlayerDisconnectEvent - Class in org.galliumpowered.event.player
-
A player disconnect event
- PlayerDisconnectEvent(Player) - Constructor for class org.galliumpowered.event.player.PlayerDisconnectEvent
-
The player
- PlayerEvent - Class in org.galliumpowered.event.player
- PlayerEvent(Player) - Constructor for class org.galliumpowered.event.player.PlayerEvent
-
The player
- playerExists(Player) - Method in class org.galliumpowered.database.Database
-
Check if a player is in the database
- playerHasPermission(String, Player) - Method in class org.galliumpowered.database.Database
-
Whether a player has a permission
- playerHasPermission(Player, String) - Method in class org.galliumpowered.permission.PermissionManager
-
Check if a player has a permission
- PlayerJoinEvent - Class in org.galliumpowered.event.player
-
A player join event
- PlayerJoinEvent(Player) - Constructor for class org.galliumpowered.event.player.PlayerJoinEvent
-
The player
- PlayerPlaceBlockEvent - Class in org.galliumpowered.event.player
- PlayerPlaceBlockEvent(Player, WorldBlock) - Constructor for class org.galliumpowered.event.player.PlayerPlaceBlockEvent
-
A player break block event
- Plugin - Annotation Interface in org.galliumpowered.annotation
- PLUGIN_LOADER - Static variable in class org.galliumpowered.plugin.loader.PluginClassLoader
- PluginClassLoader - Class in org.galliumpowered.plugin.loader
- PluginClassLoader(Path) - Constructor for class org.galliumpowered.plugin.loader.PluginClassLoader
- pluginConfigDirectory - Variable in class org.galliumpowered.Gallium
- PluginConfiguration - Class in org.galliumpowered.config
- PluginConfiguration(PluginContainer) - Constructor for class org.galliumpowered.config.PluginConfiguration
- PluginContainer - Class in org.galliumpowered.plugin
- PluginContainer() - Constructor for class org.galliumpowered.plugin.PluginContainer
- PluginContainerProvider - Class in org.galliumpowered.plugin.inject.providers
-
I'm not sure why you'd want this in your plugin, but here it is
- PluginContainerProvider(PluginContainer) - Constructor for class org.galliumpowered.plugin.inject.providers.PluginContainerProvider
- PluginException - Exception in org.galliumpowered.exceptions
- PluginException() - Constructor for exception org.galliumpowered.exceptions.PluginException
- PluginException(String) - Constructor for exception org.galliumpowered.exceptions.PluginException
- PluginException(Throwable) - Constructor for exception org.galliumpowered.exceptions.PluginException
- PluginLifecycleListener - Annotation Interface in org.galliumpowered.annotation
-
A plugin lifecycle listener
- PluginLifecycleState - Enum Class in org.galliumpowered.plugin
- PluginLoader - Class in org.galliumpowered.plugin.loader
-
Loads Java plugins
- PluginLoader() - Constructor for class org.galliumpowered.plugin.loader.PluginLoader
- PluginLoadFailException - Exception in org.galliumpowered.exceptions
- PluginLoadFailException() - Constructor for exception org.galliumpowered.exceptions.PluginLoadFailException
- PluginLoadFailException(String) - Constructor for exception org.galliumpowered.exceptions.PluginLoadFailException
- PluginLoadFailException(Throwable) - Constructor for exception org.galliumpowered.exceptions.PluginLoadFailException
- PluginLoggerProvider - Class in org.galliumpowered.plugin.inject.providers
- PluginLoggerProvider(PluginMetadata) - Constructor for class org.galliumpowered.plugin.inject.providers.PluginLoggerProvider
- pluginManager - Variable in class org.galliumpowered.Gallium
- PluginManager - Class in org.galliumpowered.plugin
- PluginManager() - Constructor for class org.galliumpowered.plugin.PluginManager
- PluginMetadata - Interface in org.galliumpowered.plugin.metadata
- PluginMetadataLoader - Class in org.galliumpowered.plugin.metadata
- PluginMetadataLoader() - Constructor for class org.galliumpowered.plugin.metadata.PluginMetadataLoader
- pluginsDirectory - Variable in class org.galliumpowered.Gallium
- PURPLE - Static variable in class org.galliumpowered.chat.Colors
Q
- QUOTED - Enum constant in enum class org.galliumpowered.command.args.ArgumentType
R
- RED - Static variable in class org.galliumpowered.chat.Colors
- registerCommand(Object, PluginMetadata) - Method in class org.galliumpowered.command.CommandManager
-
Register a command on the server
- registerCommand(Object, PluginContainer) - Method in class org.galliumpowered.command.CommandManager
-
Register a command on the server
- registerCommand(String, String) - Method in interface org.galliumpowered.bridge.Bridge
- registerCommand(String, String, Args[]) - Method in interface org.galliumpowered.bridge.Bridge
- registerListener(Object) - Method in class org.galliumpowered.event.EventManager
- removeGroup(Group) - Method in class org.galliumpowered.permission.GroupManager
-
Remove a
Group
- removePermission(String) - Method in class org.galliumpowered.permission.Group
- removePermission(String) - Method in interface org.galliumpowered.world.entity.Player
-
Remove a permission from the player
- removePermission(String, PermissionOwner) - Method in class org.galliumpowered.database.Database
-
Set a group player or permission
- removePlugin(PluginContainer) - Method in class org.galliumpowered.plugin.PluginManager
-
FOR INTERNAL USE ONLY.
- renameDefaultFiles() - Static method in class org.galliumpowered.Gallium
-
FOR INTERNAL USE ONLY Rename default Minecraft config files to the place Gallium stores them
S
- sendMessage(String) - Method in interface org.galliumpowered.command.CommandCaller
-
Send a message to the command caller
- sendMessage(String) - Method in class org.galliumpowered.command.console.ConsoleCommandCaller
- sendMessage(Component) - Method in interface org.galliumpowered.command.CommandCaller
-
Send a message to the command caller
- sendMessage(Component) - Method in class org.galliumpowered.command.console.ConsoleCommandCaller
- sendMessage(Component) - Method in interface org.galliumpowered.world.entity.Player
-
Sends a message to the player
- sendMsgToAll(Component) - Method in interface org.galliumpowered.Server
-
Send a message to everyone online
- server - Variable in class org.galliumpowered.Gallium
- Server - Interface in org.galliumpowered
- serverProperties - Variable in class org.galliumpowered.Gallium
- ServerShutdownEvent - Class in org.galliumpowered.event.system
- ServerShutdownEvent(String) - Constructor for class org.galliumpowered.event.system.ServerShutdownEvent
- ServerStartEvent - Class in org.galliumpowered.event.system
- ServerStartEvent() - Constructor for class org.galliumpowered.event.system.ServerStartEvent
- setCancelled(boolean) - Method in class org.galliumpowered.event.CancelableEvent
-
Cancel the event
- setGallium(Gallium) - Static method in class org.galliumpowered.Gallium
-
FOR INTERNAL USE ONLY Set instance
- setGamemode(Gamemode) - Method in interface org.galliumpowered.world.entity.Player
-
Set the player's
Gamemode
- setGroup(Group) - Method in interface org.galliumpowered.world.entity.Player
-
Set a player's group
- setGroupPrefix(Group, String) - Method in class org.galliumpowered.database.Database
-
Set a group's prefix
- setInjector(Injector) - Method in class org.galliumpowered.plugin.PluginContainer
-
Sets the plugin container's
Injector
- setInstance(Object) - Method in class org.galliumpowered.plugin.PluginContainer
-
Sets the plugin's instance
- setLifecycleState(PluginLifecycleState) - Method in class org.galliumpowered.plugin.PluginContainer
-
Sets the lifecycle state of the container and triggers the lifecycle event in the plugin's main class
- setMetadata(PluginMetadata) - Method in class org.galliumpowered.plugin.PluginContainer
-
Sets the plugin's metadata
- setPlayerGroup(Player, Group) - Method in class org.galliumpowered.database.Database
-
Set a player's group
- setPlayerPrefix(Player, String) - Method in class org.galliumpowered.database.Database
-
Set a player's prefix
- setPrefix(String) - Method in class org.galliumpowered.permission.Group
- setPrefix(String) - Method in interface org.galliumpowered.world.entity.Player
-
Set the player's prefix
- setServer(Server) - Static method in class org.galliumpowered.Gallium
-
FOR INTERNAL USE ONLY Set server
- setSuppressed(boolean) - Method in class org.galliumpowered.event.player.PlayerDisconnectEvent
-
Hide the message
- setSuppressed(boolean) - Method in class org.galliumpowered.event.player.PlayerJoinEvent
-
Hide the message
- setValue(String, String) - Method in interface org.galliumpowered.config.Configuration
- setValue(String, String) - Method in class org.galliumpowered.config.DefaultConfiguration
- SINGLE - Enum constant in enum class org.galliumpowered.command.args.ArgumentType
- SPECTATOR - Enum constant in enum class org.galliumpowered.Gamemode
- suggest(CommandContext) - Method in class org.galliumpowered.command.MCommand
- SURVIVAL - Enum constant in enum class org.galliumpowered.Gamemode
- SystemEvent - Class in org.galliumpowered.event.system
- SystemEvent() - Constructor for class org.galliumpowered.event.system.SystemEvent
T
- teleport(double, double, double) - Method in interface org.galliumpowered.world.entity.Player
-
Teleport the player
- THE_END - Enum constant in enum class org.galliumpowered.world.World.Dimension
- THE_NETHER - Enum constant in enum class org.galliumpowered.world.World.Dimension
- TURQUIOSE - Static variable in class org.galliumpowered.chat.Colors
- type() - Element in annotation interface org.galliumpowered.annotation.Args
U
- ungroup() - Method in interface org.galliumpowered.world.entity.Player
-
Ungroup the player
- UNKNOWN - Enum constant in enum class org.galliumpowered.world.World.Dimension
- unloadContainer(PluginContainer) - Method in class org.galliumpowered.plugin.loader.PluginLoader
-
Unloads a
PluginContainer
- unloadPlugins() - Method in class org.galliumpowered.plugin.PluginManager
-
Unload all plugins on the server
- unregisterAllPluginCommands(PluginMetadata) - Method in class org.galliumpowered.command.CommandManager
- unregisterCommand(String) - Method in class org.galliumpowered.command.CommandManager
V
- value() - Element in annotation interface org.galliumpowered.annotation.PluginLifecycleListener
- valueOf(String) - Static method in enum class org.galliumpowered.command.args.ArgumentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.galliumpowered.command.CommandCallerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.galliumpowered.Gamemode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.galliumpowered.plugin.PluginLifecycleState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.galliumpowered.world.World.Difficulty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.galliumpowered.world.World.Dimension
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.galliumpowered.command.args.ArgumentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.galliumpowered.command.CommandCallerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.galliumpowered.Gamemode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.galliumpowered.plugin.PluginLifecycleState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.galliumpowered.world.World.Difficulty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.galliumpowered.world.World.Dimension
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version() - Element in annotation interface org.galliumpowered.annotation.Plugin
-
The plugin's version
W
- WHITE - Static variable in class org.galliumpowered.chat.Colors
- whitelistFile - Variable in class org.galliumpowered.Gallium
- World - Interface in org.galliumpowered.world
- World.Difficulty - Enum Class in org.galliumpowered.world
- World.Dimension - Enum Class in org.galliumpowered.world
- WorldBlock - Interface in org.galliumpowered.world.block
- writeConfig() - Method in class org.galliumpowered.config.DefaultConfiguration
Y
A B C D E F G H I J K L M N O P Q R S T U V W YAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form