Index

A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAuthor(String) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
addCommand(Object) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
addGroup(Group) - Method in class net.zenoc.gallium.permissionsys.GroupManager
Add a Group This does NOT add it to the database
addGroupsToGroupManager(GroupManager) - Method in class net.zenoc.gallium.database.Database
addListener(Object) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
addPermission(String) - Method in class net.zenoc.gallium.api.world.entity.Player
Add a permission to the player
addPermission(String) - Method in class net.zenoc.gallium.permissionsys.Group
 
ADVENTURE - Enum constant in enum class net.zenoc.gallium.api.Gamemode
 
aliases() - Element in annotation interface net.zenoc.gallium.api.annotations.Command
Command aliases

B

bannedIPsFile - Variable in class net.zenoc.gallium.Gallium
 
bannedPlayersFile - Variable in class net.zenoc.gallium.Gallium
 
BLACK - Static variable in class net.zenoc.gallium.api.chat.Colors
 
Block - Class in net.zenoc.gallium.api.world.block
 
Block(String, String) - Constructor for class net.zenoc.gallium.api.world.block.Block
 
BLUE - Static variable in class net.zenoc.gallium.api.chat.Colors
 
build() - Method in class net.zenoc.gallium.plugin.PluginBuilder
 

C

call() - Method in class net.zenoc.gallium.api.event.Event
Call the event
callEvent(Event) - Method in interface net.zenoc.gallium.eventsys.EventDispatcher
Call an event
CancelableEvent - Class in net.zenoc.gallium.api.event
 
CancelableEvent() - Constructor for class net.zenoc.gallium.api.event.CancelableEvent
 
ChatMessage - Class in net.zenoc.gallium.api.chat
 
ChatMessage(String) - Constructor for class net.zenoc.gallium.api.chat.ChatMessage
 
Colors - Class in net.zenoc.gallium.api.chat
 
Colors() - Constructor for class net.zenoc.gallium.api.chat.Colors
 
Command - Annotation Interface in net.zenoc.gallium.api.annotations
 
CommandCaller - Class in net.zenoc.gallium.commandsys
 
CommandCaller(String, CommandCallerType) - Constructor for class net.zenoc.gallium.commandsys.CommandCaller
 
CommandCallerType - Enum Class in net.zenoc.gallium.commandsys
 
CommandContext - Interface in net.zenoc.gallium.commandsys
 
CommandException - Exception in net.zenoc.gallium.exceptions
 
CommandException() - Constructor for exception net.zenoc.gallium.exceptions.CommandException
 
CommandException(String) - Constructor for exception net.zenoc.gallium.exceptions.CommandException
 
CommandException(Throwable) - Constructor for exception net.zenoc.gallium.exceptions.CommandException
 
commandManager - Variable in class net.zenoc.gallium.Gallium
 
CommandManager - Class in net.zenoc.gallium.commandsys
 
CommandManager() - Constructor for class net.zenoc.gallium.commandsys.CommandManager
 
CONSOLE - Enum constant in enum class net.zenoc.gallium.commandsys.CommandCallerType
 
createGroup(Group) - Method in class net.zenoc.gallium.permissionsys.GroupManager
Create a group and add it to the database
CREATIVE - Enum constant in enum class net.zenoc.gallium.api.Gamemode
 
currentPlayerCount() - Static method in interface net.zenoc.gallium.api.Server
Get online players as a number
CYAN - Static variable in class net.zenoc.gallium.api.chat.Colors
 

D

DARK_BLUE - Static variable in class net.zenoc.gallium.api.chat.Colors
 
database - Variable in class net.zenoc.gallium.Gallium
 
Database - Class in net.zenoc.gallium.database
 
Database(String) - Constructor for class net.zenoc.gallium.database.Database
 
description() - Element in annotation interface net.zenoc.gallium.api.annotations.Command
Command description
disconnect() - Method in class net.zenoc.gallium.api.world.entity.Player
Disconnect the player
disconnect(ChatMessage) - Method in class net.zenoc.gallium.api.world.entity.Player
Disconnect the player

E

EASY - Enum constant in enum class net.zenoc.gallium.api.world.World.Difficulty
 
Entity - Class in net.zenoc.gallium.api.world.entity
 
Entity(String) - Constructor for class net.zenoc.gallium.api.world.entity.Entity
 
Event - Class in net.zenoc.gallium.api.event
 
Event() - Constructor for class net.zenoc.gallium.api.event.Event
 
eventDispatcher - Variable in class net.zenoc.gallium.Gallium
 
EventDispatcher - Interface in net.zenoc.gallium.eventsys
 
EventListener - Annotation Interface in net.zenoc.gallium.api.annotations
Tags a method as an event listener
eventManager - Variable in class net.zenoc.gallium.Gallium
 
EventManager - Class in net.zenoc.gallium.eventsys
 
EventManager() - Constructor for class net.zenoc.gallium.eventsys.EventManager
 

F

from(String) - Static method in class net.zenoc.gallium.api.chat.ChatMessage
Send a string to the caller
from(StringJoiner) - Static method in class net.zenoc.gallium.api.chat.ChatMessage
Send a string joiner to the caller
fromId(int) - Static method in enum class net.zenoc.gallium.api.Gamemode
Get a gamemode by its ID
fromId(int) - Static method in enum class net.zenoc.gallium.api.world.World.Difficulty
 
fromName(String) - Static method in class net.zenoc.gallium.api.world.entity.Player
Get a player by their username
fromString(String) - Static method in class net.zenoc.gallium.api.chat.ChatMessage
Deprecated.
use from(String)

G

Gallium - Class in net.zenoc.gallium
 
Gallium() - Constructor for class net.zenoc.gallium.Gallium
 
galliumCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.GalliumCommand
 
GalliumCommand - Class in net.zenoc.gallium.internal.plugin.commands
 
GalliumCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.GalliumCommand
 
galliumConfig - Variable in class net.zenoc.gallium.Gallium
 
GalliumDatabaseException - Exception in net.zenoc.gallium.exceptions
 
GalliumDatabaseException() - Constructor for exception net.zenoc.gallium.exceptions.GalliumDatabaseException
 
GalliumDatabaseException(String) - Constructor for exception net.zenoc.gallium.exceptions.GalliumDatabaseException
 
GalliumDatabaseException(Throwable) - Constructor for exception net.zenoc.gallium.exceptions.GalliumDatabaseException
 
GalliumPlugin - Class in net.zenoc.gallium.internal.plugin
 
GalliumPlugin() - Constructor for class net.zenoc.gallium.internal.plugin.GalliumPlugin
 
Gamemode - Enum Class in net.zenoc.gallium.api
 
gamemodeCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.GamemodeCommand
 
GamemodeCommand - Class in net.zenoc.gallium.internal.plugin.commands
 
GamemodeCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.GamemodeCommand
 
getAuthors() - Method in class net.zenoc.gallium.plugin.Plugin
The plugin authors
getBannedIPsFile() - Static method in class net.zenoc.gallium.Gallium
Get banned IPS file
getBannedPlayersFile() - Static method in class net.zenoc.gallium.Gallium
Get banned players file
getCaller() - Method in interface net.zenoc.gallium.commandsys.CommandContext
Get the command caller
getCaller() - Method in class net.zenoc.gallium.commandsys.MCommand
Get the command caller
getCaller() - Method in class net.zenoc.gallium.eventsys.MListener
Get the command caller
getCommand() - Method in class net.zenoc.gallium.commandsys.MCommand
Get command
getCommandArgs() - Method in interface net.zenoc.gallium.commandsys.CommandContext
Command arguments
getCommandManager() - Static method in class net.zenoc.gallium.Gallium
Get command manager
getConfig() - Static method in class net.zenoc.gallium.Gallium
 
getContent() - Method in class net.zenoc.gallium.api.chat.ChatMessage
 
getDatabase() - Static method in class net.zenoc.gallium.Gallium
Get the database
getDefaultProperties() - Static method in class net.zenoc.gallium.Gallium
Get server.properties
getDescription() - Method in class net.zenoc.gallium.plugin.Plugin
The plugin's description
getEventDispatcher() - Static method in class net.zenoc.gallium.Gallium
Get event dispatcher
getEventManager() - Static method in class net.zenoc.gallium.Gallium
Get event manager
getGroup() - Method in class net.zenoc.gallium.api.world.entity.Player
Get the player's group
getGroupByName(String) - Method in class net.zenoc.gallium.permissionsys.GroupManager
Get a group by its name
getGroupManager() - Static method in class net.zenoc.gallium.Gallium
Get the group manager
getGroupPrefix(Group) - Method in class net.zenoc.gallium.database.Database
Get a group's prefix
getGroups() - Method in class net.zenoc.gallium.permissionsys.GroupManager
Get the groups
getId() - Method in enum class net.zenoc.gallium.api.Gamemode
Get the gamemode's ID
getId() - Method in class net.zenoc.gallium.api.world.block.Block
 
getId() - Method in enum class net.zenoc.gallium.api.world.World.Difficulty
 
getId() - Method in class net.zenoc.gallium.plugin.Plugin
The ID of the plugin
getListener() - Method in class net.zenoc.gallium.eventsys.MListener
Get command
getLoadedPlugins() - Method in class net.zenoc.gallium.plugin.PluginManager
 
getLogger() - Static method in class net.zenoc.gallium.api.logging.LogManager
Gets a log4j logger
getMethod() - Method in class net.zenoc.gallium.commandsys.MCommand
Get method
getMethod() - Method in class net.zenoc.gallium.eventsys.MListener
Get method
getMinecraftVersion() - Static method in class net.zenoc.gallium.Gallium
Get Minecraft server version
getName() - Method in class net.zenoc.gallium.api.world.block.Block
 
getName() - Method in class net.zenoc.gallium.api.world.entity.Entity
 
getName() - Method in interface net.zenoc.gallium.api.world.World
Get the world name
getName() - Method in class net.zenoc.gallium.permissionsys.Group
 
getName() - Method in class net.zenoc.gallium.permissionsys.PermissionOwner
 
getName() - Method in class net.zenoc.gallium.plugin.Plugin
The name of the plugin
getNMS() - Static method in class net.zenoc.gallium.Gallium
Get the NMS server
getOnlinePlayers() - Static method in interface net.zenoc.gallium.api.Server
Get all the online players
getOpListFile() - Static method in class net.zenoc.gallium.Gallium
Get ops file
getOwnerPermisions(String) - Method in class net.zenoc.gallium.database.Database
Get an owner's permissions
getPermissionManager() - Static method in class net.zenoc.gallium.Gallium
Get permission manager
getPermissions() - Method in class net.zenoc.gallium.api.world.entity.Player
Get the players permissions
getPermissions() - Method in class net.zenoc.gallium.permissionsys.Group
 
getPlayer() - Method in class net.zenoc.gallium.api.event.player.PlayerDisconnectEvent
 
getPlayer() - Method in class net.zenoc.gallium.api.event.player.PlayerEvent
 
getPlayer() - Method in class net.zenoc.gallium.commandsys.CommandCaller
 
getPlayerGroup(Player) - Method in class net.zenoc.gallium.database.Database
Get a player's group
getPlayerGroup(Player) - Method in class net.zenoc.gallium.permissionsys.PermissionManager
Get the player's group
getPlayerPermissions(Player) - Method in class net.zenoc.gallium.database.Database
 
getPlayerPermissions(Player) - Method in class net.zenoc.gallium.permissionsys.PermissionManager
 
getPlayerPrefix(Player) - Method in class net.zenoc.gallium.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 net.zenoc.gallium.permissionsys.PermissionManager
Get the prefix of a player
getPluginByName(String) - Method in class net.zenoc.gallium.plugin.PluginManager
 
getPluginManager() - Static method in class net.zenoc.gallium.Gallium
Get plugin manager
getPluginsDirectory() - Static method in class net.zenoc.gallium.Gallium
Get the server plugins directory
getPrefix() - Method in class net.zenoc.gallium.api.world.entity.Player
Get the player's prefix
getPrefix() - Method in class net.zenoc.gallium.permissionsys.Group
 
getReason() - Method in class net.zenoc.gallium.api.event.system.ServerShutdownEvent
 
getServer() - Static method in class net.zenoc.gallium.Gallium
Get server
getUUID() - Method in class net.zenoc.gallium.api.world.entity.Player
Get the player's UUID
getVersion() - Static method in class net.zenoc.gallium.Gallium
Get gallium API version
getVersion() - Method in class net.zenoc.gallium.plugin.Plugin
The plugin's version
getWhitelistFile() - Static method in class net.zenoc.gallium.Gallium
Get whitelist file
GRAY - Static variable in class net.zenoc.gallium.api.chat.Colors
 
GREEN - Static variable in class net.zenoc.gallium.api.chat.Colors
 
Group - Class in net.zenoc.gallium.permissionsys
 
Group(String, ArrayList<String>, String) - Constructor for class net.zenoc.gallium.permissionsys.Group
 
groupManager - Variable in class net.zenoc.gallium.Gallium
 
GroupManager - Class in net.zenoc.gallium.permissionsys
 
GroupManager() - Constructor for class net.zenoc.gallium.permissionsys.GroupManager
 
groupmodCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.permissions.GroupmodCommand
 
GroupmodCommand - Class in net.zenoc.gallium.internal.plugin.commands.permissions
 
GroupmodCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.permissions.GroupmodCommand
 

H

HARD - Enum constant in enum class net.zenoc.gallium.api.world.World.Difficulty
 
hasPermission(String) - Method in class net.zenoc.gallium.api.world.entity.Player
Whether the player has a permission
hasPermission(String) - Method in class net.zenoc.gallium.permissionsys.Group
 
hostname() - Method in interface net.zenoc.gallium.api.Server
Get the server hostname

I

ifConsole(Consumer<CommandCaller>) - Method in interface net.zenoc.gallium.commandsys.CommandContext
 
ifPlayer(Consumer<Player>) - Method in interface net.zenoc.gallium.commandsys.CommandContext
 
insertGroup(Group) - Method in class net.zenoc.gallium.database.Database
Insert a group
insertPermission(String, PermissionOwner) - Method in class net.zenoc.gallium.database.Database
Set a group or player permission
insertPlayer(Player) - Method in class net.zenoc.gallium.database.Database
Add a player to the database
instance - Static variable in class net.zenoc.gallium.Gallium
 
isCancelled - Variable in class net.zenoc.gallium.api.event.CancelableEvent
 
isCancelled() - Method in class net.zenoc.gallium.api.event.CancelableEvent
Whether the event was cancelled
isNumeric(String) - Static method in class net.zenoc.gallium.util.NumberUtils
 
isSuppressed() - Method in class net.zenoc.gallium.api.event.player.PlayerDisconnectEvent
 
isSuppressed() - Method in class net.zenoc.gallium.api.event.player.PlayerJoinEvent
 

L

LIGHT_GRAY - Static variable in class net.zenoc.gallium.api.chat.Colors
 
LIGHT_GREEN - Static variable in class net.zenoc.gallium.api.chat.Colors
 
LIGHT_RED - Static variable in class net.zenoc.gallium.api.chat.Colors
 
listeners - Variable in class net.zenoc.gallium.eventsys.EventManager
 
load() - Method in class net.zenoc.gallium.plugin.Plugin
Called by server to load the plugin
load() - Method in class net.zenoc.gallium.plugin.PluginImpl
 
loadPlugin(Plugin) - Method in class net.zenoc.gallium.plugin.PluginManager
 
loadPlugins() - Static method in class net.zenoc.gallium.Gallium
Enable the plugins Ensures that plugins aren't already loaded
loadPlugins() - Method in class net.zenoc.gallium.plugin.PluginManager
 
LogManager - Class in net.zenoc.gallium.api.logging
 
LogManager() - Constructor for class net.zenoc.gallium.api.logging.LogManager
 

M

MARKER - Static variable in class net.zenoc.gallium.api.chat.Colors
 
maxPlayerCount() - Static method in interface net.zenoc.gallium.api.Server
Get the maximum number of players that can be on the server
MCommand - Class in net.zenoc.gallium.commandsys
 
MCommand(Command, Object, Method) - Constructor for class net.zenoc.gallium.commandsys.MCommand
 
mkdirs() - Static method in class net.zenoc.gallium.Gallium
FOR INTERNAL USE ONLY Make config and data directories
MListener - Class in net.zenoc.gallium.eventsys
 
MListener(EventListener, Object, Method) - Constructor for class net.zenoc.gallium.eventsys.MListener
 

N

neededPerms() - Element in annotation interface net.zenoc.gallium.api.annotations.Command
Required permissions TODO-ish
net.zenoc.gallium - package net.zenoc.gallium
 
net.zenoc.gallium.api - package net.zenoc.gallium.api
 
net.zenoc.gallium.api.annotations - package net.zenoc.gallium.api.annotations
 
net.zenoc.gallium.api.chat - package net.zenoc.gallium.api.chat
 
net.zenoc.gallium.api.event - package net.zenoc.gallium.api.event
 
net.zenoc.gallium.api.event.player - package net.zenoc.gallium.api.event.player
 
net.zenoc.gallium.api.event.system - package net.zenoc.gallium.api.event.system
 
net.zenoc.gallium.api.logging - package net.zenoc.gallium.api.logging
 
net.zenoc.gallium.api.world - package net.zenoc.gallium.api.world
 
net.zenoc.gallium.api.world.block - package net.zenoc.gallium.api.world.block
 
net.zenoc.gallium.api.world.entity - package net.zenoc.gallium.api.world.entity
 
net.zenoc.gallium.commandsys - package net.zenoc.gallium.commandsys
 
net.zenoc.gallium.database - package net.zenoc.gallium.database
 
net.zenoc.gallium.eventsys - package net.zenoc.gallium.eventsys
 
net.zenoc.gallium.exceptions - package net.zenoc.gallium.exceptions
 
net.zenoc.gallium.internal.plugin - package net.zenoc.gallium.internal.plugin
 
net.zenoc.gallium.internal.plugin.commands - package net.zenoc.gallium.internal.plugin.commands
 
net.zenoc.gallium.internal.plugin.commands.permissions - package net.zenoc.gallium.internal.plugin.commands.permissions
 
net.zenoc.gallium.internal.plugin.listeners - package net.zenoc.gallium.internal.plugin.listeners
 
net.zenoc.gallium.permissionsys - package net.zenoc.gallium.permissionsys
 
net.zenoc.gallium.plugin - package net.zenoc.gallium.plugin
 
net.zenoc.gallium.util - package net.zenoc.gallium.util
 
nms - Variable in class net.zenoc.gallium.Gallium
 
NORMAL - Enum constant in enum class net.zenoc.gallium.api.world.World.Difficulty
 
NotYetImplementedException - Exception in net.zenoc.gallium.exceptions
 
NotYetImplementedException() - Constructor for exception net.zenoc.gallium.exceptions.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception net.zenoc.gallium.exceptions.NotYetImplementedException
 
NumberUtils - Class in net.zenoc.gallium.util
 
NumberUtils() - Constructor for class net.zenoc.gallium.util.NumberUtils
 

O

onPlayerJoin(PlayerJoinEvent) - Method in class net.zenoc.gallium.internal.plugin.listeners.PlayerJoinListener
 
open() - Method in class net.zenoc.gallium.database.Database
 
opListFile - Variable in class net.zenoc.gallium.Gallium
 
ORANGE - Static variable in class net.zenoc.gallium.api.chat.Colors
 

P

PEACEFUL - Enum constant in enum class net.zenoc.gallium.api.world.World.Difficulty
 
permissionManager - Variable in class net.zenoc.gallium.Gallium
 
PermissionManager - Class in net.zenoc.gallium.permissionsys
 
PermissionManager() - Constructor for class net.zenoc.gallium.permissionsys.PermissionManager
 
PermissionOwner - Class in net.zenoc.gallium.permissionsys
 
PermissionOwner(Player) - Constructor for class net.zenoc.gallium.permissionsys.PermissionOwner
 
PermissionOwner(Group) - Constructor for class net.zenoc.gallium.permissionsys.PermissionOwner
 
pingCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.PingCommand
 
PingCommand - Class in net.zenoc.gallium.internal.plugin.commands
 
PingCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.PingCommand
 
PINK - Static variable in class net.zenoc.gallium.api.chat.Colors
 
Player - Class in net.zenoc.gallium.api.world.entity
 
Player(ServerPlayer) - Constructor for class net.zenoc.gallium.api.world.entity.Player
 
PLAYER - Enum constant in enum class net.zenoc.gallium.commandsys.CommandCallerType
 
PlayerDisconnectEvent - Class in net.zenoc.gallium.api.event.player
A player disconnect event
PlayerDisconnectEvent(Player) - Constructor for class net.zenoc.gallium.api.event.player.PlayerDisconnectEvent
The player
PlayerEvent - Class in net.zenoc.gallium.api.event.player
 
PlayerEvent(Player) - Constructor for class net.zenoc.gallium.api.event.player.PlayerEvent
The player
playerExists(Player) - Method in class net.zenoc.gallium.database.Database
Check if a player is in the database
playerHasPermission(String, Player) - Method in class net.zenoc.gallium.database.Database
Whether a player has a permission
playerHasPermission(Player, String) - Method in class net.zenoc.gallium.permissionsys.PermissionManager
Check if a player has a permission
PlayerJoinEvent - Class in net.zenoc.gallium.api.event.player
A player join event
PlayerJoinEvent(Player) - Constructor for class net.zenoc.gallium.api.event.player.PlayerJoinEvent
The player
PlayerJoinListener - Class in net.zenoc.gallium.internal.plugin.listeners
 
PlayerJoinListener() - Constructor for class net.zenoc.gallium.internal.plugin.listeners.PlayerJoinListener
 
playerModCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.permissions.PlayermodCommand
 
PlayermodCommand - Class in net.zenoc.gallium.internal.plugin.commands.permissions
 
PlayermodCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.permissions.PlayermodCommand
 
plugin - Variable in class net.zenoc.gallium.internal.plugin.GalliumPlugin
 
Plugin - Class in net.zenoc.gallium.plugin
 
Plugin(String, String, String, String[], String) - Constructor for class net.zenoc.gallium.plugin.Plugin
 
PluginBuilder - Class in net.zenoc.gallium.plugin
 
PluginBuilder() - Constructor for class net.zenoc.gallium.plugin.PluginBuilder
 
PluginImpl - Class in net.zenoc.gallium.plugin
 
PluginImpl(String, String, String, String[], String) - Constructor for class net.zenoc.gallium.plugin.PluginImpl
 
pluginListCommand(CommandContext) - Method in class net.zenoc.gallium.internal.plugin.commands.PluginListCommand
 
PluginListCommand - Class in net.zenoc.gallium.internal.plugin.commands
 
PluginListCommand() - Constructor for class net.zenoc.gallium.internal.plugin.commands.PluginListCommand
 
PluginLoadFailException - Exception in net.zenoc.gallium.exceptions
 
PluginLoadFailException() - Constructor for exception net.zenoc.gallium.exceptions.PluginLoadFailException
 
PluginLoadFailException(Throwable) - Constructor for exception net.zenoc.gallium.exceptions.PluginLoadFailException
 
pluginManager - Variable in class net.zenoc.gallium.Gallium
 
PluginManager - Class in net.zenoc.gallium.plugin
 
PluginManager() - Constructor for class net.zenoc.gallium.plugin.PluginManager
 
pluginsDirectory - Variable in class net.zenoc.gallium.Gallium
 
PURPLE - Static variable in class net.zenoc.gallium.api.chat.Colors
 

R

RED - Static variable in class net.zenoc.gallium.api.chat.Colors
 
registerCommand(Object, Plugin) - Method in class net.zenoc.gallium.commandsys.CommandManager
Register a command on the server
registerEvent(Object) - Method in class net.zenoc.gallium.eventsys.EventManager
 
RegisterPlugin - Annotation Interface in net.zenoc.gallium.api.annotations
 
removeGroup(Group) - Method in class net.zenoc.gallium.permissionsys.GroupManager
Remove a Group
removePermission(String) - Method in class net.zenoc.gallium.api.world.entity.Player
Remove a permission from the player
removePermission(String) - Method in class net.zenoc.gallium.permissionsys.Group
 
removePermission(String, PermissionOwner) - Method in class net.zenoc.gallium.database.Database
Set a group player or permission
renameDefaultFiles() - Static method in class net.zenoc.gallium.Gallium
FOR INTERNAL USE ONLY Rename default Minecraft config files to the place Gallium stores them

S

sendMessage(ChatMessage) - Method in class net.zenoc.gallium.api.world.entity.Player
Send a message to the player
sendMessage(ChatMessage) - Method in class net.zenoc.gallium.commandsys.CommandCaller
 
sendMsgToAll(ChatMessage) - Static method in interface net.zenoc.gallium.api.Server
Send a message to everyone online
server - Variable in class net.zenoc.gallium.Gallium
 
Server - Interface in net.zenoc.gallium.api
 
serverProperties - Variable in class net.zenoc.gallium.Gallium
 
ServerShutdownEvent - Class in net.zenoc.gallium.api.event.system
 
ServerShutdownEvent(String) - Constructor for class net.zenoc.gallium.api.event.system.ServerShutdownEvent
 
serverStartEvent(ServerStartEvent) - Method in class net.zenoc.gallium.internal.plugin.GalliumPlugin
 
ServerStartEvent - Class in net.zenoc.gallium.api.event.system
 
ServerStartEvent() - Constructor for class net.zenoc.gallium.api.event.system.ServerStartEvent
 
setCancelled(boolean) - Method in class net.zenoc.gallium.api.event.CancelableEvent
Cancel the event
setDescription(String) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
setGallium(Gallium) - Static method in class net.zenoc.gallium.Gallium
FOR INTERNAL USE ONLY Set instance
setGamemode(Gamemode) - Method in class net.zenoc.gallium.api.world.entity.Player
Set the player's Gamemode
setGroup(Group) - Method in class net.zenoc.gallium.api.world.entity.Player
Set a player's group
setGroupPrefix(Group, String) - Method in class net.zenoc.gallium.database.Database
Set a group's prefix
setId(String) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
setName(String) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
setNMS(MinecraftServer) - Static method in class net.zenoc.gallium.Gallium
FOR INTERNAL USE ONLY Set NMS
setPlayerGroup(Player, Group) - Method in class net.zenoc.gallium.database.Database
Set a player's group
setPlayerPrefix(Player, String) - Method in class net.zenoc.gallium.database.Database
Set a player's prefix
setPrefix(String) - Method in class net.zenoc.gallium.api.world.entity.Player
Set the player's prefix
setPrefix(String) - Method in class net.zenoc.gallium.permissionsys.Group
 
setServer(Server) - Static method in class net.zenoc.gallium.Gallium
FOR INTERNAL USE ONLY Set server
setSuppressed(boolean) - Method in class net.zenoc.gallium.api.event.player.PlayerDisconnectEvent
Hide the message
setSuppressed(boolean) - Method in class net.zenoc.gallium.api.event.player.PlayerJoinEvent
Hide the message
setVersion(String) - Method in class net.zenoc.gallium.plugin.PluginBuilder
 
SPECTATOR - Enum constant in enum class net.zenoc.gallium.api.Gamemode
 
SURVIVAL - Enum constant in enum class net.zenoc.gallium.api.Gamemode
 
SystemEvent - Class in net.zenoc.gallium.api.event.system
 
SystemEvent() - Constructor for class net.zenoc.gallium.api.event.system.SystemEvent
 

T

teleport(double, double, double) - Method in class net.zenoc.gallium.api.world.entity.Player
Teleport the player
TextTransformer - Class in net.zenoc.gallium.util
 
TextTransformer() - Constructor for class net.zenoc.gallium.util.TextTransformer
 
toMinecraft(Component) - Static method in class net.zenoc.gallium.util.TextTransformer
 
TURQUIOSE - Static variable in class net.zenoc.gallium.api.chat.Colors
 

U

ungroup() - Method in class net.zenoc.gallium.api.world.entity.Player
Ungroup the player
unload() - Method in class net.zenoc.gallium.plugin.Plugin
Called by server to unload the plugin
unload() - Method in class net.zenoc.gallium.plugin.PluginImpl
 
unloadPlugin(Plugin) - Method in class net.zenoc.gallium.plugin.PluginManager
 

V

valueOf(String) - Static method in enum class net.zenoc.gallium.api.Gamemode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.zenoc.gallium.api.world.World.Difficulty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.zenoc.gallium.commandsys.CommandCallerType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.zenoc.gallium.api.Gamemode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.zenoc.gallium.api.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 net.zenoc.gallium.commandsys.CommandCallerType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WHITE - Static variable in class net.zenoc.gallium.api.chat.Colors
 
whitelistFile - Variable in class net.zenoc.gallium.Gallium
 
World - Interface in net.zenoc.gallium.api.world
 
World.Difficulty - Enum Class in net.zenoc.gallium.api.world
 

Y

YELLOW - Static variable in class net.zenoc.gallium.api.chat.Colors
 
A B C D E F G H I L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form