Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

acceptRequest(String) - Method in class net.lewmc.essence.utils.TeleportRequestUtil
Accepts a teleportation request.
acceptRequest(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Accepts a pending join request.
AnvilCommand - Class in net.lewmc.essence.commands.inventories
/anvil command.
AnvilCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.AnvilCommand
Constructor for the AnvilCommand class.
areTeammates(Player, Player) - Method in class net.lewmc.essence.utils.TeamUtil
Checks if players are in the same team..

B

BackCommand - Class in net.lewmc.essence.commands.teleportation
 
BackCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.BackCommand
Constructor for the BackCommand class.
BalanceCommand - Class in net.lewmc.essence.commands.economy
 
BalanceCommand(Essence) - Constructor for class net.lewmc.essence.commands.economy.BalanceCommand
Constructor for the BalanceCommand class.
bankBalance(String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets a bank balance.
bankDeposit(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deposits money into a player's bank account.
bankHas(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a bank has the required amount of funds.
bankNotImplemented() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Returns a new EconomyResponse that informs the system that bank accounts are not implemented.
bankWithdraw(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Withdraws money from a player's bank account.
broadcast(String) - Method in class net.lewmc.essence.utils.MessageUtil
Broadcasts a message to the server.
BroadcastCommand - Class in net.lewmc.essence.commands.chat
 
BroadcastCommand(Essence) - Constructor for class net.lewmc.essence.commands.chat.BroadcastCommand
Constructor for the BroadcastCommand class.

C

CartographyCommand - Class in net.lewmc.essence.commands.inventories
/cartography command.
CartographyCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.CartographyCommand
Constructor for the CartographyCommand class.
changeLeader(String, String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Changes a team's leader.
close() - Method in class net.lewmc.essence.utils.FileUtil
Closes the configuration file without saving it.
CommandUtil - Class in net.lewmc.essence.utils
The command utility.
CommandUtil(Essence) - Constructor for class net.lewmc.essence.utils.CommandUtil
The constructor for the CommandUtil.
console() - Method in class net.lewmc.essence.commands.GamemodeCommands
 
console(CommandSender) - Method in class net.lewmc.essence.commands.teleportation.tp.TeleportCommand
Checks if the command sender is the console.
console(CommandSender) - Method in class net.lewmc.essence.utils.CommandUtil
Checks if the commandSender is the console.
cooldownRemaining(Player, String) - Method in class net.lewmc.essence.utils.TeleportUtil
Gets the amount of time remaining on a specific type of cooldown.
cooldownSurpassed(Player, String) - Method in class net.lewmc.essence.utils.TeleportUtil
Checks if the cooldown has surpassed for a specific type of teleportation.
CraftCommand - Class in net.lewmc.essence.commands.inventories
/craft command.
CraftCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.CraftCommand
Constructor for the CraftCommand class.
create(String) - Method in class net.lewmc.essence.utils.FileUtil
Creates a file.
create(String, UUID, Location) - Method in class net.lewmc.essence.utils.WarpUtil
Creates a new warp.
create(String, Player, Location) - Method in class net.lewmc.essence.utils.HomeUtil
Creates a new home
createBank(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a bank account.
createBank(String, OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a bank account.
CreateNewTeam(String, UUID) - Method in class net.lewmc.essence.utils.TeamUtil
Creates a new team
createPlayerAccount(String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a new player account.
createPlayerAccount(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a new player account.
createPlayerAccount(OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a new player account.
createPlayerAccount(OfflinePlayer, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Creates a new player account.
createPlayerData() - Method in class net.lewmc.essence.utils.PlayerUtil
Creates a player data file for the given player.
createRequest(String, String, boolean) - Method in class net.lewmc.essence.utils.TeleportRequestUtil
Creates a teleportation request.
currencyNamePlural() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the plural currency name.
currencyNameSingular() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the singular currency name.

D

DeathEvent - Class in net.lewmc.essence.events
DeathEvent class.
DeathEvent(Essence) - Constructor for class net.lewmc.essence.events.DeathEvent
Constructor for the DeathEvent class.
declineRequest(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Declines a pending join request.
delete(String) - Method in class net.lewmc.essence.utils.FileUtil
Deletes a file.
deleteBank(String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deletes a bank account.
deleteFromRequested(String) - Method in class net.lewmc.essence.utils.TeleportRequestUtil
Deletes a request by finding it from the requested player.
deleteFromRequester(String) - Method in class net.lewmc.essence.utils.TeleportRequestUtil
Deletes a teleport request by finding it from the requesting player.
DelhomeCommand - Class in net.lewmc.essence.commands.teleportation.home
 
DelhomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.DelhomeCommand
Constructor for the DelhomeCommand class.
DelthomeCommand - Class in net.lewmc.essence.commands.teleportation.home.team
 
DelthomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.team.DelthomeCommand
Constructor for the DelthomeCommand class.
DelwarpCommand - Class in net.lewmc.essence.commands.teleportation.warp
 
DelwarpCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.warp.DelwarpCommand
Constructor for the DelwarpCommand class.
depositPlayer(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deposits money into a player's account.
depositPlayer(String, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deposits money into a player's account.
depositPlayer(OfflinePlayer, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deposits money into a player's account.
depositPlayer(OfflinePlayer, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Deposits money into a player's account.
disabled(MessageUtil) - Method in class net.lewmc.essence.utils.CommandUtil
Responds to disabled command usage.
disabledCommands - Variable in class net.lewmc.essence.Essence
Stores which commands are disabled.
disabledCommandsFeedback - Variable in class net.lewmc.essence.Essence
The config.yml's disabled-commands-feedback value is stored here.
disband(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Disbands a team.
doReplacement(String) - Method in class net.lewmc.essence.utils.TagUtil
Replaces tags with preconfigured text.
doTeleport(Player, Location, int) - Method in class net.lewmc.essence.utils.TeleportUtil
Teleports a player.
doTeleport(Player, World, double, double, double, float, float, int) - Method in class net.lewmc.essence.utils.TeleportUtil
Creates a location to teleport a player, then teleports them.

E

EnderchestCommand - Class in net.lewmc.essence.commands.inventories
/echest command.
EnderchestCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.EnderchestCommand
Constructor for the EnderchestCommand class.
Essence - Class in net.lewmc.essence
The main Essence class.
Essence() - Constructor for class net.lewmc.essence.Essence
 
EssenceCommands - Class in net.lewmc.essence.commands
 
EssenceCommands(Essence) - Constructor for class net.lewmc.essence.commands.EssenceCommands
Constructor for the EssenceCommands class.
EssenceTabCompleter - Class in net.lewmc.essence.tabcompleter
Tab completer for the /essence command.
EssenceTabCompleter() - Constructor for class net.lewmc.essence.tabcompleter.EssenceTabCompleter
 
essentialsHomes() - Method in class net.lewmc.essence.utils.ImportUtil
Imports homes from EssentialsX.
essentialsSpawns() - Method in class net.lewmc.essence.utils.ImportUtil
Imports spawns from EssentialsX.
essentialsWarps() - Method in class net.lewmc.essence.utils.ImportUtil
Imports warps from EssentialsX.
exists(String) - Method in class net.lewmc.essence.utils.FileUtil
Checks if a file exists.
exists(String) - Method in class net.lewmc.essence.utils.TeamUtil
Checks if a team exists.

F

FeedCommand - Class in net.lewmc.essence.commands.stats
 
FeedCommand(Essence) - Constructor for class net.lewmc.essence.commands.stats.FeedCommand
Constructor for the FeedCommand class.
FileUtil - Class in net.lewmc.essence.utils
Essence File Utility.
FileUtil(Essence) - Constructor for class net.lewmc.essence.utils.FileUtil
The constructor for the FileUtil class.
format(double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Formats the amount into an Essence economy string.
fractionalDigits() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
 

G

GamemodeCommands - Class in net.lewmc.essence.commands
Gamemode commands class.
GamemodeCommands(Essence) - Constructor for class net.lewmc.essence.commands.GamemodeCommands
Constructor for the GamemodeCommands class.
GamemodeTabCompleter - Class in net.lewmc.essence.tabcompleter
Tab completer for the /gamemode command.
GamemodeTabCompleter() - Constructor for class net.lewmc.essence.tabcompleter.GamemodeTabCompleter
 
get(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets an object from the configuration file.
getBalance(String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the balance of the player.
getBalance(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the balance of the player.
getBalance(OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the balance of the player.
getBalance(OfflinePlayer, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets the balance of the player.
getBanks() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Gets a list of banks.
getBoolean(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets a boolean from the configuration file.
getDouble(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets a double from the configuration file.
getHomeCount(Player) - Method in class net.lewmc.essence.utils.HomeUtil
Returns the amount of homes that a user has set.
getHomesLimit(Player) - Method in class net.lewmc.essence.utils.PermissionHandler
Gets the maximum number of homes a player can set from the permission system.
getHomesList(Player) - Method in class net.lewmc.essence.utils.HomeUtil
Gets a list of homes.
getInt(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets an integer from the configuration file.
getKeys(boolean) - Method in class net.lewmc.essence.utils.FileUtil
Gets a List from the configuration file if is root.
getKeys(String, boolean) - Method in class net.lewmc.essence.utils.FileUtil
Gets a List from the configuration file if not root.
getName() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Returns Essence's economy name.
getPlayerTeam(UUID) - Method in class net.lewmc.essence.utils.TeamUtil
Get the requested player's team.
GetRandomLocation(Player, WorldBorder) - Method in class net.lewmc.essence.utils.LocationUtil
 
getRule(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Gets a rule for a team.
getString(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets a string from the configuration file.
getStringList(String) - Method in class net.lewmc.essence.utils.FileUtil
Gets a String List from the configuration file.
getTeamHomeCount(Player) - Method in class net.lewmc.essence.utils.HomeUtil
Returns the amount of team homes that a user has set.
getTeamHomesLimit(Player) - Method in class net.lewmc.essence.utils.PermissionHandler
Gets the maximum number of team homes a player can set from the permission system.
getTeamHomesList(String) - Method in class net.lewmc.essence.utils.HomeUtil
Gets a list of team homes.
getTeamLeader(String) - Method in class net.lewmc.essence.utils.TeamUtil
Gets a team's leader,
getTeamMembers(String) - Method in class net.lewmc.essence.utils.TeamUtil
Gets a string list of the team's members.
getTeleportType(String[]) - Method in class net.lewmc.essence.utils.TeleportUtil
Determines which type of teleportation is taking place.
getWarpCount(Player) - Method in class net.lewmc.essence.utils.WarpUtil
Returns the amount of warps that a user has set.
getWarpsLimit(Player) - Method in class net.lewmc.essence.utils.PermissionHandler
Gets the maximum number of warps a player can set from the permission system.
giveKit(String) - Method in class net.lewmc.essence.utils.KitUtil
Gives the user referenced in the constructor the kit specified.
GrindstoneCommand - Class in net.lewmc.essence.commands.inventories
/grindstone command.
GrindstoneCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.GrindstoneCommand
Constructor for the GrindstoneCommand class.

H

has(String) - Method in class net.lewmc.essence.utils.PermissionHandler
Checks if the user has a specific permission.
has(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has enough money.
has(String, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has enough money.
has(OfflinePlayer, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has enough money.
has(OfflinePlayer, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has enough money.
hasAccount(String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has an account.
hasAccount(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has an account.
hasAccount(OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has an account.
hasAccount(OfflinePlayer, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player has an account.
hasBankSupport() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
If Essence supports banks.
hasRequested(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Checks if a user has requested to join a team.
hasSpecialCharacters(String) - Method in class net.lewmc.essence.utils.SecurityUtil
Checks for special characters.
HealCommand - Class in net.lewmc.essence.commands.stats
 
HealCommand(Essence) - Constructor for class net.lewmc.essence.commands.stats.HealCommand
Constructor for the HealCommand class.
HelpCommand - Class in net.lewmc.essence.commands
Help command class.
HelpCommand(Essence, MessageUtil, String[]) - Constructor for class net.lewmc.essence.commands.HelpCommand
Constructor for the HelpCommand class.
HomeCommand - Class in net.lewmc.essence.commands.teleportation.home
 
HomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.HomeCommand
Constructor for the HomeCommand class.
HomesCommand - Class in net.lewmc.essence.commands.teleportation.home
 
HomesCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.HomesCommand
Constructor for the HomesCommand class.
HomeTabCompleter - Class in net.lewmc.essence.tabcompleter
Tab completer for the /home command.
HomeTabCompleter(Essence) - Constructor for class net.lewmc.essence.tabcompleter.HomeTabCompleter
Constructor for the HomeTabCompleter command.
HomeUtil - Class in net.lewmc.essence.utils
/homes command helper utility.
HomeUtil(Essence) - Constructor for class net.lewmc.essence.utils.HomeUtil
Constructor for the HomeUtil class.

I

ImportUtil - Class in net.lewmc.essence.utils
Imports data from other systems.
ImportUtil(Essence) - Constructor for class net.lewmc.essence.utils.ImportUtil
Constructor for the ImportUtil class.
info(String) - Method in class net.lewmc.essence.utils.LogUtil
Logs a message to the server console as informational (standard).
InfoCommand - Class in net.lewmc.essence.commands.admin
/info command.
InfoCommand(Essence) - Constructor for class net.lewmc.essence.commands.admin.InfoCommand
Constructor for the InfoCommand class.
INVALID - Enum constant in enum class net.lewmc.essence.utils.TeleportUtil.Type
 
isBankMember(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player is a bank member (Not implemented)
isBankMember(String, OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player is a bank member (Not implemented)
isBankOwner(String, String) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player is a bank owner (Not implemented)
isBankOwner(String, OfflinePlayer) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if a player is a bank owner (Not implemented)
isDisabled(String) - Method in class net.lewmc.essence.utils.CommandUtil
Checks if a command is disabled.
isEnabled() - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Checks if the economy is enabled.
isLeader(String, UUID) - Method in class net.lewmc.essence.utils.TeamUtil
Checks if user is the leader of the team.
isMember(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Checks if the player is a member of a team.
isOpen() - Method in class net.lewmc.essence.utils.FileUtil
Checks if a file is open.
isPaperCompatible() - Method in class net.lewmc.essence.utils.CommandUtil
Checks if the server is compatible with PaperMC.

J

JoinEvent - Class in net.lewmc.essence.events
JoinEvent class.
JoinEvent(Essence) - Constructor for class net.lewmc.essence.events.JoinEvent
Constructor for the JoinEvent class.

K

kick(String, String) - Method in class net.lewmc.essence.utils.TeamUtil
Kicks a player from a team.
KitCommand - Class in net.lewmc.essence.commands
/kit command.
KitCommand(Essence) - Constructor for class net.lewmc.essence.commands.KitCommand
Constructor for the KitCommand class.
KitUtil - Class in net.lewmc.essence.utils
The Essence Kit utility.
KitUtil(Essence, Player) - Constructor for class net.lewmc.essence.utils.KitUtil
Constructor for the KitUtil class.

L

leave(String, UUID) - Method in class net.lewmc.essence.utils.TeamUtil
Leaves a team.
LeaveEvent - Class in net.lewmc.essence.events
LeaveEvent class.
LeaveEvent(Essence) - Constructor for class net.lewmc.essence.events.LeaveEvent
Constructor for the LeaveEvent class.
load(String) - Method in class net.lewmc.essence.utils.FileUtil
Opens a configuration file.
loadNoReformat(File) - Method in class net.lewmc.essence.utils.FileUtil
Opens a configuration file from root (without checking format).
LocationUtil - Class in net.lewmc.essence.utils
Essence location utility.
LocationUtil(Essence) - Constructor for class net.lewmc.essence.utils.LocationUtil
Constructor for the LocationUtil class.
LogUtil - Class in net.lewmc.essence.utils
Essence's logger.
LogUtil(Essence) - Constructor for class net.lewmc.essence.utils.LogUtil
Constructor for the LogUtil class.
LoomCommand - Class in net.lewmc.essence.commands.inventories
/loom command.
LoomCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.LoomCommand
Constructor for the LoomCommand class.

M

MessageUtil - Class in net.lewmc.essence.utils
Essence's Messaging Utility
MessageUtil(CommandSender, Essence) - Constructor for class net.lewmc.essence.utils.MessageUtil
Constructor for the MessageUtil class
MsgCommand - Class in net.lewmc.essence.commands.chat
 
MsgCommand(Essence) - Constructor for class net.lewmc.essence.commands.chat.MsgCommand
Constructor for the MsgCommand class.
msgHistory - Variable in class net.lewmc.essence.Essence
Stores message history.

N

net.lewmc.essence - package net.lewmc.essence
 
net.lewmc.essence.commands - package net.lewmc.essence.commands
 
net.lewmc.essence.commands.admin - package net.lewmc.essence.commands.admin
 
net.lewmc.essence.commands.chat - package net.lewmc.essence.commands.chat
 
net.lewmc.essence.commands.economy - package net.lewmc.essence.commands.economy
 
net.lewmc.essence.commands.inventories - package net.lewmc.essence.commands.inventories
 
net.lewmc.essence.commands.stats - package net.lewmc.essence.commands.stats
 
net.lewmc.essence.commands.teleportation - package net.lewmc.essence.commands.teleportation
 
net.lewmc.essence.commands.teleportation.home - package net.lewmc.essence.commands.teleportation.home
 
net.lewmc.essence.commands.teleportation.home.team - package net.lewmc.essence.commands.teleportation.home.team
 
net.lewmc.essence.commands.teleportation.tp - package net.lewmc.essence.commands.teleportation.tp
 
net.lewmc.essence.commands.teleportation.warp - package net.lewmc.essence.commands.teleportation.warp
 
net.lewmc.essence.events - package net.lewmc.essence.events
 
net.lewmc.essence.tabcompleter - package net.lewmc.essence.tabcompleter
 
net.lewmc.essence.utils - package net.lewmc.essence.utils
 
net.lewmc.essence.utils.economy - package net.lewmc.essence.utils.economy
 
noConsole() - Method in class net.lewmc.essence.utils.LogUtil
Logs a message to the console, informing the console operator that it cannot run the command requested.
noModeSet() - Method in class net.lewmc.essence.commands.GamemodeCommands
 
not() - Method in class net.lewmc.essence.utils.PermissionHandler
Informs the user that they do not have a permission.

O

onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.KitCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.stats.RepairCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.admin.InfoCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.admin.SeenCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.chat.BroadcastCommand
/broadcast command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.chat.MsgCommand
/msg command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.chat.ReplyCommand
/reply command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.economy.BalanceCommand
/bal command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.economy.PayCommand
/pay command handler
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.EssenceCommands
/essence command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.GamemodeCommands
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.AnvilCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.CartographyCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.CraftCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.EnderchestCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.GrindstoneCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.LoomCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.SmithingCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.StonecutterCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.inventories.TrashCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.RulesCommands
/rules command handler.
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.stats.FeedCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.stats.HealCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.TeamCommands
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.BackCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.DelhomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.HomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.HomesCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.SethomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.team.DelthomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.team.SetthomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.team.ThomeCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.home.team.ThomesCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.SetspawnCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.SpawnCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TeleportCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TpacceptCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TpaCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TpahereCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TpcancelCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TpdenyCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TprandomCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.tp.TptoggleCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.warp.DelwarpCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.warp.SetwarpCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.warp.WarpCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.commands.teleportation.warp.WarpsCommand
 
onEnable() - Method in class net.lewmc.essence.Essence
This function runs when Essence is enabled.
onPlayerBedEnterEvent(PlayerBedEnterEvent) - Method in class net.lewmc.essence.events.PlayerBedEnter
Event handler for when a player respawns.
onPlayerDamage(EntityDamageByEntityEvent) - Method in class net.lewmc.essence.events.PlayerDamageEvent
Event handler for when an entity is damaged by another entity.
onPlayerDeath(PlayerDeathEvent) - Method in class net.lewmc.essence.events.DeathEvent
Event handler for when a player dies.
onPlayerJoin(PlayerJoinEvent) - Method in class net.lewmc.essence.events.JoinEvent
Event handler for when a player joins.
onPlayerLeave(PlayerQuitEvent) - Method in class net.lewmc.essence.events.LeaveEvent
Event handler for when a player dies.
onPlayerMoveEvent(PlayerMoveEvent) - Method in class net.lewmc.essence.events.PlayerMove
Event handler for when a player respawns.
onPlayerRespawn(PlayerRespawnEvent) - Method in class net.lewmc.essence.events.RespawnEvent
Event handler for when a player respawns.
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.tabcompleter.EssenceTabCompleter
Tab completer for the /essence command.
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.tabcompleter.GamemodeTabCompleter
Tab completer for the /gamemode command.
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.tabcompleter.HomeTabCompleter
Tab completer for the /home command.
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.tabcompleter.TeamTabCompleter
Tab completer for the /team command.
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lewmc.essence.tabcompleter.WarpTabCompleter
Tab completer for the /warp command.

P

PayCommand - Class in net.lewmc.essence.commands.economy
 
PayCommand(Essence) - Constructor for class net.lewmc.essence.commands.economy.PayCommand
Constructor for the PayCommand class.
PermissionHandler - Class in net.lewmc.essence.utils
Essence's Permission Handler.
PermissionHandler(CommandSender, MessageUtil) - Constructor for class net.lewmc.essence.utils.PermissionHandler
Constructor.
PLAYER_TO_COORD - Enum constant in enum class net.lewmc.essence.utils.TeleportUtil.Type
 
PLAYER_TO_PLAYER - Enum constant in enum class net.lewmc.essence.utils.TeleportUtil.Type
 
PlayerBedEnter - Class in net.lewmc.essence.events
 
PlayerBedEnter(Essence) - Constructor for class net.lewmc.essence.events.PlayerBedEnter
Constructor for the PlayerBedEnter class.
PlayerDamageEvent - Class in net.lewmc.essence.events
PlayerDamageEvent class.
PlayerDamageEvent(Essence) - Constructor for class net.lewmc.essence.events.PlayerDamageEvent
Constructor for the PlayerDamageEvent class.
playerDataFile(UUID) - Method in class net.lewmc.essence.utils.FileUtil
Return the location of the player's data file from the player's UUID.
playerDataFile(Player) - Method in class net.lewmc.essence.utils.FileUtil
Return the location of the player's data file from an instance of the player.
PlayerMove - Class in net.lewmc.essence.events
PlayerMoveEvent class.
PlayerMove(Essence) - Constructor for class net.lewmc.essence.events.PlayerMove
Constructor for the PlayerMoveEvent class.
PlayerUtil - Class in net.lewmc.essence.utils
Essence's player utility.
PlayerUtil(Essence, CommandSender) - Constructor for class net.lewmc.essence.utils.PlayerUtil
The Player utility.

R

remove(String) - Method in class net.lewmc.essence.utils.FileUtil
Removes a key and it's associated data.
RepairCommand - Class in net.lewmc.essence.commands.stats
 
RepairCommand(Essence) - Constructor for class net.lewmc.essence.commands.stats.RepairCommand
Constructor for the RepairCommand class.
ReplyCommand - Class in net.lewmc.essence.commands.chat
 
ReplyCommand(Essence) - Constructor for class net.lewmc.essence.commands.chat.ReplyCommand
Constructor for the ReplyCommand class.
requestJoin(String, UUID) - Method in class net.lewmc.essence.utils.TeamUtil
Adds a join request to a specific team.
requestsToJoin(String) - Method in class net.lewmc.essence.utils.TeamUtil
Lists pending join requests.
RespawnEvent - Class in net.lewmc.essence.events
RespawnEvent class.
RespawnEvent(Essence) - Constructor for class net.lewmc.essence.events.RespawnEvent
Constructor for the RespawnEvent class.
RulesCommands - Class in net.lewmc.essence.commands
 
RulesCommands(Essence) - Constructor for class net.lewmc.essence.commands.RulesCommands
Constructor for the RulesCommands class.
runHelpCommand() - Method in class net.lewmc.essence.commands.HelpCommand
Runs the /help command.

S

save() - Method in class net.lewmc.essence.utils.FileUtil
Saves and closes the current configuration file.
save(File) - Method in class net.lewmc.essence.utils.FileUtil
Saves and closes the current configuration file to a custom location.
SecurityUtil - Class in net.lewmc.essence.utils
Security Utility
SecurityUtil() - Constructor for class net.lewmc.essence.utils.SecurityUtil
 
SeenCommand - Class in net.lewmc.essence.commands.admin
/seen command.
SeenCommand(Essence) - Constructor for class net.lewmc.essence.commands.admin.SeenCommand
Constructor for the SeenCommand class.
send(String, String) - Method in class net.lewmc.essence.utils.MessageUtil
Send a message to the user.
send(String, String, String[]) - Method in class net.lewmc.essence.utils.MessageUtil
Send a message to the user with additional data.
sendTo(CommandSender, String, String) - Method in class net.lewmc.essence.utils.MessageUtil
Send a message to a user.
sendTo(CommandSender, String, String, String[]) - Method in class net.lewmc.essence.utils.MessageUtil
Send a message to a user.
set(String, Object) - Method in class net.lewmc.essence.utils.FileUtil
Sets a value in the configuration file.
setCooldown(Player, String) - Method in class net.lewmc.essence.utils.TeleportUtil
Sets the cooldown for a specific type of teleportation.
setGamemode(CommandSender, Player, GameMode) - Method in class net.lewmc.essence.utils.PlayerUtil
Sets the player's gamemode.
SethomeCommand - Class in net.lewmc.essence.commands.teleportation.home
 
SethomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.SethomeCommand
Constructor for the SethomeCommand class.
setRule(String, String, boolean) - Method in class net.lewmc.essence.utils.TeamUtil
Sets a rule for a team.
SetspawnCommand - Class in net.lewmc.essence.commands.teleportation
 
SetspawnCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.SetspawnCommand
Constructor for the SetspawnCommand class.
setTeleportStatus(Player, boolean) - Method in class net.lewmc.essence.utils.TeleportUtil
Sets a player's teleport status.
SetthomeCommand - Class in net.lewmc.essence.commands.teleportation.home.team
 
SetthomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.team.SetthomeCommand
Constructor for the SetthomeCommand class.
SetwarpCommand - Class in net.lewmc.essence.commands.teleportation.warp
 
SetwarpCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.warp.SetwarpCommand
Constructor for the SetwarpCommand class.
severe(String) - Method in class net.lewmc.essence.utils.LogUtil
Logs a message to the server console as severe (fatal error).
SmithingCommand - Class in net.lewmc.essence.commands.inventories
/smithing command.
SmithingCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.SmithingCommand
Constructor for the SmithingCommand class.
SpawnCommand - Class in net.lewmc.essence.commands.teleportation
 
SpawnCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.SpawnCommand
Constructor for the SpawnCommand class.
StonecutterCommand - Class in net.lewmc.essence.commands.inventories
/stonecutter command.
StonecutterCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.StonecutterCommand
Constructor for the StonecutterCommand class.

T

TagUtil - Class in net.lewmc.essence.utils
The tag utility replaces tags with preconfigured text (placeholders)
TagUtil(Essence, Player) - Constructor for class net.lewmc.essence.utils.TagUtil
Constructor
TeamCommands - Class in net.lewmc.essence.commands
Team command class.
TeamCommands(Essence) - Constructor for class net.lewmc.essence.commands.TeamCommands
Constructor for the GamemodeCommands class.
TeamTabCompleter - Class in net.lewmc.essence.tabcompleter
Tab completer for the /team command.
TeamTabCompleter() - Constructor for class net.lewmc.essence.tabcompleter.TeamTabCompleter
 
TeamUtil - Class in net.lewmc.essence.utils
Team Utility
TeamUtil(Essence, MessageUtil) - Constructor for class net.lewmc.essence.utils.TeamUtil
Constructor for TeamUtil.
TeleportCommand - Class in net.lewmc.essence.commands.teleportation.tp
 
TeleportCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TeleportCommand
Constructor for the TeleportCommand class.
teleportingPlayers - Variable in class net.lewmc.essence.Essence
Stores pending teleports.
teleportIsValid(Player) - Method in class net.lewmc.essence.utils.TeleportUtil
Gets a player's teleport status.
teleportRequests - Variable in class net.lewmc.essence.Essence
Stores pending teleport requests.
TeleportRequestUtil - Class in net.lewmc.essence.utils
The TeleportRequestUtil class.
TeleportRequestUtil(Essence) - Constructor for class net.lewmc.essence.utils.TeleportRequestUtil
Constructor for the TeleportRequestUtil class.
TeleportUtil - Class in net.lewmc.essence.utils
Essence's teleportation utility.
TeleportUtil(Essence) - Constructor for class net.lewmc.essence.utils.TeleportUtil
Constructor for the TeleportUtil class.
TeleportUtil.Type - Enum Class in net.lewmc.essence.utils
Used to communicate the type of teleportation to commands where this may be ambiguous.
ThomeCommand - Class in net.lewmc.essence.commands.teleportation.home.team
 
ThomeCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.team.ThomeCommand
Constructor for the ThomeCommand class.
ThomesCommand - Class in net.lewmc.essence.commands.teleportation.home.team
 
ThomesCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.home.team.ThomesCommand
Constructor for the ThomesCommand class.
TO_COORD - Enum constant in enum class net.lewmc.essence.utils.TeleportUtil.Type
 
TO_PLAYER - Enum constant in enum class net.lewmc.essence.utils.TeleportUtil.Type
 
TpacceptCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpaccept command.
TpacceptCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TpacceptCommand
Constructor for the TpaCommand class.
TpaCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpa command.
TpaCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TpaCommand
Constructor for the TpacceptCommand class.
TpahereCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpa command.
TpahereCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TpahereCommand
Constructor for the TpahereCommand class.
TpcancelCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpaccept command.
TpcancelCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TpcancelCommand
Constructor for the TpcancelCommand class.
TpdenyCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpaccept command.
TpdenyCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TpdenyCommand
Constructor for the TpdenyCommand class.
TprandomCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tprandom command.
TprandomCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TprandomCommand
Constructor for the TprandomCommand class.
TptoggleCommand - Class in net.lewmc.essence.commands.teleportation.tp
/tpaccept command.
TptoggleCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.tp.TptoggleCommand
Constructor for the TptoggleCommand class.
TrashCommand - Class in net.lewmc.essence.commands.inventories
/trash command.
TrashCommand(Essence) - Constructor for class net.lewmc.essence.commands.inventories.TrashCommand
Constructor for the TrashCommand class.

U

UpdateConfig() - Method in class net.lewmc.essence.utils.UpdateUtil
Updates Essence's configuration.
UpdateLanguage() - Method in class net.lewmc.essence.utils.UpdateUtil
Updates Essence's language files.
UpdateLastLocation(Player) - Method in class net.lewmc.essence.utils.LocationUtil
 
updatePlayerData() - Method in class net.lewmc.essence.utils.PlayerUtil
Updates a player data file for the given player.
updatePlayerData(boolean, double, boolean) - Method in class net.lewmc.essence.utils.PlayerUtil
Updates a player data file for the given player.
UpdateUtil - Class in net.lewmc.essence.utils
Essence's update utility.
UpdateUtil(Essence) - Constructor for class net.lewmc.essence.utils.UpdateUtil
Constructor for UpdateUtil class.

V

valueOf(String) - Static method in enum class net.lewmc.essence.utils.TeleportUtil.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.lewmc.essence.utils.TeleportUtil.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VaultEconomy - Class in net.lewmc.essence.utils.economy
An implementation of the Vault economy interface.
VaultEconomy(Essence) - Constructor for class net.lewmc.essence.utils.economy.VaultEconomy
Constructor for the VaultEconomy class.
verbose - Variable in class net.lewmc.essence.Essence
The config.yml's verbose value is stored here.
VersionCheck() - Method in class net.lewmc.essence.utils.UpdateUtil
Checks Essence's version.

W

warn(String) - Method in class net.lewmc.essence.utils.LogUtil
Logs a message to the server console as warning (non-fatal error).
WarpCommand - Class in net.lewmc.essence.commands.teleportation.warp
 
WarpCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.warp.WarpCommand
Constructor for the WarpCommand class.
WarpsCommand - Class in net.lewmc.essence.commands.teleportation.warp
 
WarpsCommand(Essence) - Constructor for class net.lewmc.essence.commands.teleportation.warp.WarpsCommand
Constructor for the WarpsCommand class.
WarpTabCompleter - Class in net.lewmc.essence.tabcompleter
Tab completer for the /warp command.
WarpTabCompleter(Essence) - Constructor for class net.lewmc.essence.tabcompleter.WarpTabCompleter
Constructor for the WarpTabCompleter class.
WarpUtil - Class in net.lewmc.essence.utils
The warp utility.
WarpUtil(Essence) - Constructor for class net.lewmc.essence.utils.WarpUtil
Constructor for the WarpUtil class.
withdrawPlayer(String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Withdraws money from a player's account.
withdrawPlayer(String, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Withdraws money from a player's account.
withdrawPlayer(OfflinePlayer, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Withdraws money from a player's account.
withdrawPlayer(OfflinePlayer, String, double) - Method in class net.lewmc.essence.utils.economy.VaultEconomy
Withdraws money from a player's account.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages