Skip navigation links
A B C D E F G I L M O P R S T U V W Y 

A

addComponent(FormComponent) - Method in class org.geysermc.api.window.CustomFormBuilder
 
addComponent(FormComponent) - Method in class org.geysermc.api.window.CustomFormWindow
 
addOption(String, boolean) - Method in class org.geysermc.api.window.component.DropdownComponent
 
addStep(String, boolean) - Method in class org.geysermc.api.window.component.StepSliderComponent
 
AQUA - Static variable in class org.geysermc.api.ChatColor
 
AuthData - Interface in org.geysermc.api.session
 

B

BLACK - Static variable in class org.geysermc.api.ChatColor
 
BLACK - Static variable in class org.geysermc.api.ConsoleColors
 
BLACK_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 
BLINK - Static variable in class org.geysermc.api.ConsoleColors
 
BLUE - Static variable in class org.geysermc.api.ChatColor
 
BLUE - Static variable in class org.geysermc.api.ConsoleColors
 
BLUE_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 
BOLD - Static variable in class org.geysermc.api.ChatColor
 
BOLD - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_BLUE - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_CYAN - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_GREEN - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_MAGENTA - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_RED - Static variable in class org.geysermc.api.ConsoleColors
 
BRIGHT_YELLOW - Static variable in class org.geysermc.api.ConsoleColors
 
build() - Method in class org.geysermc.api.window.CustomFormBuilder
 

C

ChatColor - Class in org.geysermc.api
 
ChatColor() - Constructor for class org.geysermc.api.ChatColor
 
Command - Interface in org.geysermc.api.command
 
CommandMap - Interface in org.geysermc.api.command
 
CommandSender - Interface in org.geysermc.api.command
 
connect(RemoteServer) - Method in interface org.geysermc.api.Player
Connects the player to the remote server
Connector - Interface in org.geysermc.api
 
ConsoleColors - Class in org.geysermc.api
 
ConsoleColors() - Constructor for class org.geysermc.api.ConsoleColors
 
ConsoleCommandSender - Interface in org.geysermc.api.command
 
CustomFormBuilder - Class in org.geysermc.api.window
 
CustomFormBuilder(String) - Constructor for class org.geysermc.api.window.CustomFormBuilder
 
CustomFormResponse - Class in org.geysermc.api.window.response
 
CustomFormResponse() - Constructor for class org.geysermc.api.window.response.CustomFormResponse
 
CustomFormWindow - Class in org.geysermc.api.window
 
CustomFormWindow(String) - Constructor for class org.geysermc.api.window.CustomFormWindow
 
CustomFormWindow(String, List<FormComponent>) - Constructor for class org.geysermc.api.window.CustomFormWindow
 
CustomFormWindow(String, List<FormComponent>, String) - Constructor for class org.geysermc.api.window.CustomFormWindow
 
CustomFormWindow(String, List<FormComponent>, FormImage) - Constructor for class org.geysermc.api.window.CustomFormWindow
 
CYAN - Static variable in class org.geysermc.api.ConsoleColors
 
CYAN_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 

D

DARK_AQUA - Static variable in class org.geysermc.api.ChatColor
 
DARK_BLUE - Static variable in class org.geysermc.api.ChatColor
 
DARK_GRAY - Static variable in class org.geysermc.api.ChatColor
 
DARK_GRAY - Static variable in class org.geysermc.api.ConsoleColors
 
DARK_GREEN - Static variable in class org.geysermc.api.ChatColor
 
DARK_PURPLE - Static variable in class org.geysermc.api.ChatColor
 
DARK_RED - Static variable in class org.geysermc.api.ChatColor
 
debug(String) - Method in interface org.geysermc.api.logger.Logger
Logs a debug message to console
disablePlugin(Plugin) - Method in interface org.geysermc.api.plugin.PluginManager
Disables a plugin
disconnect(String) - Method in interface org.geysermc.api.Player
Disconnect the player for the specified reason
DropdownComponent - Class in org.geysermc.api.window.component
 
DropdownComponent() - Constructor for class org.geysermc.api.window.component.DropdownComponent
 

E

enablePlugin(Plugin) - Method in interface org.geysermc.api.plugin.PluginManager
Enables a plugin
error(String) - Method in interface org.geysermc.api.logger.Logger
Logs an error message to console
ESCAPE - Static variable in class org.geysermc.api.ChatColor
 
EventHandler - Annotation Type in org.geysermc.api.events
The annotation to put on all methods that are events.
EventHandler.EventPriority - Enum in org.geysermc.api.events
When an eventHandler should be run.
execute(CommandSender, String[]) - Method in interface org.geysermc.api.command.Command
Executes the command

F

FormButton - Class in org.geysermc.api.window.button
 
FormButton(String, FormImage) - Constructor for class org.geysermc.api.window.button.FormButton
 
FormComponent - Class in org.geysermc.api.window.component
 
FormComponent(String) - Constructor for class org.geysermc.api.window.component.FormComponent
 
FormImage - Class in org.geysermc.api.window.button
 
FormImage(FormImage.FormImageType, String) - Constructor for class org.geysermc.api.window.button.FormImage
 
FormImage.FormImageType - Enum in org.geysermc.api.window.button
 
FormResponse - Interface in org.geysermc.api.window.response
 
FormResponseData - Class in org.geysermc.api.window.response
 
FormResponseData() - Constructor for class org.geysermc.api.window.response.FormResponseData
 
FormWindow - Class in org.geysermc.api.window
 
FormWindow(String) - Constructor for class org.geysermc.api.window.FormWindow
 

G

getAddress() - Method in interface org.geysermc.api.RemoteServer
Returns the IP address of the remote server
getAliases() - Method in interface org.geysermc.api.command.Command
Returns the aliases of this command
getAuthenticationData() - Method in interface org.geysermc.api.Player
Returns the authentication data of the player.
getCommandMap() - Method in interface org.geysermc.api.Connector
Returns the command map
getCommandMap() - Static method in class org.geysermc.api.Geyser
Returns the command map
getCommands() - Method in interface org.geysermc.api.command.CommandMap
Returns a map of the commands
getConnector() - Static method in class org.geysermc.api.Geyser
Returns the connector instance for Geyser
getDescription() - Method in interface org.geysermc.api.command.Command
Returns the description of this command
getGeneralThreadPool() - Method in interface org.geysermc.api.Connector
Returns the general thread pool
getGeneralThreadPool() - Static method in class org.geysermc.api.Geyser
 
getJSONData() - Method in class org.geysermc.api.window.CustomFormWindow
 
getJSONData() - Method in class org.geysermc.api.window.FormWindow
 
getJSONData() - Method in class org.geysermc.api.window.ModalFormWindow
 
getJSONData() - Method in class org.geysermc.api.window.SimpleFormWindow
 
getLogger() - Method in interface org.geysermc.api.Connector
Returns the logger
getLogger() - Static method in class org.geysermc.api.Geyser
Returns the logger
getName() - Method in interface org.geysermc.api.command.Command
Returns the name of this command
getName() - Method in interface org.geysermc.api.command.CommandSender
Returns the name of the sender
getName() - Method in class org.geysermc.api.plugin.Plugin
 
getName() - Method in interface org.geysermc.api.session.AuthData
 
getPluginByName(String) - Method in interface org.geysermc.api.plugin.PluginManager
 
getPluginManager() - Method in interface org.geysermc.api.Connector
Returns the plugin manager
getPluginManager() - Static method in class org.geysermc.api.Geyser
Returns the plugin manager
getPlugins() - Method in interface org.geysermc.api.plugin.PluginManager
Returns a set of the loaded plugins
getPort() - Method in interface org.geysermc.api.RemoteServer
Returns the port of the remote server
getResponse() - Method in class org.geysermc.api.events.player.PlayerFormResponseEvent
Returns the response of the window, can be null if the player closed the window
getUUID() - Method in interface org.geysermc.api.session.AuthData
 
getXboxUUID() - Method in interface org.geysermc.api.session.AuthData
 
Geyser - Class in org.geysermc.api
 
Geyser() - Constructor for class org.geysermc.api.Geyser
 
GOLD - Static variable in class org.geysermc.api.ChatColor
 
GRAY - Static variable in class org.geysermc.api.ChatColor
 
GREEN - Static variable in class org.geysermc.api.ChatColor
 
GREEN - Static variable in class org.geysermc.api.ConsoleColors
 
GREEN_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 

I

info(String) - Method in interface org.geysermc.api.logger.Logger
Logs an info message to console
InputComponent - Class in org.geysermc.api.window.component
 
InputComponent(String, String, String) - Constructor for class org.geysermc.api.window.component.InputComponent
 
isClosed() - Method in class org.geysermc.api.events.player.PlayerFormResponseEvent
Returns if the window is closed
ITALIC - Static variable in class org.geysermc.api.ChatColor
 

L

LabelComponent - Class in org.geysermc.api.window.component
 
LabelComponent(String) - Constructor for class org.geysermc.api.window.component.LabelComponent
 
LIGHT_GRAY - Static variable in class org.geysermc.api.ConsoleColors
 
LIGHT_PURPLE - Static variable in class org.geysermc.api.ChatColor
 
Listener - Interface in org.geysermc.api.events
A marker class which says that a specific class uses events.
loadPlugin(Plugin) - Method in interface org.geysermc.api.plugin.PluginManager
Loads a plugin and all its class files
Logger - Interface in org.geysermc.api.logger
 

M

MAGENTA - Static variable in class org.geysermc.api.ConsoleColors
 
MAGENTA_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 
ModalFormResponse - Class in org.geysermc.api.window.response
 
ModalFormResponse() - Constructor for class org.geysermc.api.window.response.ModalFormResponse
 
ModalFormWindow - Class in org.geysermc.api.window
 
ModalFormWindow(String, String, String, String) - Constructor for class org.geysermc.api.window.ModalFormWindow
 

O

OBFUSCATED - Static variable in class org.geysermc.api.ChatColor
 
onDisable() - Method in class org.geysermc.api.plugin.Plugin
Called when a plugin is disabled
onEnable() - Method in class org.geysermc.api.plugin.Plugin
Called when a plugin is enabled
onLoad() - Method in class org.geysermc.api.plugin.Plugin
Called when a plugin is loaded
onReload() - Method in class org.geysermc.api.plugin.Plugin
Called when the server is reloaded
org.geysermc.api - package org.geysermc.api
 
org.geysermc.api.command - package org.geysermc.api.command
 
org.geysermc.api.events - package org.geysermc.api.events
 
org.geysermc.api.events.player - package org.geysermc.api.events.player
 
org.geysermc.api.logger - package org.geysermc.api.logger
 
org.geysermc.api.plugin - package org.geysermc.api.plugin
 
org.geysermc.api.session - package org.geysermc.api.session
 
org.geysermc.api.window - package org.geysermc.api.window
 
org.geysermc.api.window.button - package org.geysermc.api.window.button
 
org.geysermc.api.window.component - package org.geysermc.api.window.component
 
org.geysermc.api.window.response - package org.geysermc.api.window.response
 

P

PingEvent - Class in org.geysermc.api.events
 
PingEvent(InetSocketAddress) - Constructor for class org.geysermc.api.events.PingEvent
 
Player - Interface in org.geysermc.api
 
PlayerEvent - Class in org.geysermc.api.events.player
 
PlayerEvent(Player) - Constructor for class org.geysermc.api.events.player.PlayerEvent
 
PlayerFormResponseEvent - Class in org.geysermc.api.events.player
Called when a player interacts with a form
PlayerFormResponseEvent(Player, int, FormWindow) - Constructor for class org.geysermc.api.events.player.PlayerFormResponseEvent
Constructs a new PlayerFormResponseEvent instance
Plugin - Class in org.geysermc.api.plugin
The class that any main plugin class should extend.
Plugin() - Constructor for class org.geysermc.api.plugin.Plugin
 
PluginManager - Interface in org.geysermc.api.plugin
 

R

RED - Static variable in class org.geysermc.api.ChatColor
 
RED - Static variable in class org.geysermc.api.ConsoleColors
 
RED_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 
registerCommand(Command) - Method in interface org.geysermc.api.command.CommandMap
Registers a new command
registerEventListener(Plugin, Listener) - Method in interface org.geysermc.api.plugin.PluginManager
Registers a listener to be run when an event is executed
RemoteServer - Interface in org.geysermc.api
 
RESET - Static variable in class org.geysermc.api.ChatColor
 
RESET - Static variable in class org.geysermc.api.ConsoleColors
 
runCommand(CommandSender, String) - Method in interface org.geysermc.api.command.CommandMap
Runs a command for the given command sender
runEvent(Object) - Method in interface org.geysermc.api.plugin.PluginManager
Run an event

S

sendForm(FormWindow) - Method in interface org.geysermc.api.Player
Sends a form window
sendForm(FormWindow, int) - Method in interface org.geysermc.api.Player
Sends a form window with the given ID
sendMessage(String) - Method in interface org.geysermc.api.command.CommandSender
Sends a message to the command sender
sendMessage(String[]) - Method in interface org.geysermc.api.command.CommandSender
Sends multiple messages to the command sender
setAliases(List<String>) - Method in interface org.geysermc.api.command.Command
Sets the aliases of this command
setConnector(Connector) - Static method in class org.geysermc.api.Geyser
Sets the connector instance for Geyser
setDebug(boolean) - Method in interface org.geysermc.api.logger.Logger
Sets if the logger should print debug messages
setIcon(FormImage) - Method in class org.geysermc.api.window.CustomFormBuilder
 
setImage(FormImage) - Method in class org.geysermc.api.window.button.FormButton
 
setResponse(String) - Method in class org.geysermc.api.window.CustomFormBuilder
 
setResponse(CustomFormResponse) - Method in class org.geysermc.api.window.CustomFormBuilder
 
setResponse(String) - Method in class org.geysermc.api.window.CustomFormWindow
 
setResponse(FormResponse) - Method in class org.geysermc.api.window.FormWindow
 
setResponse(String) - Method in class org.geysermc.api.window.FormWindow
 
setResponse(String) - Method in class org.geysermc.api.window.ModalFormWindow
 
setResponse(String) - Method in class org.geysermc.api.window.SimpleFormWindow
 
setTitle(String) - Method in class org.geysermc.api.window.CustomFormBuilder
 
severe(String) - Method in interface org.geysermc.api.logger.Logger
Logs a severe message to console
shutdown() - Method in interface org.geysermc.api.Connector
Shuts down the connector
SimpleFormResponse - Class in org.geysermc.api.window.response
 
SimpleFormResponse() - Constructor for class org.geysermc.api.window.response.SimpleFormResponse
 
SimpleFormWindow - Class in org.geysermc.api.window
 
SimpleFormWindow(String, String) - Constructor for class org.geysermc.api.window.SimpleFormWindow
 
SimpleFormWindow(String, String, List<FormButton>) - Constructor for class org.geysermc.api.window.SimpleFormWindow
 
SliderComponent - Class in org.geysermc.api.window.component
 
SliderComponent(String, float, float, int, float) - Constructor for class org.geysermc.api.window.component.SliderComponent
 
StepSliderComponent - Class in org.geysermc.api.window.component
 
StepSliderComponent(String) - Constructor for class org.geysermc.api.window.component.StepSliderComponent
 
StepSliderComponent(String, List<String>) - Constructor for class org.geysermc.api.window.component.StepSliderComponent
 
StepSliderComponent(String, List<String>, int) - Constructor for class org.geysermc.api.window.component.StepSliderComponent
 
STRIKETHROUGH - Static variable in class org.geysermc.api.ChatColor
 
stripColors(String) - Static method in class org.geysermc.api.ChatColor
 

T

toANSI(String) - Static method in class org.geysermc.api.ChatColor
 
ToggleComponent - Class in org.geysermc.api.window.component
 
ToggleComponent(String) - Constructor for class org.geysermc.api.window.component.ToggleComponent
 
ToggleComponent(String, boolean) - Constructor for class org.geysermc.api.window.component.ToggleComponent
 
toString() - Method in class org.geysermc.api.plugin.Plugin
 
toString() - Method in enum org.geysermc.api.window.button.FormImage.FormImageType
 
translateAlternateColorCodes(char, String) - Method in class org.geysermc.api.ChatColor
 

U

UNDERLINE - Static variable in class org.geysermc.api.ChatColor
 
unloadPlugin(Plugin) - Method in interface org.geysermc.api.plugin.PluginManager
Unloads a plugin

V

valueOf(String) - Static method in enum org.geysermc.api.events.EventHandler.EventPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geysermc.api.window.button.FormImage.FormImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.geysermc.api.events.EventHandler.EventPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geysermc.api.window.button.FormImage.FormImageType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in interface org.geysermc.api.logger.Logger
Logs a warning message to console
WHITE - Static variable in class org.geysermc.api.ChatColor
 
WHITE - Static variable in class org.geysermc.api.ConsoleColors
 
WHITE_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 

Y

YELLOW - Static variable in class org.geysermc.api.ChatColor
 
YELLOW - Static variable in class org.geysermc.api.ConsoleColors
 
YELLOW_BACKGROUND - Static variable in class org.geysermc.api.ConsoleColors
 
A B C D E F G I L M O P R S T U V W Y 
Skip navigation links

Copyright © 2019 GeyserMC. All rights reserved.