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

A

AbstractFileConfiguration - Class in me.piggypiglet.framework.file.framework
 
AbstractFileConfiguration(Predicate<String>) - Constructor for class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
Provision a predicate to see whether a file extension will match this configuration
AbstractFileConfiguration(Predicate<String>, Mapper...) - Constructor for class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
add(Loader) - Method in class me.piggypiglet.framework.jars.loading.JarManager
 
add(S) - Method in class me.piggypiglet.framework.managers.implementations.SearchableManager
 
add(S) - Method in class me.piggypiglet.framework.managers.Manager
Store an item to this manager
addAnnotatedBinding(Class<? super T>, Class<? extends Annotation>, T) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Add a binding to guice that's only injectable when a specific annotation is provided.
addAnnotatedBinding(Class<? super T>, Annotation, T) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Add a binding to guice that's only injectable when a specific annotation is provided.
addBinding(Class<? super T>, T) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Add a binding to guice with a specific class and instance.
addBinding(Object) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Add a binding to guice, reference class is deduced from the instance itself.
addBinding(TypeLiteral<? super T>, T) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Add a binding to guice with a specific class & generic, and instance.
Addon - Annotation Type in me.piggypiglet.framework.utils.annotations.addon
Configuration annotation for addons
addonName(Class<?>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Format an addon class into an addon name
AnnotatedBinding<T> - Class in me.piggypiglet.framework.guice.objects
 
AnnotatedBinding(Class<? super T>, Annotation, T) - Constructor for class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
AnnotatedBinding(Class<? super T>, Class<? extends Annotation>, T) - Constructor for class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
anyContains(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the varargs contain a specific trigger.
anyContains(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the list contain a specific trigger.
anyEndWith(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the varargs end with a specific trigger.
anyEndWith(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the list end with a specific trigger.
anyMatches(String, Pattern...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the patterns supplied in the varargs match a specific trigger.
anyMatches(String, List<Pattern>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the patterns supplied in the list match a specific trigger.
anyStartWith(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the varargs start with a specific trigger.
anyStartWith(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if any of the strings supplied in the varargs start with a specific trigger.
anyWith(T, List<U>, BiPredicate<U, T>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a list of elements matches a predefined test against a specific element.
apply(T) - Method in interface me.piggypiglet.framework.utils.lambda.CheckedFunction
 
ARGUMENT_PATTERN - Static variable in class me.piggypiglet.framework.commands.CommandHandler
 
async(GRunnable) - Method in class me.piggypiglet.framework.bukkit.task.BukkitTask
 
async(GRunnable) - Method in class me.piggypiglet.framework.bungeecord.task.BungeeTask
 
async(GRunnable) - Method in class me.piggypiglet.framework.nukkit.task.NukkitTask
 
async(GRunnable) - Method in class me.piggypiglet.framework.sponge.task.SpongeTaskManager
 
async(GRunnable) - Method in class me.piggypiglet.framework.task.implementations.DefaultTask
 
async(GRunnable) - Method in class me.piggypiglet.framework.task.Task
Implementation of running a runnable async
async(Consumer<GRunnable>) - Method in class me.piggypiglet.framework.task.Task
Run a task async
async(Consumer<GRunnable>, String, boolean) - Method in class me.piggypiglet.framework.task.Task
Schedule a task to run after a specific amount of time, or every period of time.
async(GRunnable) - Method in class me.piggypiglet.framework.velocity.task.VelocityTask
 
Authenticated - Annotation Type in me.piggypiglet.framework.http.routes.mixins
 
autoPopulate(boolean) - Method in class me.piggypiglet.framework.mysql.manager.MySQLManager.Options
 

B

BadConfigTypeException - Exception in me.piggypiglet.framework.file.exceptions.config
Thrown if the implementation of AbstractFileConfiguration is incorrectly made
BadConfigTypeException(String) - Constructor for exception me.piggypiglet.framework.file.exceptions.config.BadConfigTypeException
 
BaseCommand - Class in me.piggypiglet.framework.commands.framework
 
BaseCommand(String) - Constructor for class me.piggypiglet.framework.commands.framework.BaseCommand
 
BindingSetterModule - Class in me.piggypiglet.framework.guice.modules
 
BindingSetterModule(Map<Class<?>, Object>, Map<TypeLiteral<?>, Object>, List<AnnotatedBinding<?>>, Class<?>...) - Constructor for class me.piggypiglet.framework.guice.modules.BindingSetterModule
 
BlankFileConfiguration - Class in me.piggypiglet.framework.file.implementations
 
BlankFileConfiguration() - Constructor for class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
BootPriority - Enum in me.piggypiglet.framework.bootstrap
Boot priorities available to startup registerables, ran in the order as defined in here
Bot - Annotation Type in me.piggypiglet.framework.jda.annotation
 
build() - Method in class me.piggypiglet.framework.file.framework.objects.Mapper.Builder
 
build() - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Compile all the user-set options into an instance of Framework NOTE: Will crash if any of the following aren't set: - main - pckg
build() - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder
Build the KeyTypeInfo instance from the data submitted into the builder.
build() - Method in class me.piggypiglet.framework.mysql.components.row.RowCreator.Builder
Build the RowCreator
build() - Method in class me.piggypiglet.framework.mysql.components.row.RowDeleter.Builder
Build the RowDeleter
build() - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor.Builder
Build the RowEditor
build() - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter.Builder
Build the row getter
build() - Method in class me.piggypiglet.framework.utils.builder.GenericBuilder.Builder
Build the object, after initialising with the instantiator and applying setters.
build() - Method in class me.piggypiglet.framework.utils.map.Maps.Builder
Build the map.
builder(Class<T>) - Static method in class me.piggypiglet.framework.file.framework.objects.Mapper
 
builder() - Static method in class me.piggypiglet.framework.Framework
Initialize a new instance of FrameworkBuilder
builder() - Static method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo
Get an instance of KeyTypeInfo.Builder
builder(String) - Static method in class me.piggypiglet.framework.mysql.components.row.RowCreator
 
builder(String) - Static method in class me.piggypiglet.framework.mysql.components.row.RowDeleter
 
builder(String) - Static method in class me.piggypiglet.framework.mysql.components.row.RowEditor
 
builder(String) - Static method in class me.piggypiglet.framework.mysql.components.row.RowGetter
 
builder(Map<K, V>, R, Consumer<Map<K, V>>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Create an embeddable map builder instance.
builder(Map<K, V>, R, Consumer<Map<K, V>>, Function<T, V>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Create an embeddable map builder instance, with a value mapper.
BuilderUtils - Class in me.piggypiglet.framework.utils.builder
 
BukkitAddon - Class in me.piggypiglet.framework.bukkit
 
BukkitAddon() - Constructor for class me.piggypiglet.framework.bukkit.BukkitAddon
 
BukkitCommand - Class in me.piggypiglet.framework.bukkit.commands.framework
 
BukkitCommand(String) - Constructor for class me.piggypiglet.framework.bukkit.commands.framework.BukkitCommand
 
BukkitCommandExecutor - Class in me.piggypiglet.framework.bukkit.commands
 
BukkitCommandExecutor() - Constructor for class me.piggypiglet.framework.bukkit.commands.BukkitCommandExecutor
 
BukkitCommandRegistrar - Class in me.piggypiglet.framework.bukkit.commands
 
BukkitCommandRegistrar() - Constructor for class me.piggypiglet.framework.bukkit.commands.BukkitCommandRegistrar
 
BukkitLogger - Class in me.piggypiglet.framework.bukkit.logging
 
BukkitLogger() - Constructor for class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
BukkitPlayer - Class in me.piggypiglet.framework.bukkit.binding.player
 
BukkitPlayer(Player) - Constructor for class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
BukkitServer - Class in me.piggypiglet.framework.bukkit.binding.server
 
BukkitServer() - Constructor for class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
BukkitTask - Class in me.piggypiglet.framework.bukkit.task
 
BukkitTask(MainBinding) - Constructor for class me.piggypiglet.framework.bukkit.task.BukkitTask
 
BukkitUser - Class in me.piggypiglet.framework.bukkit.user
 
BukkitUser(CommandSender) - Constructor for class me.piggypiglet.framework.bukkit.user.BukkitUser
 
bundle() - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder.KeyFunctionBuilder
Bundle the getter & exists functions into a KeyFunction
BungeeAddon - Class in me.piggypiglet.framework.bungeecord
 
BungeeAddon() - Constructor for class me.piggypiglet.framework.bungeecord.BungeeAddon
 
BungeeCommand - Class in me.piggypiglet.framework.bungeecord.commands.framework
 
BungeeCommand(String) - Constructor for class me.piggypiglet.framework.bungeecord.commands.framework.BungeeCommand
 
BungeeCommandExecutor - Class in me.piggypiglet.framework.bungeecord.commands
 
BungeeCommandExecutor() - Constructor for class me.piggypiglet.framework.bungeecord.commands.BungeeCommandExecutor
 
BungeeCommandExecutor.Executor - Class in me.piggypiglet.framework.bungeecord.commands
 
BungeeCordPlayer - Class in me.piggypiglet.framework.bungeecord.binding.player
 
BungeeCordPlayer(ProxiedPlayer) - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
BungeeCordServer - Class in me.piggypiglet.framework.bungeecord.binding.server
 
BungeeCordServer(MainBinding) - Constructor for class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
BungeeFileConfiguration - Class in me.piggypiglet.framework.bungeecord.file
 
BungeeFileConfiguration() - Constructor for class me.piggypiglet.framework.bungeecord.file.BungeeFileConfiguration
 
BungeeLogger - Class in me.piggypiglet.framework.bungeecord.logging
 
BungeeLogger() - Constructor for class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
BungeeTask - Class in me.piggypiglet.framework.bungeecord.task
 
BungeeTask(MainBinding) - Constructor for class me.piggypiglet.framework.bungeecord.task.BungeeTask
 
BungeeUser - Class in me.piggypiglet.framework.bungeecord.user
 
BungeeUser(CommandSender) - Constructor for class me.piggypiglet.framework.bungeecord.user.BungeeUser
 

C

canPickupItems() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
canPickupItems() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
canPickupItems() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
canPickupItems() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
canPickupItems() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
canPickupItems() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
changes() - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor.Builder
Changes to make
changes(Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor.Builder
Location of the row(s) to find
CheckedFunction<T,R> - Interface in me.piggypiglet.framework.utils.lambda
Function that can throw an exception catchable outside of the lambda
CheckedSupplier<T> - Interface in me.piggypiglet.framework.utils.lambda
Supplier that can throw an exception catchable outside of the lambda
checkVars(String, Object...) - Static method in class me.piggypiglet.framework.utils.builder.BuilderUtils
Utility method that will check if a builder has the required variables set, and if not, throw a RuntimeException.
ClassLoaderRegisterable - Class in me.piggypiglet.framework.jars.registerables
 
ClassLoaderRegisterable() - Constructor for class me.piggypiglet.framework.jars.registerables.ClassLoaderRegisterable
 
ClassUtils - Class in me.piggypiglet.framework.utils.clazz
 
clearCommands() - Method in class me.piggypiglet.framework.commands.CommandHandlers
Clear commands in here, and all underlying command handlers.
Color - Enum in me.piggypiglet.framework.minecraft.text.components
 
Command<T extends User> - Class in me.piggypiglet.framework.commands.framework
 
Command(String) - Constructor for class me.piggypiglet.framework.commands.framework.Command
 
Command.Options - Class in me.piggypiglet.framework.commands.framework
 
CommandExecutorRegisterable - Class in me.piggypiglet.framework.bukkit.registerables
 
CommandExecutorRegisterable() - Constructor for class me.piggypiglet.framework.bukkit.registerables.CommandExecutorRegisterable
 
CommandExecutorRegisterable - Class in me.piggypiglet.framework.bungeecord.registerables
 
CommandExecutorRegisterable() - Constructor for class me.piggypiglet.framework.bungeecord.registerables.CommandExecutorRegisterable
 
CommandExecutorRegisterable - Class in me.piggypiglet.framework.nukkit.registerables
 
CommandExecutorRegisterable() - Constructor for class me.piggypiglet.framework.nukkit.registerables.CommandExecutorRegisterable
 
CommandExecutorRegisterable - Class in me.piggypiglet.framework.sponge.registerables
 
CommandExecutorRegisterable() - Constructor for class me.piggypiglet.framework.sponge.registerables.CommandExecutorRegisterable
 
CommandExecutorRegisterable - Class in me.piggypiglet.framework.velocity.registerables
 
CommandExecutorRegisterable() - Constructor for class me.piggypiglet.framework.velocity.registerables.CommandExecutorRegisterable
 
CommandHandler - Class in me.piggypiglet.framework.commands
 
CommandHandler() - Constructor for class me.piggypiglet.framework.commands.CommandHandler
 
CommandHandlerRegisterable - Class in me.piggypiglet.framework.minecraft.registerables
 
CommandHandlerRegisterable() - Constructor for class me.piggypiglet.framework.minecraft.registerables.CommandHandlerRegisterable
 
CommandHandlerRegisterable - Class in me.piggypiglet.framework.registerables.startup.commands
 
CommandHandlerRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.commands.CommandHandlerRegisterable
 
CommandHandlers - Class in me.piggypiglet.framework.commands
 
CommandHandlers() - Constructor for class me.piggypiglet.framework.commands.CommandHandlers
 
commandPrefix(String) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
The application's command prefix, to be used in command handlers.
CommandsRegisterable - Class in me.piggypiglet.framework.registerables.startup.commands
 
CommandsRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.commands.CommandsRegisterable
 
compareTo(FileData) - Method in class me.piggypiglet.framework.file.objects.FileData
 
Component - Interface in me.piggypiglet.framework.minecraft.text.components
 
Config - Class in me.piggypiglet.framework.addon.objects
 
Config(Map<String, Object>) - Constructor for class me.piggypiglet.framework.addon.objects.Config
 
config(Class<?>, String, Map<String, String>) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Configure a config for an addon that requires configuration.
Config - Annotation Type in me.piggypiglet.framework.utils.annotations.addon
 
Config - Annotation Type in me.piggypiglet.framework.utils.annotations.files
Utility annotation you can use for your config file
ConfigInfo - Class in me.piggypiglet.framework.addon.objects
 
ConfigInfo(String, Map<String, String>, boolean) - Constructor for class me.piggypiglet.framework.addon.objects.ConfigInfo
 
ConfigManager - Class in me.piggypiglet.framework.addon
 
ConfigManager() - Constructor for class me.piggypiglet.framework.addon.ConfigManager
 
ConfigPathReference(String, String, String) - Constructor for class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
ConfigPathReference(String, String, String, UnaryOperator<String>) - Constructor for class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
ConfigSaveException - Exception in me.piggypiglet.framework.file.exceptions.config
 
ConfigSaveException(String) - Constructor for exception me.piggypiglet.framework.file.exceptions.config.ConfigSaveException
 
Configuration - Class in me.piggypiglet.framework.bungeecord.file.api
 
Configuration() - Constructor for class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
Configuration(Configuration) - Constructor for class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
configure(KeyTypeInfo.Builder) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryManager
 
configure() - Method in class me.piggypiglet.framework.guice.modules.BindingSetterModule
 
configure() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
configure(KeyTypeInfo.Builder) - Method in class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
configure(KeyTypeInfo.Builder) - Method in class me.piggypiglet.framework.managers.Manager
Configure acceptable key types
configure(KeyTypeInfo.Builder) - Method in class me.piggypiglet.framework.minecraft.player.inventory.PlayerInventoryManager
 
configure(KeyTypeInfo.Builder) - Method in class me.piggypiglet.framework.minecraft.player.PlayerManager
 
ConsoleAddon - Class in me.piggypiglet.framework.console
 
ConsoleAddon() - Constructor for class me.piggypiglet.framework.console.ConsoleAddon
 
consoleOnly(boolean) - Method in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand.Options
 
ConsoleRegisterable - Class in me.piggypiglet.framework.console.registerables
 
ConsoleRegisterable() - Constructor for class me.piggypiglet.framework.console.registerables.ConsoleRegisterable
 
ConsoleUser - Class in me.piggypiglet.framework.console.user
 
ConsoleUser() - Constructor for class me.piggypiglet.framework.console.user.ConsoleUser
 
contains(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
containsAny(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string contains any of the triggers supplied in the varargs.
containsAny(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string contains any of the triggers supplied in the list.
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.bukkit.file.SpigotFileConfiguration
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.bungeecord.file.BungeeFileConfiguration
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfigurationSection
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.file.implementations.json.JsonFileConfiguration
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.nukkit.file.NukkitFileConfiguration
 
convert(Map<String, Object>) - Method in class me.piggypiglet.framework.sponge.file.SpongeYamlFileConfiguration
 
create(String, boolean) - Method in class me.piggypiglet.framework.logging.Logger
Create a logger instance with a name
create(String, Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
create(String, Map<String, Object>) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Create a row in a table.
CreateFileException - Exception in me.piggypiglet.framework.file.exceptions.file
 
CreateFileException(String) - Constructor for exception me.piggypiglet.framework.file.exceptions.file.CreateFileException
 
createInjector() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
creator() - Method in class me.piggypiglet.framework.mysql.table.Table
Get a new instance of RowCreator Builder
customLang(String, LangEnum[]) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Specify a custom language enum
CustomLang - Class in me.piggypiglet.framework.lang.objects
 
CustomLang(String, LangEnum[]) - Constructor for class me.piggypiglet.framework.lang.objects.CustomLang
 

D

data() - Method in class me.piggypiglet.framework.mysql.components.row.RowCreator.Builder
 
data(Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.row.RowCreator.Builder
 
dataToType(Map<String, Object>) - Method in class me.piggypiglet.framework.mapper.LevenshteinObjectMapper
Convert a map (String, Object) into an instance of T.
dataToType(D) - Method in interface me.piggypiglet.framework.mapper.ObjectMapper
Convert D to T
debug(String) - Method in class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
debug(String) - Method in class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
debug(boolean) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Should debug messages be logged?
debug(String) - Method in class me.piggypiglet.framework.logback.LogbackLogger
 
debug(String) - Method in class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
debug(String) - Method in class me.piggypiglet.framework.logging.Logger
Implementation of sending a debug message through a third-party logger.
debug(Object, Object...) - Method in class me.piggypiglet.framework.logging.Logger
Log a debug message.
debug(String) - Method in class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
debug(String) - Method in class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
debug(String) - Method in class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
def(boolean) - Method in class me.piggypiglet.framework.commands.framework.Command.Options
Is this a default command? For example a help command.
Default - Annotation Type in me.piggypiglet.framework.utils.annotations.reflection.def
For internal use only
DefaultConfigsRegisterable - Class in me.piggypiglet.framework.registerables.startup.addon
 
DefaultConfigsRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.addon.DefaultConfigsRegisterable
 
DefaultHTTP - Annotation Type in me.piggypiglet.framework.http.files
Annotation for the default html filewrapper binding
DefaultLogger - Class in me.piggypiglet.framework.logging.implementations
 
DefaultLogger() - Constructor for class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
DefaultPermissionStore - Class in me.piggypiglet.framework.http.routes.auth.permissions
 
DefaultPermissionStore() - Constructor for class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
DefaultPlayer - Class in me.piggypiglet.framework.minecraft.player
 
DefaultPlayer() - Constructor for class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
DefaultServer - Class in me.piggypiglet.framework.minecraft.server
 
DefaultServer() - Constructor for class me.piggypiglet.framework.minecraft.server.DefaultServer
 
DefaultTask - Class in me.piggypiglet.framework.task.implementations
Default task manager for RPF.
DefaultTask(int) - Constructor for class me.piggypiglet.framework.task.implementations.DefaultTask
 
delete(Inventory) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryManager
 
delete(Permission) - Method in class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
delete(S) - Method in class me.piggypiglet.framework.managers.Manager
Handle deleting an item from underlying data structures
delete(Inventory) - Method in class me.piggypiglet.framework.minecraft.player.inventory.PlayerInventoryManager
 
delete(Player) - Method in class me.piggypiglet.framework.minecraft.player.PlayerManager
 
delete(String, Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
delete(T) - Method in class me.piggypiglet.framework.mysql.table.Table
 
deleteAll() - Method in class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarDeleter
 
deleteOutdated(String, DownloadableJar...) - Static method in class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarManager
Delete any outdated jars
deleter() - Method in class me.piggypiglet.framework.mysql.table.Table
Get a new instance of RowDeleter Builder
description(String) - Method in class me.piggypiglet.framework.commands.framework.Command.Options
Description that will show for this command in the help command
Disabled - Annotation Type in me.piggypiglet.framework.utils.annotations.reflection
Add to a class in order for it not to be picked up by any auto registers, for example commands.
download(String, DownloadableJar...) - Static method in class me.piggypiglet.framework.jars.loading.web.JarDownloader
 
DownloadableJar - Class in me.piggypiglet.framework.jars.loading.web
 
DownloadableJar(String, String, String, String, URL) - Constructor for class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 

E

edit(String, Map<String, Object>, Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
editor() - Method in class me.piggypiglet.framework.mysql.table.Table
Get a new instance of RowEditor Builder
endsWithAny(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string ends with any of the triggers supplied in the list.
endWithAny(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string ends with any of the triggers supplied in the varargs.
equals(Object) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
equals(Object) - Method in class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
error(String) - Method in class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
error(String) - Method in class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
error(String) - Method in class me.piggypiglet.framework.logback.LogbackLogger
 
error(String) - Method in class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
error(String) - Method in class me.piggypiglet.framework.logging.Logger
Implementation of sending an error message through a third-party logger.
error(Object, Object...) - Method in class me.piggypiglet.framework.logging.Logger
Log an error message.
error(String) - Method in class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
error(String) - Method in class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
error(String) - Method in class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
EventFinderRegisterable - Class in me.piggypiglet.framework.bukkit.registerables
 
EventFinderRegisterable() - Constructor for class me.piggypiglet.framework.bukkit.registerables.EventFinderRegisterable
 
EventFinderRegisterable - Class in me.piggypiglet.framework.bungeecord.registerables
 
EventFinderRegisterable() - Constructor for class me.piggypiglet.framework.bungeecord.registerables.EventFinderRegisterable
 
EventFinderRegisterable - Class in me.piggypiglet.framework.nukkit.registerables
 
EventFinderRegisterable() - Constructor for class me.piggypiglet.framework.nukkit.registerables.EventFinderRegisterable
 
EventFinderRegisterable - Class in me.piggypiglet.framework.sponge.registerables
 
EventFinderRegisterable() - Constructor for class me.piggypiglet.framework.sponge.registerables.EventFinderRegisterable
 
EventFinderRegisterable - Class in me.piggypiglet.framework.velocity.registerables
 
EventFinderRegisterable() - Constructor for class me.piggypiglet.framework.velocity.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.bukkit.registerables.CommandExecutorRegisterable
 
execute() - Method in class me.piggypiglet.framework.bukkit.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.bukkit.registerables.LoggerRegisterable
 
execute(CommandSender, String[]) - Method in class me.piggypiglet.framework.bungeecord.commands.BungeeCommandExecutor.Executor
 
execute() - Method in class me.piggypiglet.framework.bungeecord.registerables.CommandExecutorRegisterable
 
execute() - Method in class me.piggypiglet.framework.bungeecord.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.bungeecord.registerables.LoggerRegisterable
 
execute() - Method in class me.piggypiglet.framework.bungeecord.registerables.PacketRegisterable
 
execute(T, String[]) - Method in class me.piggypiglet.framework.commands.framework.Command
 
execute(User, String[]) - Method in class me.piggypiglet.framework.commands.implementations.HelpCommand
 
execute(User, String[]) - Method in class me.piggypiglet.framework.console.commands.StopCommand
 
execute() - Method in class me.piggypiglet.framework.console.registerables.ConsoleRegisterable
 
execute(User, String[]) - Method in class me.piggypiglet.framework.http.commands.GenerateTokenCommand
 
execute(User, String[]) - Method in class me.piggypiglet.framework.http.commands.TestTokenCommand
 
execute() - Method in class me.piggypiglet.framework.http.registerables.shutdown.ShutdownHTTP
 
execute() - Method in class me.piggypiglet.framework.http.registerables.startup.HTTPRegisterable
 
execute() - Method in class me.piggypiglet.framework.http.registerables.startup.PermissionRegisterable
 
execute() - Method in class me.piggypiglet.framework.http.registerables.startup.RoutesRegisterable
 
execute() - Method in class me.piggypiglet.framework.jars.registerables.ClassLoaderRegisterable
 
execute() - Method in class me.piggypiglet.framework.jars.registerables.LoaderFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.jda.shutdown.JDAShutdown
 
execute() - Method in class me.piggypiglet.framework.jda.startup.GuildBindingRegisterable
 
execute() - Method in class me.piggypiglet.framework.jda.startup.JDARegisterable
 
execute(MinecraftUser, String[]) - Method in class me.piggypiglet.framework.minecraft.commands.implementations.HelpCommand
 
execute() - Method in class me.piggypiglet.framework.minecraft.registerables.CommandHandlerRegisterable
 
execute() - Method in class me.piggypiglet.framework.minecraft.registerables.ServerRegisterable
 
execute() - Method in class me.piggypiglet.framework.mysql.components.row.RowCreator
Create the row
execute() - Method in class me.piggypiglet.framework.mysql.components.row.RowDeleter
Delete the row, using data from the RowDeleter
execute() - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor
Execute the edit
execute() - Method in class me.piggypiglet.framework.mysql.registerables.shutdown.MySQLFinalSave
 
execute() - Method in class me.piggypiglet.framework.mysql.registerables.shutdown.MySQLShutdown
 
execute() - Method in class me.piggypiglet.framework.mysql.registerables.startup.MySQLRegisterable
 
execute() - Method in class me.piggypiglet.framework.mysql.registerables.startup.MySQLSavingRegisterable
 
execute() - Method in class me.piggypiglet.framework.nukkit.registerables.CommandExecutorRegisterable
 
execute() - Method in class me.piggypiglet.framework.nukkit.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.nukkit.registerables.LoggerRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.shutdown.TaskShutdownRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.ShutdownRegisterable
Code to be ran during registerable execution
execute() - Method in class me.piggypiglet.framework.registerables.startup.addon.DefaultConfigsRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.addon.UserConfigsRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.commands.CommandHandlerRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.commands.CommandsRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.file.FileMappingRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.file.FilesRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.file.FileTypesRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.file.lang.LangFileRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.file.lang.LangValuesRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.ImplementationFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.ManagersRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.ShutdownHookRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.startup.ShutdownRegisterablesRegisterable
 
execute() - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Code to be ran on the registerable's execution.
execute() - Method in class me.piggypiglet.framework.sponge.registerables.CommandExecutorRegisterable
 
execute() - Method in class me.piggypiglet.framework.sponge.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.sponge.registerables.LoggerRegisterable
 
execute(CommandSource, String[]) - Method in class me.piggypiglet.framework.velocity.commands.VelocityCommandExecutor
 
execute() - Method in class me.piggypiglet.framework.velocity.registerables.CommandExecutorRegisterable
 
execute() - Method in class me.piggypiglet.framework.velocity.registerables.EventFinderRegisterable
 
execute() - Method in class me.piggypiglet.framework.velocity.registerables.LoggerRegisterable
 
exists(String) - Method in class me.piggypiglet.framework.file.FileManager
Check if a file is stored under an identifier.
exists(T) - Method in class me.piggypiglet.framework.managers.Manager
Check if a key is set based on configured key types.
exists(Predicate<U>) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder.KeyFunctionBuilder
Set the function to check if something exists in a data structure via the mapped key
exists(String, Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
exists() - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter
Check if the row exists
exists(String, Map<String, Object>) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Check if a row exists at a specific location
exportResource(InputStream, String) - Static method in class me.piggypiglet.framework.utils.FileUtils
Export an inputstream into an external file

F

f2mMultiply(BigInteger, BigInteger) - Static method in class me.piggypiglet.framework.utils.key.MathKeyUtils
 
f2mReduce(BigInteger, BigInteger, int) - Static method in class me.piggypiglet.framework.utils.key.MathKeyUtils
 
f2mSum(BigInteger...) - Static method in class me.piggypiglet.framework.utils.key.MathKeyUtils
 
file(boolean, String, String, String, Class<? extends Annotation>) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add a file to be copied from an embed and loaded into memory.
file(boolean, String, String, String, Annotation) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add a file to be copied from an embed and loaded into memory.
file(boolean, String, FileData.ConfigPathReference, String, Class<? extends Annotation>) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add a file to be copied from an embed and loaded into memory.
file(boolean, String, FileData.ConfigPathReference, String, Annotation) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add a file to be copied from an embed and loaded into memory.
File - Annotation Type in me.piggypiglet.framework.utils.annotations.addon
Addon to contain info about a file an addon needs to register
FileConfiguration - Interface in me.piggypiglet.framework.file.framework
 
FileConfigurationFactory - Class in me.piggypiglet.framework.file
 
FileConfigurationFactory() - Constructor for class me.piggypiglet.framework.file.FileConfigurationFactory
 
FileData - Class in me.piggypiglet.framework.file.objects
 
FileData(boolean, String, String, String, Class<? extends Annotation>) - Constructor for class me.piggypiglet.framework.file.objects.FileData
 
FileData(boolean, String, String, String, Annotation) - Constructor for class me.piggypiglet.framework.file.objects.FileData
 
FileData(boolean, String, FileData.ConfigPathReference, String, Class<? extends Annotation>) - Constructor for class me.piggypiglet.framework.file.objects.FileData
 
FileData(boolean, String, FileData.ConfigPathReference, String, Annotation) - Constructor for class me.piggypiglet.framework.file.objects.FileData
 
FileData.ConfigPathReference - Class in me.piggypiglet.framework.file.objects
 
fileDir(String) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the parent directory configs will be put in.
FileManager - Class in me.piggypiglet.framework.file
 
FileManager() - Constructor for class me.piggypiglet.framework.file.FileManager
 
FileMappingRegisterable - Class in me.piggypiglet.framework.registerables.startup.file
 
FileMappingRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.file.FileMappingRegisterable
 
FilesRegisterable - Class in me.piggypiglet.framework.registerables.startup.file
 
FilesRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.file.FilesRegisterable
 
FileTypesRegisterable - Class in me.piggypiglet.framework.registerables.startup.file
 
FileTypesRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.file.FileTypesRegisterable
 
FileUtils - Class in me.piggypiglet.framework.utils
 
FileWrapper - Class in me.piggypiglet.framework.file.objects
 
FileWrapper(File, String) - Constructor for class me.piggypiglet.framework.file.objects.FileWrapper
 
flatten(Map.Entry<String, Object>) - Method in class me.piggypiglet.framework.file.framework.objects.Mapper
 
flatten(Map.Entry<String, Object>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Stream flatMap utility to flatten a map, with "." as the level separator.
flatten(Map.Entry<String, Object>, Class<T>, Function<T, Map<String, Object>>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Stream flatMap utility to flatten a map, with "." as the level separator, and a object mapper (triggered if a configured type is detected within a nested map).
flattener(Function<T, Map<String, Object>>) - Method in class me.piggypiglet.framework.file.framework.objects.Mapper.Builder
 
format(Object, Object...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Extended implementation of String.format, with support for the Lang system, and type independent concatenations.
format(Object) - Static method in class me.piggypiglet.framework.utils.StringUtils
 
Framework - Class in me.piggypiglet.framework
 
Framework.FrameworkBuilder - Class in me.piggypiglet.framework
 
FrameworkBootstrap - Class in me.piggypiglet.framework.bootstrap
 
FrameworkBootstrap(Framework) - Constructor for class me.piggypiglet.framework.bootstrap.FrameworkBootstrap
 
from(ByteBuf) - Method in interface me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.ItemsConstructor
 
from(ByteBuf) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1132
 
from(ByteBuf) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1710
 
from(char) - Static method in enum me.piggypiglet.framework.minecraft.text.components.Color
 
from(char) - Static method in interface me.piggypiglet.framework.minecraft.text.components.Component
 
from(char) - Static method in enum me.piggypiglet.framework.minecraft.text.components.Style
 
fromBuf(ByteBuf, ProtocolVersions) - Static method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.ItemsUtils
 
fromClass(Class) - Static method in enum me.piggypiglet.framework.utils.number.Primitives
Find a wrapper from a primitive class
fromId(int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1132
 
fromId(int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1144
 
fromId(int) - Static method in enum me.piggypiglet.framework.minecraft.versions.ProtocolVersions
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1102
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1112
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1122
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1710
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material188
 
fromIdData(int, int) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material194
 

G

GenerateTokenCommand - Class in me.piggypiglet.framework.http.commands
 
GenerateTokenCommand() - Constructor for class me.piggypiglet.framework.http.commands.GenerateTokenCommand
 
GenericBuilder - Class in me.piggypiglet.framework.utils.builder
Generic builder class that can be used on any object, that has setters.
GenericBuilder.Builder<T> - Class in me.piggypiglet.framework.utils.builder
 
GenericBukkitCommand<T extends BukkitUser> - Class in me.piggypiglet.framework.bukkit.commands.framework
 
GenericBukkitCommand(String) - Constructor for class me.piggypiglet.framework.bukkit.commands.framework.GenericBukkitCommand
 
GenericBungeeCommand<T extends BungeeUser> - Class in me.piggypiglet.framework.bungeecord.commands.framework
 
GenericBungeeCommand(String) - Constructor for class me.piggypiglet.framework.bungeecord.commands.framework.GenericBungeeCommand
 
GenericException - Exception in me.piggypiglet.framework.utils.clazz
 
GenericException(String) - Constructor for exception me.piggypiglet.framework.utils.clazz.GenericException
 
GenericMinecraftCommand<T extends MinecraftUser> - Class in me.piggypiglet.framework.minecraft.commands.framework
 
GenericMinecraftCommand(String) - Constructor for class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand
 
GenericMinecraftCommand.Options - Class in me.piggypiglet.framework.minecraft.commands.framework
 
GenericNukkitCommand<T extends NukkitUser> - Class in me.piggypiglet.framework.nukkit.commands.framework
 
GenericNukkitCommand(String) - Constructor for class me.piggypiglet.framework.nukkit.commands.framework.GenericNukkitCommand
 
GenericSpongeCommand<T extends SpongeUser> - Class in me.piggypiglet.framework.sponge.commands.framework
 
GenericSpongeCommand(String) - Constructor for class me.piggypiglet.framework.sponge.commands.framework.GenericSpongeCommand
 
GenericVelocityCommand<T extends VelocityUser> - Class in me.piggypiglet.framework.velocity.commands.framework
 
GenericVelocityCommand(String) - Constructor for class me.piggypiglet.framework.velocity.commands.framework.GenericVelocityCommand
 
get(String, T) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
get(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
get(File) - Method in class me.piggypiglet.framework.file.FileConfigurationFactory
Load a fileconfiguration from a file object
get(String, String) - Method in class me.piggypiglet.framework.file.FileConfigurationFactory
Load a fileconfiguration straight from the file content
get(String) - Method in class me.piggypiglet.framework.file.FileManager
Get the raw type instance of a stored file/config (FileWrapper or FileConfiguration)
get(String, Object) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
get(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get an object at a specific path
get(String, Object) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get an object at a specific path, and if it's null, use a default value
get(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
get(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
get(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get an object at a specific path
get(String) - Static method in class me.piggypiglet.framework.lang.LanguageGetter
 
get(String) - Method in class me.piggypiglet.framework.lang.objects.LangConfig
 
get(T) - Method in class me.piggypiglet.framework.managers.Manager
Get a value based on configured key types
get(String, Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
get() - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter
Get a specific row from the location
get() - Method in interface me.piggypiglet.framework.utils.lambda.CheckedSupplier
 
getAccessible(T) - Static method in class me.piggypiglet.framework.utils.ReflectionUtils
Get an accessible version of a reflective object.
getAddons() - Method in class me.piggypiglet.framework.bootstrap.FrameworkBootstrap
Get all found addons and their data.
getAll() - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getAll() - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getAll() - Method in class me.piggypiglet.framework.json.JsonParser
 
getAll() - Method in class me.piggypiglet.framework.managers.Manager
Get everything stored in this manager.
getAll(String) - Method in class me.piggypiglet.framework.mysql.components.MySQLComponent
 
getAll() - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter
Get all rows in the table
getAll() - Method in class me.piggypiglet.framework.mysql.table.Table
Get all rows in this table
getAmount() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getAnnotatedBindings() - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Get a list of annotated binding objects set by the registerable
getAnnotation() - Method in class me.piggypiglet.framework.guice.objects.MainBinding
 
getAnnotationClass() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getAnnotationInstance() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getArmor() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getAsConsole() - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
getAsConsole() - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.minecraft.user.MinecraftUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
getAsPlayer() - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
getBannedPlayers() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getBannedPlayers() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getBannedPlayers() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getBannedPlayers() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getBannedPlayers() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getBannedPlayers() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getBindings() - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Get a map of bindings to be made
getBiome() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getBoolean(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getBoolean(String, boolean) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getBoolean(String, boolean) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getBoolean(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a Boolean at a specific path
getBoolean(String, boolean) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a boolean at a specific path, and if it's null, use a default value
getBoolean(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getBoolean(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getBoolean(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a boolean at a specific path
getBooleanList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getByte(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getByte(String, byte) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getByteList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getChannel() - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
getChar(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getChar(String, char) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getCharList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getClassAnnotation() - Method in class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
getClassesWithAnnotatedMethods(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
Get classes that contain a specific annotation
getClazz() - Method in class me.piggypiglet.framework.file.framework.objects.Mapper
 
getClazz() - Method in class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
getClazz() - Method in class me.piggypiglet.framework.guice.objects.MainBinding
 
getCode() - Method in enum me.piggypiglet.framework.minecraft.text.components.Color
 
getCode() - Method in interface me.piggypiglet.framework.minecraft.text.components.Component
 
getCode() - Method in enum me.piggypiglet.framework.minecraft.text.components.Style
 
getCommand() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getCommandPrefix() - Method in class me.piggypiglet.framework.Framework
Get the application's main command prefix.
getCommands() - Method in class me.piggypiglet.framework.commands.CommandHandler
Get commands this command handler can process
getCommands(String) - Method in class me.piggypiglet.framework.commands.CommandHandlers
Get the commands from a specific handler
getCommands() - Method in class me.piggypiglet.framework.commands.CommandHandlers
Get all commands registered in RPF
getConfig() - Method in class me.piggypiglet.framework.addon.objects.ConfigInfo
 
getConfig(String) - Method in class me.piggypiglet.framework.file.FileManager
Get a FileConfiguration that's stored in the file manager.
getConfig() - Method in class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
getConfig() - Method in class me.piggypiglet.framework.lang.objects.CustomLang
 
getConfigList(String, List<FileConfiguration>) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getConfigList(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a list of FileConfigurations at a specific path
getConfigList(String, List<FileConfiguration>) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a list of FileConfigurations at a specific path, and if it's null, use a default value
getConfigList(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getConfigList(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getConfigs() - Method in class me.piggypiglet.framework.addon.ConfigManager
 
getConfigs() - Method in class me.piggypiglet.framework.Framework
Get user defined configs for addons
getConfigSection(String, FileConfiguration) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getConfigSection(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a config section as a FileConfiguration at a specific path
getConfigSection(String, FileConfiguration) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a config section as a FileConfiguration at a specific path, and if it's null, use a default value
getConfigSection(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getConfigSection(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getConfigTypes() - Method in class me.piggypiglet.framework.file.FileConfigurationFactory
Get all config types this factory can map to
getCrafting() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getCustomLang() - Method in class me.piggypiglet.framework.Framework
Custom language data, not necessarily related to overriding defaults.
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1102
 
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1112
 
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1122
 
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1710
 
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material188
 
getData() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material194
 
getData() - Method in interface me.piggypiglet.framework.minecraft.versions.material.Material
 
getDef() - Method in class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
getDefault(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getDefaultInstance() - Method in enum me.piggypiglet.framework.utils.number.Primitives
Initialise a default instance of a primitive wrapper.
getDescription() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getDir() - Method in class me.piggypiglet.framework.jars.loading.framework.Loader
 
getDisplayName() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getDouble(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getDouble(String, double) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getDouble(String, double) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getDouble(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a Double at a specific path
getDouble(String, double) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a Double at a specific path, and if it's null, use a default value
getDouble(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getDouble(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getDouble(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a Double at a specific path
getDoubleList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getDurability() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getEnchants() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getExecutor() - Method in class me.piggypiglet.framework.bungeecord.commands.BungeeCommandExecutor
 
getExists() - Method in class me.piggypiglet.framework.managers.objects.KeyFunction
 
getExperienceSinceLevel() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getExperienceSinceLevel() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getExperienceSinceLevel() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getExperienceSinceLevel() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getExperienceSinceLevel() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getExperienceSinceLevel() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getExternalPath() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
Get fields that are annotated with a specific annotation
getFile() - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
Get this FileConfiguration's file instance
getFile() - Method in class me.piggypiglet.framework.file.objects.FileWrapper
Get the stored File instance
getFileContent() - Method in class me.piggypiglet.framework.file.objects.FileWrapper
Get the stored raw content of the file as a String
getFileDir() - Method in class me.piggypiglet.framework.Framework
Get the directory files will be put in.
getFiles() - Method in class me.piggypiglet.framework.Framework
Get information on all files that need to be made
getFilesToBeCreated() - Method in class me.piggypiglet.framework.addon.ConfigManager
 
getFirstPlayed() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getFirstPlayed() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getFirstPlayed() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getFirstPlayed() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getFirstPlayed() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getFirstPlayed() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getFloat(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getFloat(String, float) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getFloatList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getFlySpeed() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getFlySpeed() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getFlySpeed() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getFlySpeed() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getFlySpeed() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getFlySpeed() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getFoodLevel() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getFoodLevel() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getFoodLevel() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getFoodLevel() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getFoodLevel() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getFoodLevel() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getFormattedName() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getFunction() - Method in class me.piggypiglet.framework.file.framework.objects.Mapper
 
getGenericBindings() - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
 
getGetter() - Method in class me.piggypiglet.framework.managers.objects.KeyFunction
 
getGuild() - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
getHand() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getHandle() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getHandle() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getHandle() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getHandle() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getHandle() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getHandle() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getHandle() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getHandle() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getHandle() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getHandle() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getHandle() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getHandle() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getHandler() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getHandlers() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getHardInternalPath() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getHash() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getHeaders() - Method in class me.piggypiglet.framework.http.routes.Route
Get headers that this route should declare
getHealth() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getHealth() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getHealth() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getHealth() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getHealth() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getHealth() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getHealthScale() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getHealthScale() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getHealthScale() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getHealthScale() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getHealthScale() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getHealthScale() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getHelp(CommandSource) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
getHotbar() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getId() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.WindowItems
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1102
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1112
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1122
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1132
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1144
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1151
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1710
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material188
 
getId() - Method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material194
 
getId() - Method in interface me.piggypiglet.framework.minecraft.versions.material.Material
 
getId() - Method in class me.piggypiglet.framework.user.User
Get the user's unique identifier
getId() - Method in class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
getIds() - Method in enum me.piggypiglet.framework.minecraft.versions.ProtocolVersions
 
getImplementationVersion() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getImplementationVersion() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getImplementationVersion() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getImplementationVersion() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getImplementationVersion() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getImplementationVersion() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getImplementedGeneric(Class<?>) - Static method in class me.piggypiglet.framework.utils.clazz.ClassUtils
Get a generic on an interface a class is imlementing generic, a bit iffy, might not work in all scenarios
getInjector() - Method in class me.piggypiglet.framework.bootstrap.FrameworkBootstrap
Get an instance of the current injector, as the injectable injector isn't updated through child injectors.
getInjector() - Method in class me.piggypiglet.framework.Framework
Get the project's initial injector
getInstance() - Method in class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
getInstance(Class<T>) - Method in class me.piggypiglet.framework.guice.objects.Injector
 
getInstance() - Method in class me.piggypiglet.framework.guice.objects.MainBinding
 
getInt(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getInt(String, int) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getInt(String, int) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getInt(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get an Integer at a specific path
getInt(String, int) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get an int at a specific path, and if it's null, use a default value
getInt(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getInt(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getInt(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get an Integer at a specific path
getInternalPathReference() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getIntList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getInventory() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getInventory() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getInventory() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getInventory() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getInventory() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getInventory() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getIp() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getIP() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getIp() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getIP() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getIp() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getIp() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getIP() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getIP() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getIp() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getIP() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getIp() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getIP() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getIPBans() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getIPBans() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getIPBans() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getIPBans() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getIPBans() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getIPBans() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getItemFlags() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getItems() - Method in class me.piggypiglet.framework.addon.objects.Config
 
getItems() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.WindowItems
 
getItems() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getJsonList(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a list of sections, parsed as JsonParsers.
getJsonSection(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a section and turn it into a JsonParser instance.
getKey() - Method in class me.piggypiglet.framework.http.routes.auth.permissions.Permission
 
getKey() - Method in class me.piggypiglet.framework.http.routes.objects.Header
 
getKeys() - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
Gets keys, not deep by default.
getKeys() - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo
 
getLangConfig() - Method in class me.piggypiglet.framework.Framework
Info about custom lang config, used if default is overridden.
getLastDamage() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getLastDamage() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getLastDamage() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getLastDamage() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getLastDamage() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getLastDamage() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getLastPlayed() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getLastPlayed() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getLastPlayed() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getLastPlayed() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getLastPlayed() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getLastPlayed() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getLevel() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getLevel() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getLevel() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getLevel() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getLevel() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getLevel() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getList(String, List<?>) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getList(String, List<T>) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getList(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a List at a specific path
getList(String, List<T>) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a List at a specific path, and if it's null, use a default value
getList(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getList(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getList(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a list without knowing the type of the content
getLocale() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getLocale() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getLocale() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getLocale() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getLocale() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getLocale() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getLocation() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getLocation() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getLocation() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getLocation() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getLocation() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getLocation() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getLocations() - Method in class me.piggypiglet.framework.addon.objects.ConfigInfo
 
getLogger(String) - Static method in class me.piggypiglet.framework.logging.LoggerFactory
Get an instance using the set logger implementation.
getLong(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getLong(String, long) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getLong(String, long) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getLong(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a Long at a specific path
getLong(String, long) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a Long at a specific path, and if it's null, use a default value
getLong(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getLong(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getLong(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a long at a specific path
getLongList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getLore() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getMain() - Method in class me.piggypiglet.framework.Framework
Get the main instance
getManagers() - Method in class me.piggypiglet.framework.managers.ManagersManager
Get all managers stored in this singleton
getMapper() - Method in class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
getMapper() - Method in class me.piggypiglet.framework.managers.objects.KeyFunction
 
getMatch() - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
Get a predicate to test whether a file extension matches this specific AbstractFileConfiguration
getMatch() - Method in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
getMaxHealth() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getMaxHealth() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getMaxHealth() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getMaxHealth() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getMaxHealth() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getMaxHealth() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getMaximumAir() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getMaximumAir() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getMaximumAir() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getMaximumAir() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getMaximumAir() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getMaximumAir() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getMaximumNoDamageTicks() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getMaximumNoDamageTicks() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getMaximumNoDamageTicks() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getMaximumNoDamageTicks() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getMaximumNoDamageTicks() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getMaximumNoDamageTicks() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getMaxPlayers() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getMaxPlayers() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getMaxPlayers() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getMaxPlayers() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getMaxPlayers() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getMaxPlayers() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getMaxStackSize() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getMember() - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
getName() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getName() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getName() - Method in class me.piggypiglet.framework.file.objects.FileData
 
getName() - Method in class me.piggypiglet.framework.jars.loading.framework.Jar
 
getName() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getName() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getName() - Method in interface me.piggypiglet.framework.minecraft.text.components.Component
 
getName() - Method in class me.piggypiglet.framework.minecraft.world.World
 
getName() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getName() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getName() - Method in class me.piggypiglet.framework.user.User
Get the user's name
getName() - Method in interface me.piggypiglet.framework.utils.SearchUtils.Searchable
The string used when a searchable is compared to other searchables in terms of string similarity
getNeedsDeleting() - Method in class me.piggypiglet.framework.mysql.manager.MySQLManager
 
getNeedsUpdating() - Method in class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarScanner
 
getNoDamageTicks() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getNoDamageTicks() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getNoDamageTicks() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getNoDamageTicks() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getNoDamageTicks() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getNoDamageTicks() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getObjectAnnotation() - Method in class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
getOffHand() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getOperators() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getOperators() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getOperators() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getOperators() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getOperators() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getOperators() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getOwner() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
getPacketId() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.ProtocolMapping
 
getParametersInConstructorsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
Get parameters in constructors that are annotated with a specific annotation
getPath() - Method in class me.piggypiglet.framework.file.objects.FileData.ConfigPathReference
 
getPath() - Method in class me.piggypiglet.framework.jars.loading.framework.Jar
 
getPath() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getPath() - Method in enum me.piggypiglet.framework.lang.Lang.Values
 
getPath() - Method in interface me.piggypiglet.framework.lang.LangEnum
 
getPath() - Method in class me.piggypiglet.framework.lang.objects.LangValue
 
getPath() - Method in enum me.piggypiglet.framework.minecraft.lang.Lang
 
getPckg() - Method in class me.piggypiglet.framework.Framework
Get the projects package
getPckgExclusions() - Method in class me.piggypiglet.framework.Framework
Get any packages that should be excluded when scanning
getPermissions() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getPermissions() - Method in class me.piggypiglet.framework.http.routes.auth.permissions.Permission
 
getPing() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getPing() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getPing() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getPing() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getPing() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getPing() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getPitch() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getPlayers() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getPlayers() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getPlayers() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getPlayers() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getPlayers() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getPlayers() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getPlayerTime() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getPlayerTime() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getPlayerTime() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getPlayerTime() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getPlayerTime() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getPlayerTime() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getPlayerTimeOffset() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getPlayerTimeOffset() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getPlayerTimeOffset() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getPlayerTimeOffset() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getPlayerTimeOffset() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getPlayerTimeOffset() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getPlayerWeather() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getPlayerWeather() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getPlayerWeather() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getPlayerWeather() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getPlayerWeather() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getPlayerWeather() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getPort() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getPort() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getPort() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getPort() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getPort() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getPort() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getPriority() - Method in class me.piggypiglet.framework.utils.annotations.registerable.RegisterableData
 
getReal() - Method in class me.piggypiglet.framework.guice.objects.Injector
 
getRegisterable() - Method in class me.piggypiglet.framework.utils.annotations.registerable.RegisterableData
 
getRegisterables() - Method in class me.piggypiglet.framework.bootstrap.FrameworkBootstrap
Get all the startup registerable instances that were initialized during startup.
getRegisterables() - Method in class me.piggypiglet.framework.hooks.ShutdownHook
 
getRemainingAir() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getRemainingAir() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getRemainingAir() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getRemainingAir() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getRemainingAir() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getRemainingAir() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getRoute() - Method in class me.piggypiglet.framework.http.routes.Route
Get the value of the route defined in this route
getRoutes() - Method in class me.piggypiglet.framework.http.server.ResponseHandler
Get all routes stored in this ResponseHandler
getRow(String, Map<String, Object>) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Get a row from a location
getRows(String) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Get all rows in a table
getSaturation() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getSaturation() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getSaturation() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getSaturation() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getSaturation() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getSaturation() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getSection(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getShort(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getShort(String, short) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getShortDescription(CommandSource) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
getShortList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getShutdownRegisterables() - Method in class me.piggypiglet.framework.Framework
Get all manually inputted ShutdownRegisterables
getSleepTicks() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getSleepTicks() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getSleepTicks() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getSleepTicks() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getSleepTicks() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getSleepTicks() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getSpecificValues() - Method in class me.piggypiglet.framework.lang.Lang
 
getSrc() - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
getStartupRegisterables() - Method in class me.piggypiglet.framework.Framework
Get all manually inputted StartupRegisterables
getStaticInjections() - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Get any static injections requested by the registerable
getString(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getString(String, String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getString(String, String) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getString(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get an String at a specific path
getString(String, String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a String at a specific path, and if it's null, use a default value
getString(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getString(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getString(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a string at a specific path
getStringList(String) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
getStringList(String, List<String>) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
getStringList(String) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a list of strings at a specific path
getStringList(String, List<String>) - Method in interface me.piggypiglet.framework.file.framework.FileConfiguration
Get a list of strings at a specific path, and if it's null, use a default value
getStringList(String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
getStringList(String) - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
getStringList(String) - Method in class me.piggypiglet.framework.json.JsonParser
Get a list of strings at a specific path
getSubTypesOf(Class<T>) - Method in class me.piggypiglet.framework.scanning.Scanner
Gets all sub types in hierarchy of a given type
getSuggestions(CommandSource, String, Location<World>) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
getTable() - Method in class me.piggypiglet.framework.mysql.manager.MySQLManager
 
getter(Function<U, Object>) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder.KeyFunctionBuilder
Set the function to get from a data structure via the mapped key
getter() - Method in class me.piggypiglet.framework.mysql.table.Table
Get a new instance of RowGetter Builder
getThreads() - Method in class me.piggypiglet.framework.Framework
Get the amount of threads to be stored in the default task manager's thread pool
getTicksLived() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getTicksLived() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getTicksLived() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getTicksLived() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getTicksLived() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getTicksLived() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getTime() - Method in class me.piggypiglet.framework.minecraft.world.World
 
getTotalExperience() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getTotalExperience() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getTotalExperience() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getTotalExperience() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getTotalExperience() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getTotalExperience() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getType() - Method in class me.piggypiglet.framework.managers.objects.KeyFunction
 
getType() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
getType() - Method in class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
getTypesAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
Get types annotated with a given annotation
getUrl() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getUsage() - Method in class me.piggypiglet.framework.commands.framework.Command
 
getUsage(CommandSource) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
getUser() - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
getUuid() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getUuid() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getUuid() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getUuid() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getUUID() - Method in class me.piggypiglet.framework.minecraft.world.World
 
getUuid() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getUuid() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getValue() - Method in class me.piggypiglet.framework.http.routes.objects.Header
 
getValues() - Method in class me.piggypiglet.framework.lang.Lang
 
getValues() - Method in class me.piggypiglet.framework.lang.objects.CustomLang
 
getValues() - Method in class me.piggypiglet.framework.lang.objects.LangConfig
 
getVersion() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getVersion() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.ProtocolMapping
 
getVersion() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getVersion() - Method in class me.piggypiglet.framework.jars.loading.framework.Jar
 
getVersion() - Method in class me.piggypiglet.framework.jars.loading.web.DownloadableJar
 
getVersion() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getVersion() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getVersion() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getVersion() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getViewDistance() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getViewDistance() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getViewDistance() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getViewDistance() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getViewDistance() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getViewDistance() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getWalkSpeed() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getWalkSpeed() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getWalkSpeed() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getWalkSpeed() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getWalkSpeed() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getWalkSpeed() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getWorld() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
getWorld() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
getWorld() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
getWorld() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
getWorld() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getWorld() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
getWorld() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
getWorlds() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
getWorlds() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
getWorlds() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
getWorlds() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
getWorlds() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
getWorlds() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
getX() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getY() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getYaw() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
getZ() - Method in class me.piggypiglet.framework.minecraft.world.location.Location
 
GRunnable - Class in me.piggypiglet.framework.task
 
GRunnable() - Constructor for class me.piggypiglet.framework.task.GRunnable
 
gson - Variable in class me.piggypiglet.framework.http.routes.types.json.JsonRoute
 
Guava - Class in me.piggypiglet.framework.scanning.implementations
 
Guava(Class<?>, String, String[]) - Constructor for class me.piggypiglet.framework.scanning.implementations.Guava
 
GuildBindingRegisterable - Class in me.piggypiglet.framework.jda.startup
 
GuildBindingRegisterable() - Constructor for class me.piggypiglet.framework.jda.startup.GuildBindingRegisterable
 

H

handle(AbstractPacketHandler) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
handle(User, String, String) - Method in class me.piggypiglet.framework.commands.CommandHandler
 
handlers(String...) - Method in class me.piggypiglet.framework.commands.framework.Command.Options
Which handlers should be able to process this command? Leave empty for it to be runnable on all handlers.
hashCode() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
hashCode() - Method in class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
hasPermission(String) - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
hasPermission(String) - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
hasPermission(String) - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.console.user.ConsoleUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
hasPermission(String) - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
hasPermission(String) - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
hasPermission(String) - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
hasPermission(String) - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
hasPermission(String) - Method in class me.piggypiglet.framework.user.User
Does the user have a specific permission
hasPermission(String) - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
hasPlayedBefore() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
hasPlayedBefore() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
hasPlayedBefore() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
hasPlayedBefore() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
hasPlayedBefore() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
hasPlayedBefore() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
Header - Class in me.piggypiglet.framework.http.routes.objects
 
Header(String, String) - Constructor for class me.piggypiglet.framework.http.routes.objects.Header
 
HEADERS - Static variable in class me.piggypiglet.framework.http.routes.Route
 
HelpCommand - Class in me.piggypiglet.framework.commands.implementations
 
HelpCommand() - Constructor for class me.piggypiglet.framework.commands.implementations.HelpCommand
 
HelpCommand - Class in me.piggypiglet.framework.minecraft.commands.implementations
 
HelpCommand() - Constructor for class me.piggypiglet.framework.minecraft.commands.implementations.HelpCommand
 
HTTP - Annotation Type in me.piggypiglet.framework.http.files
Annotation for the HTTP config binding
HTTPAddon - Class in me.piggypiglet.framework.http
 
HTTPAddon() - Constructor for class me.piggypiglet.framework.http.HTTPAddon
 
HTTPRegisterable - Class in me.piggypiglet.framework.http.registerables.startup
 
HTTPRegisterable() - Constructor for class me.piggypiglet.framework.http.registerables.startup.HTTPRegisterable
 
HTTPServer - Class in me.piggypiglet.framework.http.server
Wrapper class for NanoHTTP HTTP server
HTTPServer() - Constructor for class me.piggypiglet.framework.http.server.HTTPServer
 

I

ID - Annotation Type in me.piggypiglet.framework.utils.annotations.id
 
id(String) - Static method in class me.piggypiglet.framework.utils.annotations.id.Ids
 
IDInfo - Class in me.piggypiglet.framework.utils.annotations.id
 
IDInfo(Class<?>, ID) - Constructor for class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
Ids - Class in me.piggypiglet.framework.utils.annotations.id
 
Ids() - Constructor for class me.piggypiglet.framework.utils.annotations.id.Ids
 
ImplementationFinderRegisterable - Class in me.piggypiglet.framework.registerables.startup
 
ImplementationFinderRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.ImplementationFinderRegisterable
 
info(String) - Method in class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
info(String) - Method in class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
info(String) - Method in class me.piggypiglet.framework.logback.LogbackLogger
 
info(String) - Method in class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
info(String) - Method in class me.piggypiglet.framework.logging.Logger
Implementation of sending an info message through a third-party logger.
info(Object, Object...) - Method in class me.piggypiglet.framework.logging.Logger
Log an info message.
info(String) - Method in class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
info(String) - Method in class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
info(String) - Method in class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
init(String) - Method in class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
init(String) - Method in class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
init() - Method in class me.piggypiglet.framework.Framework
Start the bootstrap process with the current framework configuration.
init(T) - Method in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
init(String) - Method in class me.piggypiglet.framework.logback.LogbackLogger
 
init(String) - Method in class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
init(String) - Method in class me.piggypiglet.framework.logging.Logger
Create an instance of a third-party logger with a name.
init(String) - Method in class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
init(String) - Method in class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
init(String) - Method in class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
InitialModule - Class in me.piggypiglet.framework.guice.modules
 
InitialModule(FrameworkBootstrap, Framework) - Constructor for class me.piggypiglet.framework.guice.modules.InitialModule
 
InjectionException - Exception in me.piggypiglet.framework.guice.exceptions
 
InjectionException(String) - Constructor for exception me.piggypiglet.framework.guice.exceptions.InjectionException
 
injector(Injector) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the application's initial injector, if one is already made.
Injector - Class in me.piggypiglet.framework.guice.objects
 
Injector(Injector) - Constructor for class me.piggypiglet.framework.guice.objects.Injector
 
injector - Variable in class me.piggypiglet.framework.registerables.StartupRegisterable
 
insert(Inventory) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryManager
 
insert(Permission) - Method in class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
insert(S) - Method in class me.piggypiglet.framework.managers.Manager
Handle inserting an item into underlying data structures
insert(Inventory) - Method in class me.piggypiglet.framework.minecraft.player.inventory.PlayerInventoryManager
 
insert(Player) - Method in class me.piggypiglet.framework.minecraft.player.PlayerManager
 
internalLoad(File, String) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
Optional code that will be executed on load
internalLoad(File, String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
Inventory - Class in me.piggypiglet.framework.minecraft.player.inventory.objects
 
Inventory(UUID) - Constructor for class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
InventoryListener - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory
 
InventoryListener() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryListener
 
InventoryManager - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory
 
InventoryManager() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryManager
 
isConfig() - Method in class me.piggypiglet.framework.file.objects.FileData
 
isConsole() - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
isConsole() - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
isConsole() - Method in class me.piggypiglet.framework.minecraft.user.MinecraftUser
 
isConsole() - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
isConsole() - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
isConsole() - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
isConsoleOnly() - Method in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand
 
isDebug() - Method in class me.piggypiglet.framework.Framework
Whether to log debug messages.
isDefault() - Method in class me.piggypiglet.framework.addon.objects.ConfigInfo
 
isDefault() - Method in class me.piggypiglet.framework.commands.framework.Command
 
isFlying() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
isFlying() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
isFlying() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
isFlying() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
isFlying() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
isFlying() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
isObject() - Method in class me.piggypiglet.framework.guice.objects.AnnotatedBinding
 
isOnlineMode() - Method in class me.piggypiglet.framework.bukkit.binding.server.BukkitServer
 
isOnlineMode() - Method in class me.piggypiglet.framework.bungeecord.binding.server.BungeeCordServer
 
isOnlineMode() - Method in class me.piggypiglet.framework.minecraft.server.DefaultServer
 
isOnlineMode() - Method in interface me.piggypiglet.framework.minecraft.server.Server
 
isOnlineMode() - Method in class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
isOnlineMode() - Method in class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
isOp() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
isOp() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
isOp() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
isOp() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
isOp() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
isOp() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
isPlayer() - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
isPlayer() - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
isPlayer() - Method in class me.piggypiglet.framework.minecraft.user.MinecraftUser
 
isPlayer() - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
isPlayer() - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
isPlayer() - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
isPlayerOnly() - Method in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand
 
isReady() - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
See whether MySQL is ready for operation
isUnbreakable() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
isWhitelisted() - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
isWhitelisted() - Method in class me.piggypiglet.framework.bungeecord.binding.player.BungeeCordPlayer
 
isWhitelisted() - Method in class me.piggypiglet.framework.minecraft.player.DefaultPlayer
 
isWhitelisted() - Method in interface me.piggypiglet.framework.minecraft.player.Player
 
isWhitelisted() - Method in class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
isWhitelisted() - Method in class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
Item - Class in me.piggypiglet.framework.minecraft.player.inventory.objects
 
Item(String, int, int, int, List<String>, String, Map<String, Integer>, boolean, Set<String>) - Constructor for class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
items - Variable in class me.piggypiglet.framework.managers.implementations.SearchableManager
 
ItemsConstructor - Interface in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction
 
ItemsConstructor1132 - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions
 
ItemsConstructor1132() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1132
 
ItemsConstructor1710 - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions
 
ItemsConstructor1710() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1710
 
ItemsUtils - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item
 
ItemsUtils() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.ItemsUtils
 

J

Jar - Class in me.piggypiglet.framework.jars.loading.framework
 
Jar() - Constructor for class me.piggypiglet.framework.jars.loading.framework.Jar
 
JarDownloader - Class in me.piggypiglet.framework.jars.loading.web
 
JarDownloader() - Constructor for class me.piggypiglet.framework.jars.loading.web.JarDownloader
 
JarLoader - Class in me.piggypiglet.framework.jars.loading
 
JarLoader(ClassLoader) - Constructor for class me.piggypiglet.framework.jars.loading.JarLoader
 
JarManager - Class in me.piggypiglet.framework.jars.loading
 
JarManager() - Constructor for class me.piggypiglet.framework.jars.loading.JarManager
 
JarsAddon - Class in me.piggypiglet.framework.jars
 
JarsAddon() - Constructor for class me.piggypiglet.framework.jars.JarsAddon
 
JarScanner - Class in me.piggypiglet.framework.jars.loading
 
JarScanner(Predicate<Class<?>>) - Constructor for class me.piggypiglet.framework.jars.loading.JarScanner
 
JDAAddon - Class in me.piggypiglet.framework.jda
 
JDAAddon() - Constructor for class me.piggypiglet.framework.jda.JDAAddon
 
JDACommandHandler - Class in me.piggypiglet.framework.jda.commands
 
JDACommandHandler() - Constructor for class me.piggypiglet.framework.jda.commands.JDACommandHandler
 
JDARegisterable - Class in me.piggypiglet.framework.jda.startup
 
JDARegisterable() - Constructor for class me.piggypiglet.framework.jda.startup.JDARegisterable
 
JDAShutdown - Class in me.piggypiglet.framework.jda.shutdown
 
JDAShutdown() - Constructor for class me.piggypiglet.framework.jda.shutdown.JDAShutdown
 
JDAUser - Class in me.piggypiglet.framework.jda.user
 
JDAUser(Member, TextChannel) - Constructor for class me.piggypiglet.framework.jda.user.JDAUser
 
JsonFileConfiguration - Class in me.piggypiglet.framework.file.implementations.json
 
JsonFileConfiguration() - Constructor for class me.piggypiglet.framework.file.implementations.json.JsonFileConfiguration
 
JsonManagerRoute<T extends SearchUtils.Searchable> - Class in me.piggypiglet.framework.http.routes.types.json
 
JsonManagerRoute(String, SearchableManager<T>, Header...) - Constructor for class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute
 
JsonManagerRoute(String, SearchableManager<T>, Gson, Header...) - Constructor for class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute
 
JsonManagerRoute.Options - Class in me.piggypiglet.framework.http.routes.types.json
 
JsonParser - Class in me.piggypiglet.framework.json
JsonParser class, used for parsing json, as the name suggests.
JsonParser(String) - Constructor for class me.piggypiglet.framework.json.JsonParser
Create a JsonParser instance from raw json data as a string
JsonParser(Map<String, Object>) - Constructor for class me.piggypiglet.framework.json.JsonParser
Load JsonParser with already-decoded json data.
JsonRoute - Class in me.piggypiglet.framework.http.routes.types.json
 
JsonRoute(String, Header...) - Constructor for class me.piggypiglet.framework.http.routes.types.json.JsonRoute
Provide the path of this route, do not include a forward slash at the beginning.
JsonRoute(String, Gson, Header...) - Constructor for class me.piggypiglet.framework.http.routes.types.json.JsonRoute
 

K

key(Class<T>) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder
Begin the process of creating a keyfunction with a class/interface as the key
key(Class<T>, Function<T, U>) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder
Begin the process of creating a keyfunction with a class/interface as the key, and a mapper to convert the key to something else
key(K) - Method in class me.piggypiglet.framework.utils.map.Maps.Builder
Prepare a value builder.
key(K, Predicate<V>) - Method in class me.piggypiglet.framework.utils.map.Maps.Builder
Prepare a value builder with a requirement for addition.
KeyFunction<T,U> - Class in me.piggypiglet.framework.managers.objects
 
KeyFunction(Class<T>, Function<T, U>, Function<U, Object>, Predicate<U>) - Constructor for class me.piggypiglet.framework.managers.objects.KeyFunction
 
KeyTypeInfo - Class in me.piggypiglet.framework.managers.objects
 
KeyTypeInfo.Builder - Class in me.piggypiglet.framework.managers.objects
 
KeyTypeInfo.Builder.KeyFunctionBuilder<T,U> - Class in me.piggypiglet.framework.managers.objects
 
keyTypes - Variable in class me.piggypiglet.framework.managers.Manager
 
KeyUtils - Class in me.piggypiglet.framework.utils.key
 

L

Lang - Class in me.piggypiglet.framework.lang
 
Lang() - Constructor for class me.piggypiglet.framework.lang.Lang
 
Lang - Enum in me.piggypiglet.framework.minecraft.lang
 
Lang - Annotation Type in me.piggypiglet.framework.utils.annotations.files
Util lang annotation for bindings
Lang.Values - Enum in me.piggypiglet.framework.lang
 
langConfig(String, Map<String, String>) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
If useLangFile is set to true, optionally use your own config with mappings.
LangConfig - Class in me.piggypiglet.framework.lang.objects
 
LangConfig(Map<String, String>) - Constructor for class me.piggypiglet.framework.lang.objects.LangConfig
 
LangEnum - Interface in me.piggypiglet.framework.lang
 
LangFileRegisterable - Class in me.piggypiglet.framework.registerables.startup.file.lang
 
LangFileRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.file.lang.LangFileRegisterable
 
Langs - Annotation Type in me.piggypiglet.framework.utils.annotations.addon
 
LanguageGetter - Class in me.piggypiglet.framework.lang
 
LangValue - Class in me.piggypiglet.framework.lang.objects
 
LangValue(String) - Constructor for class me.piggypiglet.framework.lang.objects.LangValue
 
LangValuesRegisterable - Class in me.piggypiglet.framework.registerables.startup.file.lang
 
LangValuesRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.file.lang.LangValuesRegisterable
 
LevenshteinObjectMapper<T> - Class in me.piggypiglet.framework.mapper
Intelligent object mapper that utilises the levenshtein distance algorithm via a port of python's fuzzywuzzy library to map values to fields based on "roughly the same" field names.
LevenshteinObjectMapper() - Constructor for class me.piggypiglet.framework.mapper.LevenshteinObjectMapper
Same as LevenshteinObjectMapper(Class<T>) but uses reflection to fetch the class from the generic.
LevenshteinObjectMapper(Class<T>) - Constructor for class me.piggypiglet.framework.mapper.LevenshteinObjectMapper
Create an instance of LevenshteinObjectMapper and cache important data.
list(List<O>, BiPredicate<U, O>, O) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder.KeyFunctionBuilder
Util to build a KeyFunction based on the list data structure
load(File) - Static method in class me.piggypiglet.framework.bungeecord.file.api.YamlConfiguration
 
load(File, String) - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
Load and populate an AbstractFileConfiguration instance
load(Jar) - Method in class me.piggypiglet.framework.jars.loading.JarLoader
 
load() - Method in class me.piggypiglet.framework.jars.loading.JarManager
 
loadConfig(String, String, String) - Method in class me.piggypiglet.framework.file.FileManager
Load a config into the FileManager
Loader - Class in me.piggypiglet.framework.jars.loading.framework
 
Loader(String) - Constructor for class me.piggypiglet.framework.jars.loading.framework.Loader
 
LoaderFinderRegisterable - Class in me.piggypiglet.framework.jars.registerables
 
LoaderFinderRegisterable() - Constructor for class me.piggypiglet.framework.jars.registerables.LoaderFinderRegisterable
 
loadFile(String, String, String) - Method in class me.piggypiglet.framework.file.FileManager
Load a file into the FileManager
Location - Class in me.piggypiglet.framework.minecraft.world.location
 
Location(World, String, double, double, double, float, float) - Constructor for class me.piggypiglet.framework.minecraft.world.location.Location
 
location() - Method in class me.piggypiglet.framework.mysql.components.row.RowDeleter.Builder
Specify a location for the row
location(Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.row.RowDeleter.Builder
Location of the row(s) to find
location() - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor.Builder
Location of the row
location(Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.row.RowEditor.Builder
Location of the row(s) to find
location() - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter.Builder
Location of the row(s) to find
location(Map<String, Object>) - Method in class me.piggypiglet.framework.mysql.components.row.RowGetter.Builder
Location of the row(s) to find
LogbackLogger - Class in me.piggypiglet.framework.logback
 
LogbackLogger() - Constructor for class me.piggypiglet.framework.logback.LogbackLogger
 
Logger<T> - Class in me.piggypiglet.framework.logging
 
Logger() - Constructor for class me.piggypiglet.framework.logging.Logger
 
LoggerFactory - Class in me.piggypiglet.framework.logging
 
LoggerRegisterable - Class in me.piggypiglet.framework.bukkit.registerables
 
LoggerRegisterable() - Constructor for class me.piggypiglet.framework.bukkit.registerables.LoggerRegisterable
 
LoggerRegisterable - Class in me.piggypiglet.framework.bungeecord.registerables
 
LoggerRegisterable() - Constructor for class me.piggypiglet.framework.bungeecord.registerables.LoggerRegisterable
 
LoggerRegisterable - Class in me.piggypiglet.framework.nukkit.registerables
 
LoggerRegisterable() - Constructor for class me.piggypiglet.framework.nukkit.registerables.LoggerRegisterable
 
LoggerRegisterable - Class in me.piggypiglet.framework.sponge.registerables
 
LoggerRegisterable() - Constructor for class me.piggypiglet.framework.sponge.registerables.LoggerRegisterable
 
LoggerRegisterable - Class in me.piggypiglet.framework.velocity.registerables
 
LoggerRegisterable() - Constructor for class me.piggypiglet.framework.velocity.registerables.LoggerRegisterable
 

M

main(Object) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the application's main instance
main(Class<?>, Object) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the application's main instance
Main - Annotation Type in me.piggypiglet.framework.utils.annotations
Default annotation for the application's main class, when set using FrameworkBuilder#main(Object)
MainBinding - Class in me.piggypiglet.framework.guice.objects
 
MainBinding(Class<?>, Object) - Constructor for class me.piggypiglet.framework.guice.objects.MainBinding
 
MainBinding(Class<?>, Object, Class<? extends Annotation>) - Constructor for class me.piggypiglet.framework.guice.objects.MainBinding
 
Manager<S> - Class in me.piggypiglet.framework.managers
 
Manager() - Constructor for class me.piggypiglet.framework.managers.Manager
 
ManagersManager - Class in me.piggypiglet.framework.managers
 
ManagersManager() - Constructor for class me.piggypiglet.framework.managers.ManagersManager
 
ManagersRegisterable - Class in me.piggypiglet.framework.registerables.startup
 
ManagersRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.ManagersRegisterable
 
map(Map<U, O>, O) - Method in class me.piggypiglet.framework.managers.objects.KeyTypeInfo.Builder.KeyFunctionBuilder
Util to build a KeyFunction based on the map data structure
map(Map<String, Object>, Class<T>, Function<T, Map<String, Object>>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Utility method to sort through a map (including nested maps and collections), and replace a specific type, with a Map.
MapFileConfiguration - Class in me.piggypiglet.framework.file.framework.implementations.map
 
MapFileConfiguration(Predicate<String>) - Constructor for class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
MapFileConfiguration(Predicate<String>, Mapper...) - Constructor for class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
MapFileConfigurationSection - Class in me.piggypiglet.framework.file.framework.implementations.map
 
MapFileConfigurationSection(Map<String, Object>) - Constructor for class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfigurationSection
 
Mapper - Class in me.piggypiglet.framework.file.framework.objects
 
Mapper.Builder<T> - Class in me.piggypiglet.framework.file.framework.objects
 
mappers - Variable in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
maps(int, ProtocolVersions...) - Static method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.PacketUtils
 
Maps - Annotation Type in me.piggypiglet.framework.file.mapping
 
Maps - Class in me.piggypiglet.framework.utils.map
 
Maps.Builder<K,V,R,T> - Class in me.piggypiglet.framework.utils.map
 
Maps.Builder.ValueBuilder - Class in me.piggypiglet.framework.utils.map
 
match(ECPublicKey, ECPrivateKey) - Static method in class me.piggypiglet.framework.utils.key.KeyUtils
 
matchesAny(Pattern, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a pattern matches any of the triggers supplied in the varargs.
matchesAny(Pattern, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a pattern matches any of the triggers supplied in the list.
Material - Interface in me.piggypiglet.framework.minecraft.versions.material
 
Material1102 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1112 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1122 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1132 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1144 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1151 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material1710 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material188 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
Material194 - Enum in me.piggypiglet.framework.minecraft.versions.material.implementations
 
MathKeyUtils - Class in me.piggypiglet.framework.utils.key
 
md5Checksum(File) - Static method in class me.piggypiglet.framework.utils.FileUtils
Get the md5 hash/checksum of a file
me.piggypiglet.framework - package me.piggypiglet.framework
 
me.piggypiglet.framework.addon - package me.piggypiglet.framework.addon
 
me.piggypiglet.framework.addon.objects - package me.piggypiglet.framework.addon.objects
 
me.piggypiglet.framework.bootstrap - package me.piggypiglet.framework.bootstrap
 
me.piggypiglet.framework.bukkit - package me.piggypiglet.framework.bukkit
 
me.piggypiglet.framework.bukkit.binding.player - package me.piggypiglet.framework.bukkit.binding.player
 
me.piggypiglet.framework.bukkit.binding.server - package me.piggypiglet.framework.bukkit.binding.server
 
me.piggypiglet.framework.bukkit.commands - package me.piggypiglet.framework.bukkit.commands
 
me.piggypiglet.framework.bukkit.commands.framework - package me.piggypiglet.framework.bukkit.commands.framework
 
me.piggypiglet.framework.bukkit.file - package me.piggypiglet.framework.bukkit.file
 
me.piggypiglet.framework.bukkit.logging - package me.piggypiglet.framework.bukkit.logging
 
me.piggypiglet.framework.bukkit.registerables - package me.piggypiglet.framework.bukkit.registerables
 
me.piggypiglet.framework.bukkit.task - package me.piggypiglet.framework.bukkit.task
 
me.piggypiglet.framework.bukkit.user - package me.piggypiglet.framework.bukkit.user
 
me.piggypiglet.framework.bungeecord - package me.piggypiglet.framework.bungeecord
 
me.piggypiglet.framework.bungeecord.binding.player - package me.piggypiglet.framework.bungeecord.binding.player
 
me.piggypiglet.framework.bungeecord.binding.player.inventory - package me.piggypiglet.framework.bungeecord.binding.player.inventory
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions
 
me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils - package me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils
 
me.piggypiglet.framework.bungeecord.binding.server - package me.piggypiglet.framework.bungeecord.binding.server
 
me.piggypiglet.framework.bungeecord.commands - package me.piggypiglet.framework.bungeecord.commands
 
me.piggypiglet.framework.bungeecord.commands.framework - package me.piggypiglet.framework.bungeecord.commands.framework
 
me.piggypiglet.framework.bungeecord.file - package me.piggypiglet.framework.bungeecord.file
 
me.piggypiglet.framework.bungeecord.file.api - package me.piggypiglet.framework.bungeecord.file.api
 
me.piggypiglet.framework.bungeecord.logging - package me.piggypiglet.framework.bungeecord.logging
 
me.piggypiglet.framework.bungeecord.registerables - package me.piggypiglet.framework.bungeecord.registerables
 
me.piggypiglet.framework.bungeecord.task - package me.piggypiglet.framework.bungeecord.task
 
me.piggypiglet.framework.bungeecord.user - package me.piggypiglet.framework.bungeecord.user
 
me.piggypiglet.framework.commands - package me.piggypiglet.framework.commands
 
me.piggypiglet.framework.commands.framework - package me.piggypiglet.framework.commands.framework
 
me.piggypiglet.framework.commands.implementations - package me.piggypiglet.framework.commands.implementations
 
me.piggypiglet.framework.console - package me.piggypiglet.framework.console
 
me.piggypiglet.framework.console.commands - package me.piggypiglet.framework.console.commands
 
me.piggypiglet.framework.console.registerables - package me.piggypiglet.framework.console.registerables
 
me.piggypiglet.framework.console.user - package me.piggypiglet.framework.console.user
 
me.piggypiglet.framework.file - package me.piggypiglet.framework.file
 
me.piggypiglet.framework.file.exceptions - package me.piggypiglet.framework.file.exceptions
 
me.piggypiglet.framework.file.exceptions.config - package me.piggypiglet.framework.file.exceptions.config
 
me.piggypiglet.framework.file.exceptions.file - package me.piggypiglet.framework.file.exceptions.file
 
me.piggypiglet.framework.file.framework - package me.piggypiglet.framework.file.framework
 
me.piggypiglet.framework.file.framework.implementations.map - package me.piggypiglet.framework.file.framework.implementations.map
 
me.piggypiglet.framework.file.framework.objects - package me.piggypiglet.framework.file.framework.objects
 
me.piggypiglet.framework.file.implementations - package me.piggypiglet.framework.file.implementations
 
me.piggypiglet.framework.file.implementations.json - package me.piggypiglet.framework.file.implementations.json
 
me.piggypiglet.framework.file.mapping - package me.piggypiglet.framework.file.mapping
 
me.piggypiglet.framework.file.objects - package me.piggypiglet.framework.file.objects
 
me.piggypiglet.framework.guice.exceptions - package me.piggypiglet.framework.guice.exceptions
 
me.piggypiglet.framework.guice.modules - package me.piggypiglet.framework.guice.modules
 
me.piggypiglet.framework.guice.objects - package me.piggypiglet.framework.guice.objects
 
me.piggypiglet.framework.hooks - package me.piggypiglet.framework.hooks
 
me.piggypiglet.framework.http - package me.piggypiglet.framework.http
 
me.piggypiglet.framework.http.commands - package me.piggypiglet.framework.http.commands
 
me.piggypiglet.framework.http.files - package me.piggypiglet.framework.http.files
 
me.piggypiglet.framework.http.registerables.shutdown - package me.piggypiglet.framework.http.registerables.shutdown
 
me.piggypiglet.framework.http.registerables.startup - package me.piggypiglet.framework.http.registerables.startup
 
me.piggypiglet.framework.http.routes - package me.piggypiglet.framework.http.routes
 
me.piggypiglet.framework.http.routes.auth.permissions - package me.piggypiglet.framework.http.routes.auth.permissions
 
me.piggypiglet.framework.http.routes.mixins - package me.piggypiglet.framework.http.routes.mixins
 
me.piggypiglet.framework.http.routes.mixins.json.manager - package me.piggypiglet.framework.http.routes.mixins.json.manager
 
me.piggypiglet.framework.http.routes.objects - package me.piggypiglet.framework.http.routes.objects
 
me.piggypiglet.framework.http.routes.types.json - package me.piggypiglet.framework.http.routes.types.json
 
me.piggypiglet.framework.http.server - package me.piggypiglet.framework.http.server
 
me.piggypiglet.framework.jars - package me.piggypiglet.framework.jars
 
me.piggypiglet.framework.jars.loading - package me.piggypiglet.framework.jars.loading
 
me.piggypiglet.framework.jars.loading.framework - package me.piggypiglet.framework.jars.loading.framework
 
me.piggypiglet.framework.jars.loading.web - package me.piggypiglet.framework.jars.loading.web
 
me.piggypiglet.framework.jars.loading.web.update - package me.piggypiglet.framework.jars.loading.web.update
 
me.piggypiglet.framework.jars.registerables - package me.piggypiglet.framework.jars.registerables
 
me.piggypiglet.framework.jda - package me.piggypiglet.framework.jda
 
me.piggypiglet.framework.jda.annotation - package me.piggypiglet.framework.jda.annotation
 
me.piggypiglet.framework.jda.commands - package me.piggypiglet.framework.jda.commands
 
me.piggypiglet.framework.jda.shutdown - package me.piggypiglet.framework.jda.shutdown
 
me.piggypiglet.framework.jda.startup - package me.piggypiglet.framework.jda.startup
 
me.piggypiglet.framework.jda.user - package me.piggypiglet.framework.jda.user
 
me.piggypiglet.framework.json - package me.piggypiglet.framework.json
 
me.piggypiglet.framework.lang - package me.piggypiglet.framework.lang
 
me.piggypiglet.framework.lang.objects - package me.piggypiglet.framework.lang.objects
 
me.piggypiglet.framework.logback - package me.piggypiglet.framework.logback
 
me.piggypiglet.framework.logging - package me.piggypiglet.framework.logging
 
me.piggypiglet.framework.logging.implementations - package me.piggypiglet.framework.logging.implementations
 
me.piggypiglet.framework.managers - package me.piggypiglet.framework.managers
 
me.piggypiglet.framework.managers.implementations - package me.piggypiglet.framework.managers.implementations
 
me.piggypiglet.framework.managers.objects - package me.piggypiglet.framework.managers.objects
 
me.piggypiglet.framework.mapper - package me.piggypiglet.framework.mapper
 
me.piggypiglet.framework.minecraft - package me.piggypiglet.framework.minecraft
 
me.piggypiglet.framework.minecraft.commands - package me.piggypiglet.framework.minecraft.commands
 
me.piggypiglet.framework.minecraft.commands.framework - package me.piggypiglet.framework.minecraft.commands.framework
 
me.piggypiglet.framework.minecraft.commands.implementations - package me.piggypiglet.framework.minecraft.commands.implementations
 
me.piggypiglet.framework.minecraft.lang - package me.piggypiglet.framework.minecraft.lang
 
me.piggypiglet.framework.minecraft.player - package me.piggypiglet.framework.minecraft.player
 
me.piggypiglet.framework.minecraft.player.inventory - package me.piggypiglet.framework.minecraft.player.inventory
 
me.piggypiglet.framework.minecraft.player.inventory.objects - package me.piggypiglet.framework.minecraft.player.inventory.objects
 
me.piggypiglet.framework.minecraft.registerables - package me.piggypiglet.framework.minecraft.registerables
 
me.piggypiglet.framework.minecraft.server - package me.piggypiglet.framework.minecraft.server
 
me.piggypiglet.framework.minecraft.text - package me.piggypiglet.framework.minecraft.text
 
me.piggypiglet.framework.minecraft.text.components - package me.piggypiglet.framework.minecraft.text.components
 
me.piggypiglet.framework.minecraft.user - package me.piggypiglet.framework.minecraft.user
 
me.piggypiglet.framework.minecraft.versions - package me.piggypiglet.framework.minecraft.versions
 
me.piggypiglet.framework.minecraft.versions.material - package me.piggypiglet.framework.minecraft.versions.material
 
me.piggypiglet.framework.minecraft.versions.material.implementations - package me.piggypiglet.framework.minecraft.versions.material.implementations
 
me.piggypiglet.framework.minecraft.world - package me.piggypiglet.framework.minecraft.world
 
me.piggypiglet.framework.minecraft.world.location - package me.piggypiglet.framework.minecraft.world.location
 
me.piggypiglet.framework.mysql - package me.piggypiglet.framework.mysql
 
me.piggypiglet.framework.mysql.annotations - package me.piggypiglet.framework.mysql.annotations
 
me.piggypiglet.framework.mysql.components - package me.piggypiglet.framework.mysql.components
 
me.piggypiglet.framework.mysql.components.row - package me.piggypiglet.framework.mysql.components.row
 
me.piggypiglet.framework.mysql.manager - package me.piggypiglet.framework.mysql.manager
 
me.piggypiglet.framework.mysql.registerables.shutdown - package me.piggypiglet.framework.mysql.registerables.shutdown
 
me.piggypiglet.framework.mysql.registerables.startup - package me.piggypiglet.framework.mysql.registerables.startup
 
me.piggypiglet.framework.mysql.table - package me.piggypiglet.framework.mysql.table
 
me.piggypiglet.framework.mysql.utils - package me.piggypiglet.framework.mysql.utils
 
me.piggypiglet.framework.nukkit - package me.piggypiglet.framework.nukkit
 
me.piggypiglet.framework.nukkit.binding.player - package me.piggypiglet.framework.nukkit.binding.player
 
me.piggypiglet.framework.nukkit.binding.server - package me.piggypiglet.framework.nukkit.binding.server
 
me.piggypiglet.framework.nukkit.commands - package me.piggypiglet.framework.nukkit.commands
 
me.piggypiglet.framework.nukkit.commands.framework - package me.piggypiglet.framework.nukkit.commands.framework
 
me.piggypiglet.framework.nukkit.file - package me.piggypiglet.framework.nukkit.file
 
me.piggypiglet.framework.nukkit.logging - package me.piggypiglet.framework.nukkit.logging
 
me.piggypiglet.framework.nukkit.registerables - package me.piggypiglet.framework.nukkit.registerables
 
me.piggypiglet.framework.nukkit.task - package me.piggypiglet.framework.nukkit.task
 
me.piggypiglet.framework.nukkit.user - package me.piggypiglet.framework.nukkit.user
 
me.piggypiglet.framework.registerables - package me.piggypiglet.framework.registerables
 
me.piggypiglet.framework.registerables.shutdown - package me.piggypiglet.framework.registerables.shutdown
 
me.piggypiglet.framework.registerables.startup - package me.piggypiglet.framework.registerables.startup
 
me.piggypiglet.framework.registerables.startup.addon - package me.piggypiglet.framework.registerables.startup.addon
 
me.piggypiglet.framework.registerables.startup.commands - package me.piggypiglet.framework.registerables.startup.commands
 
me.piggypiglet.framework.registerables.startup.file - package me.piggypiglet.framework.registerables.startup.file
 
me.piggypiglet.framework.registerables.startup.file.lang - package me.piggypiglet.framework.registerables.startup.file.lang
 
me.piggypiglet.framework.scanning - package me.piggypiglet.framework.scanning
 
me.piggypiglet.framework.scanning.implementations - package me.piggypiglet.framework.scanning.implementations
 
me.piggypiglet.framework.sponge - package me.piggypiglet.framework.sponge
 
me.piggypiglet.framework.sponge.binding.player - package me.piggypiglet.framework.sponge.binding.player
 
me.piggypiglet.framework.sponge.binding.server - package me.piggypiglet.framework.sponge.binding.server
 
me.piggypiglet.framework.sponge.commands - package me.piggypiglet.framework.sponge.commands
 
me.piggypiglet.framework.sponge.commands.framework - package me.piggypiglet.framework.sponge.commands.framework
 
me.piggypiglet.framework.sponge.file - package me.piggypiglet.framework.sponge.file
 
me.piggypiglet.framework.sponge.logging - package me.piggypiglet.framework.sponge.logging
 
me.piggypiglet.framework.sponge.registerables - package me.piggypiglet.framework.sponge.registerables
 
me.piggypiglet.framework.sponge.task - package me.piggypiglet.framework.sponge.task
 
me.piggypiglet.framework.sponge.user - package me.piggypiglet.framework.sponge.user
 
me.piggypiglet.framework.task - package me.piggypiglet.framework.task
 
me.piggypiglet.framework.task.implementations - package me.piggypiglet.framework.task.implementations
 
me.piggypiglet.framework.user - package me.piggypiglet.framework.user
 
me.piggypiglet.framework.utils - package me.piggypiglet.framework.utils
 
me.piggypiglet.framework.utils.annotations - package me.piggypiglet.framework.utils.annotations
 
me.piggypiglet.framework.utils.annotations.addon - package me.piggypiglet.framework.utils.annotations.addon
 
me.piggypiglet.framework.utils.annotations.files - package me.piggypiglet.framework.utils.annotations.files
 
me.piggypiglet.framework.utils.annotations.id - package me.piggypiglet.framework.utils.annotations.id
 
me.piggypiglet.framework.utils.annotations.reflection - package me.piggypiglet.framework.utils.annotations.reflection
 
me.piggypiglet.framework.utils.annotations.reflection.def - package me.piggypiglet.framework.utils.annotations.reflection.def
 
me.piggypiglet.framework.utils.annotations.registerable - package me.piggypiglet.framework.utils.annotations.registerable
 
me.piggypiglet.framework.utils.builder - package me.piggypiglet.framework.utils.builder
 
me.piggypiglet.framework.utils.clazz - package me.piggypiglet.framework.utils.clazz
 
me.piggypiglet.framework.utils.key - package me.piggypiglet.framework.utils.key
 
me.piggypiglet.framework.utils.lambda - package me.piggypiglet.framework.utils.lambda
 
me.piggypiglet.framework.utils.map - package me.piggypiglet.framework.utils.map
 
me.piggypiglet.framework.utils.number - package me.piggypiglet.framework.utils.number
 
me.piggypiglet.framework.velocity - package me.piggypiglet.framework.velocity
 
me.piggypiglet.framework.velocity.commands - package me.piggypiglet.framework.velocity.commands
 
me.piggypiglet.framework.velocity.commands.framework - package me.piggypiglet.framework.velocity.commands.framework
 
me.piggypiglet.framework.velocity.logging - package me.piggypiglet.framework.velocity.logging
 
me.piggypiglet.framework.velocity.registerables - package me.piggypiglet.framework.velocity.registerables
 
me.piggypiglet.framework.velocity.task - package me.piggypiglet.framework.velocity.task
 
me.piggypiglet.framework.velocity.user - package me.piggypiglet.framework.velocity.user
 
MinecraftAddon - Class in me.piggypiglet.framework.minecraft
 
MinecraftAddon() - Constructor for class me.piggypiglet.framework.minecraft.MinecraftAddon
 
MinecraftCommand - Class in me.piggypiglet.framework.minecraft.commands.framework
 
MinecraftCommand(String) - Constructor for class me.piggypiglet.framework.minecraft.commands.framework.MinecraftCommand
 
MinecraftCommandHandler - Class in me.piggypiglet.framework.minecraft.commands
 
MinecraftCommandHandler() - Constructor for class me.piggypiglet.framework.minecraft.commands.MinecraftCommandHandler
 
MinecraftUser - Class in me.piggypiglet.framework.minecraft.user
 
MinecraftUser(String, String) - Constructor for class me.piggypiglet.framework.minecraft.user.MinecraftUser
Provide basic info to the superclass
MutableFileConfiguration - Interface in me.piggypiglet.framework.file.framework
 
MySQLAddon - Class in me.piggypiglet.framework.mysql
 
MySQLAddon() - Constructor for class me.piggypiglet.framework.mysql.MySQLAddon
 
MySQLComponent - Class in me.piggypiglet.framework.mysql.components
 
MySQLComponent() - Constructor for class me.piggypiglet.framework.mysql.components.MySQLComponent
 
MySQLFinalSave - Class in me.piggypiglet.framework.mysql.registerables.shutdown
 
MySQLFinalSave() - Constructor for class me.piggypiglet.framework.mysql.registerables.shutdown.MySQLFinalSave
 
MySQLManager<S extends SearchUtils.Searchable> - Class in me.piggypiglet.framework.mysql.manager
 
MySQLManager(Table<S>) - Constructor for class me.piggypiglet.framework.mysql.manager.MySQLManager
 
MySQLManager.Options - Class in me.piggypiglet.framework.mysql.manager
 
MySQLManagers - Class in me.piggypiglet.framework.mysql.manager
 
MySQLManagers() - Constructor for class me.piggypiglet.framework.mysql.manager.MySQLManagers
 
MySQLRegisterable - Class in me.piggypiglet.framework.mysql.registerables.startup
 
MySQLRegisterable() - Constructor for class me.piggypiglet.framework.mysql.registerables.startup.MySQLRegisterable
 
MySQLSavingRegisterable - Class in me.piggypiglet.framework.mysql.registerables.startup
 
MySQLSavingRegisterable() - Constructor for class me.piggypiglet.framework.mysql.registerables.startup.MySQLSavingRegisterable
 
MySQLShutdown - Class in me.piggypiglet.framework.mysql.registerables.shutdown
 
MySQLShutdown() - Constructor for class me.piggypiglet.framework.mysql.registerables.shutdown.MySQLShutdown
 
MySQLUtils - Class in me.piggypiglet.framework.mysql.utils
 
MySQLUtils() - Constructor for class me.piggypiglet.framework.mysql.utils.MySQLUtils
 

N

needsUpdating() - Method in class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarDeleter
 
newHandler(String, Injector) - Method in class me.piggypiglet.framework.commands.CommandHandlers
Create a new command handler.
newHandler(String, Class<? extends CommandHandler>, Injector) - Method in class me.piggypiglet.framework.commands.CommandHandlers
Create a new command handler, with a custom type
NukkitAddon - Class in me.piggypiglet.framework.nukkit
 
NukkitAddon() - Constructor for class me.piggypiglet.framework.nukkit.NukkitAddon
 
NukkitCommand - Class in me.piggypiglet.framework.nukkit.commands.framework
 
NukkitCommand(String) - Constructor for class me.piggypiglet.framework.nukkit.commands.framework.NukkitCommand
 
NukkitCommandExecutor - Class in me.piggypiglet.framework.nukkit.commands
 
NukkitCommandExecutor() - Constructor for class me.piggypiglet.framework.nukkit.commands.NukkitCommandExecutor
 
NukkitCommandRegistrar - Class in me.piggypiglet.framework.nukkit.commands
 
NukkitCommandRegistrar() - Constructor for class me.piggypiglet.framework.nukkit.commands.NukkitCommandRegistrar
 
NukkitFileConfiguration - Class in me.piggypiglet.framework.nukkit.file
 
NukkitFileConfiguration() - Constructor for class me.piggypiglet.framework.nukkit.file.NukkitFileConfiguration
 
NukkitInventoryUtils - Class in me.piggypiglet.framework.nukkit.binding.player
 
NukkitInventoryUtils() - Constructor for class me.piggypiglet.framework.nukkit.binding.player.NukkitInventoryUtils
 
NukkitLogger - Class in me.piggypiglet.framework.nukkit.logging
 
NukkitLogger() - Constructor for class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
NukkitPlayer - Class in me.piggypiglet.framework.nukkit.binding.player
 
NukkitPlayer(Player) - Constructor for class me.piggypiglet.framework.nukkit.binding.player.NukkitPlayer
 
NukkitServer - Class in me.piggypiglet.framework.nukkit.binding.server
Nukkit doesn't seem to use uuids, so on any method that returns uuids, in any form, it'll just be generated from the name's bytes.
NukkitServer(MainBinding) - Constructor for class me.piggypiglet.framework.nukkit.binding.server.NukkitServer
 
NukkitTask - Class in me.piggypiglet.framework.nukkit.task
 
NukkitTask(MainBinding) - Constructor for class me.piggypiglet.framework.nukkit.task.NukkitTask
 
NukkitUser - Class in me.piggypiglet.framework.nukkit.user
 
NukkitUser(CommandSender) - Constructor for class me.piggypiglet.framework.nukkit.user.NukkitUser
 
NULL_BOOL - Static variable in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
NULL_NUM - Static variable in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
NULL_STRING - Static variable in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
NumberUtils - Class in me.piggypiglet.framework.utils.number
 

O

ObjectMapper<D,T> - Interface in me.piggypiglet.framework.mapper
Interface to abstract the process of mapping objects to data, and vise versa.
of(String) - Static method in class me.piggypiglet.framework.minecraft.text.Text
 
of(Supplier<T>) - Static method in class me.piggypiglet.framework.utils.builder.GenericBuilder
Get a builder instance for an object.
of(Map<K, V>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Create a Map Builder.
of(Map<K, V>, Function<T, V>) - Static method in class me.piggypiglet.framework.utils.map.Maps
Create a Map Builder with a value mapper.
onCommand(CommandSender, Command, String, String[]) - Method in class me.piggypiglet.framework.bukkit.commands.BukkitCommandExecutor
 
onCommand(CommandSender, Command, String, String[]) - Method in class me.piggypiglet.framework.nukkit.commands.NukkitCommandExecutor
 
onGuildMessageReceived(GuildMessageReceivedEvent) - Method in class me.piggypiglet.framework.jda.commands.JDACommandHandler
 
options - Variable in class me.piggypiglet.framework.commands.framework.Command
Configure options for this command.
Options() - Constructor for class me.piggypiglet.framework.commands.framework.Command.Options
 
options - Variable in class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute
 
Options() - Constructor for class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute.Options
 
options - Variable in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
Options() - Constructor for class me.piggypiglet.framework.jars.loading.framework.ScannableLoader.Options
 
options - Variable in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand
 
Options() - Constructor for class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand.Options
 
options - Variable in class me.piggypiglet.framework.mysql.manager.MySQLManager
 
Options() - Constructor for class me.piggypiglet.framework.mysql.manager.MySQLManager.Options
 
OutdatedJarDeleter - Class in me.piggypiglet.framework.jars.loading.web.update
 
OutdatedJarDeleter(ImmutableList<File>) - Constructor for class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarDeleter
 
OutdatedJarManager - Class in me.piggypiglet.framework.jars.loading.web.update
 
OutdatedJarManager() - Constructor for class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarManager
 
OutdatedJarScanner - Class in me.piggypiglet.framework.jars.loading.web.update
 
OutdatedJarScanner(File, DownloadableJar...) - Constructor for class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarScanner
 
overrideHandler(String, Class<? extends CommandHandler>, Injector) - Method in class me.piggypiglet.framework.commands.CommandHandlers
 
overrideLangFile(boolean) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Declare whether a lang file will be used over hardcoded values.
overrideLangFile() - Method in class me.piggypiglet.framework.Framework
Whether to override default language files with a custom one.

P

Packet - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets
 
Packet() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
PacketRegisterable - Class in me.piggypiglet.framework.bungeecord.registerables
 
PacketRegisterable() - Constructor for class me.piggypiglet.framework.bungeecord.registerables.PacketRegisterable
 
PacketUtils - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils
 
PacketUtils() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.PacketUtils
 
pckg(String, String...) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the application's package which will be scanned, and optionally any sub packages to exclude.
Permission - Class in me.piggypiglet.framework.http.routes.auth.permissions
 
Permission(PublicKey, Collection<String>) - Constructor for class me.piggypiglet.framework.http.routes.auth.permissions.Permission
 
PermissionRegisterable - Class in me.piggypiglet.framework.http.registerables.startup
 
PermissionRegisterable() - Constructor for class me.piggypiglet.framework.http.registerables.startup.PermissionRegisterable
 
permissions(String...) - Method in class me.piggypiglet.framework.commands.framework.Command.Options
What permissions will the User need to run this command? Leave empty for no permissions needed.
Player<T> - Interface in me.piggypiglet.framework.minecraft.player
 
PlayerInventoryManager - Class in me.piggypiglet.framework.minecraft.player.inventory
 
PlayerInventoryManager() - Constructor for class me.piggypiglet.framework.minecraft.player.inventory.PlayerInventoryManager
 
PlayerManager - Class in me.piggypiglet.framework.minecraft.player
 
PlayerManager() - Constructor for class me.piggypiglet.framework.minecraft.player.PlayerManager
 
playerOnly(boolean) - Method in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand.Options
 
postConfigure() - Method in class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
postConfigure() - Method in class me.piggypiglet.framework.managers.Manager
Ran after Manager#configure
preConfigure() - Method in class me.piggypiglet.framework.managers.Manager
Ran before Manager#configure
predefined(T...) - Method in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader.Options
 
preRun() - Method in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
Primitives - Enum in me.piggypiglet.framework.utils.number
 
primitiveToWrapper(Class<?>) - Static method in class me.piggypiglet.framework.utils.number.NumberUtils
Convert a primitive to it's wrapper, with a default value.
Kudos to devs behind apache commons lang, they're the original author of this method.
https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/ClassUtils.java
process(User, Command) - Method in class me.piggypiglet.framework.commands.CommandHandler
Handle any extra processing the default method doesn't provide in sub classes.
process(String, User, String) - Method in class me.piggypiglet.framework.commands.CommandHandlers
Find and run a command in a specific handler.
process(File[]) - Method in class me.piggypiglet.framework.jars.loading.framework.Loader
 
process(CommandSource, String) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
Protocol - Enum in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils
 
ProtocolMapping - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils
 
ProtocolMapping(ProtocolVersions, int) - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.ProtocolMapping
 
ProtocolVersions - Enum in me.piggypiglet.framework.minecraft.versions
 
provide(File, String) - Method in class me.piggypiglet.framework.bukkit.file.SpigotFileConfiguration
 
provide(File, String) - Method in class me.piggypiglet.framework.bungeecord.file.BungeeFileConfiguration
 
provide(File, String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
provide(File, String) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfigurationSection
 
provide(File, String) - Method in class me.piggypiglet.framework.file.implementations.json.JsonFileConfiguration
 
provide(Map<String, List<String>>, List<Header>, String) - Method in class me.piggypiglet.framework.http.routes.Route
Process user-inputted params and return a string response
provide(File, String) - Method in class me.piggypiglet.framework.nukkit.file.NukkitFileConfiguration
 
provide(File, String) - Method in class me.piggypiglet.framework.sponge.file.SpongeYamlFileConfiguration
 
provideConstructorsWithAnyParamAnnotated(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.implementations.Guava
 
provideConstructorsWithAnyParamAnnotated(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
 
provideFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.implementations.Guava
 
provideFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
 
provideMethodsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.implementations.Guava
 
provideMethodsAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
 
providesConfig() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
providesFrameworkBootstrap() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
providesMainBinding() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
providesScanner() - Method in class me.piggypiglet.framework.guice.modules.InitialModule
 
provideSubTypesOf(Class<T>) - Method in class me.piggypiglet.framework.scanning.implementations.Guava
 
provideSubTypesOf(Class<T>) - Method in class me.piggypiglet.framework.scanning.Scanner
 
provideTypesAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.implementations.Guava
 
provideTypesAnnotatedWith(Class<? extends Annotation>) - Method in class me.piggypiglet.framework.scanning.Scanner
 

R

read(ByteBuf, ProtocolConstants.Direction, ProtocolVersions) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.WindowItems
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
read(ByteBuf, ProtocolConstants.Direction, ProtocolVersions) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
readEmbedToString(String) - Static method in class me.piggypiglet.framework.utils.FileUtils
Gets the raw plaintext content of an embedded file.
readEmbedToString(String, Class<?>) - Static method in class me.piggypiglet.framework.utils.FileUtils
Gets the raw plaintext content of an embedded file.
readFileToString(File) - Static method in class me.piggypiglet.framework.utils.FileUtils
Gets the raw plaintext content of a file
recursiveGet(Map<String, T>, String) - Static method in class me.piggypiglet.framework.utils.map.Maps
Utility method to recurse through levels of nested maps to retrieve a specific object, at a path (nested maps separated via "." in the path).
redactJavaTriggers(String) - Static method in class me.piggypiglet.framework.minecraft.text.Text
 
ReflectionUtils - Class in me.piggypiglet.framework.utils
 
register(Protocol, Class<? extends DefinedPacket>, ProtocolMapping...) - Static method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.PacketUtils
 
RegisterableData - Class in me.piggypiglet.framework.utils.annotations.registerable
StartupRegisterable wrapper for applications
RegisterableData(Class<? extends StartupRegisterable>) - Constructor for class me.piggypiglet.framework.utils.annotations.registerable.RegisterableData
Populate the object with your registerable, and BootPriority.MANUAL
RegisterableData(Class<? extends StartupRegisterable>, BootPriority) - Constructor for class me.piggypiglet.framework.utils.annotations.registerable.RegisterableData
Populate the object with your registerable, and a custom boot priority
RegisterableData(Startup) - Constructor for class me.piggypiglet.framework.utils.annotations.registerable.RegisterableData
Retrieve registerable info from the Startup annotation (addons)
registerCommands() - Method in class me.piggypiglet.framework.bukkit.commands.BukkitCommandRegistrar
 
registerCommands() - Method in class me.piggypiglet.framework.nukkit.commands.NukkitCommandRegistrar
 
Removable - Annotation Type in me.piggypiglet.framework.http.routes.mixins.json.manager
 
remove(S) - Method in class me.piggypiglet.framework.managers.implementations.SearchableManager
 
remove(S) - Method in class me.piggypiglet.framework.managers.Manager
Remove an item from this manager
remove(S) - Method in class me.piggypiglet.framework.mysql.manager.MySQLManager
 
remove(String, Map<String, Object>) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Remove a specific row at a location
requestStaticInjections(Class<?>...) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Request classes to have their static injection honoured
ResponseHandler - Class in me.piggypiglet.framework.http.server
 
ResponseHandler() - Constructor for class me.piggypiglet.framework.http.server.ResponseHandler
 
retrieveAll() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.InventoryManager
 
retrieveAll() - Method in class me.piggypiglet.framework.file.framework.AbstractFileConfiguration
 
retrieveAll() - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
retrieveAll() - Method in class me.piggypiglet.framework.file.implementations.BlankFileConfiguration
 
retrieveAll() - Method in class me.piggypiglet.framework.http.routes.auth.permissions.DefaultPermissionStore
 
retrieveAll() - Method in class me.piggypiglet.framework.managers.implementations.SearchableManager
 
retrieveAll() - Method in class me.piggypiglet.framework.managers.Manager
Retrieve values from any data structures in this manager
retrieveAll() - Method in class me.piggypiglet.framework.minecraft.player.inventory.PlayerInventoryManager
 
root() - Method in class me.piggypiglet.framework.minecraft.commands.framework.GenericMinecraftCommand.Options
 
Route - Class in me.piggypiglet.framework.http.routes
 
Route(String, Header...) - Constructor for class me.piggypiglet.framework.http.routes.Route
Provide the path of this route, do not include a forward slash at the beginning.
RoutesRegisterable - Class in me.piggypiglet.framework.http.registerables.startup
 
RoutesRegisterable() - Constructor for class me.piggypiglet.framework.http.registerables.startup.RoutesRegisterable
 
RowCreator - Class in me.piggypiglet.framework.mysql.components.row
 
RowCreator.Builder - Class in me.piggypiglet.framework.mysql.components.row
 
RowDeleter - Class in me.piggypiglet.framework.mysql.components.row
 
RowDeleter.Builder - Class in me.piggypiglet.framework.mysql.components.row
 
RowEditor - Class in me.piggypiglet.framework.mysql.components.row
 
RowEditor.Builder - Class in me.piggypiglet.framework.mysql.components.row
 
RowGetter - Class in me.piggypiglet.framework.mysql.components.row
 
RowGetter.Builder - Class in me.piggypiglet.framework.mysql.components.row
 
RPFFileException - Exception in me.piggypiglet.framework.file.exceptions
 
RPFFileException(String) - Constructor for exception me.piggypiglet.framework.file.exceptions.RPFFileException
 
run(User, Command) - Method in class me.piggypiglet.framework.commands.CommandHandler
 
run(T, String[], String) - Method in class me.piggypiglet.framework.commands.framework.Command
 
run() - Method in class me.piggypiglet.framework.hooks.ShutdownHook
 
run(Map<String, List<String>>, List<Header>, String) - Method in class me.piggypiglet.framework.http.routes.Route
Process parameters and return a string based on them & the route
run(Map<String, List<String>>, List<Header>, String) - Method in class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute
 
run(Map<String, List<String>>, List<Header>, String) - Method in class me.piggypiglet.framework.http.routes.types.json.JsonRoute
 
run(Object) - Method in class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
run(User, Command) - Method in class me.piggypiglet.framework.minecraft.commands.MinecraftCommandHandler
 
run() - Method in class me.piggypiglet.framework.registerables.ShutdownRegisterable
Run the registerable
run(Injector) - Method in class me.piggypiglet.framework.registerables.StartupRegisterable
Run the registerable

S

save(String) - Method in class me.piggypiglet.framework.file.FileManager
Save a MutableFileConfiguration to file.
save() - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
save() - Method in interface me.piggypiglet.framework.file.framework.MutableFileConfiguration
 
save(T) - Method in class me.piggypiglet.framework.mysql.table.Table
Save a type to the table
saveAll() - Method in class me.piggypiglet.framework.mysql.manager.MySQLManagers
 
saveLocation(T) - Method in class me.piggypiglet.framework.mysql.table.Table
Optionally configure which columns will be checked when using #save.
scan(Injector) - Method in class me.piggypiglet.framework.jars.loading.JarManager
 
scan(URI) - Method in class me.piggypiglet.framework.jars.loading.JarScanner
 
scan() - Method in class me.piggypiglet.framework.jars.loading.web.update.OutdatedJarScanner
 
ScannableLoader<T> - Class in me.piggypiglet.framework.jars.loading.framework
 
ScannableLoader(String, Predicate<Class<?>>) - Constructor for class me.piggypiglet.framework.jars.loading.framework.ScannableLoader
 
ScannableLoader.Options - Class in me.piggypiglet.framework.jars.loading.framework
 
Scanner - Class in me.piggypiglet.framework.scanning
 
Scanner() - Constructor for class me.piggypiglet.framework.scanning.Scanner
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.bukkit.task.BukkitTask
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.bungeecord.task.BungeeTask
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.nukkit.task.NukkitTask
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.sponge.task.SpongeTaskManager
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.task.implementations.DefaultTask
 
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.task.Task
Implementation of scheduling an async runnable
scheduleAsync(GRunnable, TimeAPI, boolean) - Method in class me.piggypiglet.framework.velocity.task.VelocityTask
 
search(String) - Method in class me.piggypiglet.framework.managers.implementations.SearchableManager
Search the manager with a query, uses levenshtein weighted ratio.
search(List<SearchUtils.Searchable>, String) - Static method in class me.piggypiglet.framework.utils.SearchUtils
Use the levenshtein algorithm, via a java fuzzy wuzzy port (python library), to order a list of items based on string similarity.
SearchableManager<S extends SearchUtils.Searchable> - Class in me.piggypiglet.framework.managers.implementations
 
SearchableManager() - Constructor for class me.piggypiglet.framework.managers.implementations.SearchableManager
 
searchResults(int) - Method in class me.piggypiglet.framework.http.routes.types.json.JsonManagerRoute.Options
 
SearchUtils - Class in me.piggypiglet.framework.utils
 
SearchUtils.Searchable - Interface in me.piggypiglet.framework.utils
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.minecraft.user.MinecraftUser
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
sendJsonMessage(String) - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.bukkit.user.BukkitUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.bungeecord.user.BungeeUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.console.user.ConsoleUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.jda.user.JDAUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.sponge.user.SpongeUser
 
sendMessage(String) - Method in class me.piggypiglet.framework.user.User
Implementation of sending the user a message
sendMessage(Object, Object...) - Method in class me.piggypiglet.framework.user.User
Send the user a message
sendMessage(String) - Method in class me.piggypiglet.framework.velocity.user.VelocityUser
 
sendRawMessage(String) - Method in class me.piggypiglet.framework.bukkit.binding.player.BukkitPlayer
 
sendRawMessage(String) - Method in class me.piggypiglet.framework.minecraft.user.MinecraftUser
 
sendRawMessage(String) - Method in class me.piggypiglet.framework.nukkit.user.NukkitUser
 
serve(NanoHTTPD.IHTTPSession) - Method in class me.piggypiglet.framework.http.server.ResponseHandler
Find the first route the matches the user's input, and handle the response
Server<T> - Interface in me.piggypiglet.framework.minecraft.server
 
ServerRegisterable - Class in me.piggypiglet.framework.minecraft.registerables
 
ServerRegisterable() - Constructor for class me.piggypiglet.framework.minecraft.registerables.ServerRegisterable
 
set(String, Object) - Method in class me.piggypiglet.framework.bungeecord.file.api.Configuration
 
set(String, Object) - Method in class me.piggypiglet.framework.file.framework.implementations.map.MapFileConfiguration
 
set(String, Object) - Method in interface me.piggypiglet.framework.file.framework.MutableFileConfiguration
 
set(String, Map<String, Object>, Map<String, Object>) - Static method in class me.piggypiglet.framework.mysql.utils.MySQLUtils
Edit a pre-existing row in a table with new values
setAmount(int) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setArmor(Map<Integer, Item>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setCommands(Set<Command>) - Method in class me.piggypiglet.framework.commands.CommandHandler
Set this commandhandler's commands.
setCrafting(Map<Integer, Item>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setDisplayName(String) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setDurability(int) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setEnchants(Map<String, Integer>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setFileContent(String) - Method in class me.piggypiglet.framework.file.objects.FileWrapper
Used for updating via FileManager#update, I don't recommend messing with this manually.
setHand(Item) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setHotbar(Map<Integer, Item>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setItemFlags(Set<String>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setItems(Map<Integer, Item>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setLore(List<String>) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setMaxStackSize(int) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setOffHand(Item) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
setType(String) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setUnbreakable(boolean) - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
setup() - Method in class me.piggypiglet.framework.managers.Manager
Populate the manager.
setup() - Method in class me.piggypiglet.framework.managers.ManagersManager
Run the setup method on every manager stored by this class
setup() - Method in class me.piggypiglet.framework.mysql.manager.MySQLManager
 
shutdown(Class<? extends ShutdownRegisterable>...) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add shutdown registerables to be ran in the shutdown hook, in order.
shutdown() - Method in class me.piggypiglet.framework.task.implementations.DefaultTask
 
shutdown() - Method in class me.piggypiglet.framework.task.Task
Shutdown anything that needs to be shutdown
ShutdownHook - Class in me.piggypiglet.framework.hooks
 
ShutdownHook() - Constructor for class me.piggypiglet.framework.hooks.ShutdownHook
 
ShutdownHookRegisterable - Class in me.piggypiglet.framework.registerables.startup
 
ShutdownHookRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.ShutdownHookRegisterable
 
ShutdownHTTP - Class in me.piggypiglet.framework.http.registerables.shutdown
 
ShutdownHTTP() - Constructor for class me.piggypiglet.framework.http.registerables.shutdown.ShutdownHTTP
 
ShutdownRegisterable - Class in me.piggypiglet.framework.registerables
 
ShutdownRegisterable() - Constructor for class me.piggypiglet.framework.registerables.ShutdownRegisterable
 
ShutdownRegisterablesRegisterable - Class in me.piggypiglet.framework.registerables.startup
 
ShutdownRegisterablesRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.ShutdownRegisterablesRegisterable
 
sleep(long) - Method in class me.piggypiglet.framework.task.GRunnable
Util method to put thread to sleep without having to manually catch an exception; code shortener
SpigotFileConfiguration - Class in me.piggypiglet.framework.bukkit.file
 
SpigotFileConfiguration() - Constructor for class me.piggypiglet.framework.bukkit.file.SpigotFileConfiguration
 
SpongeAddon - Class in me.piggypiglet.framework.sponge
 
SpongeAddon() - Constructor for class me.piggypiglet.framework.sponge.SpongeAddon
 
SpongeCommand - Class in me.piggypiglet.framework.sponge.commands.framework
 
SpongeCommand(String) - Constructor for class me.piggypiglet.framework.sponge.commands.framework.SpongeCommand
 
SpongeCommandExecutor - Class in me.piggypiglet.framework.sponge.commands
 
SpongeCommandExecutor() - Constructor for class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
SpongeLogger - Class in me.piggypiglet.framework.sponge.logging
 
SpongeLogger() - Constructor for class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
SpongePlayer - Class in me.piggypiglet.framework.sponge.binding.player
 
SpongePlayer(Player) - Constructor for class me.piggypiglet.framework.sponge.binding.player.SpongePlayer
 
SpongeServer - Class in me.piggypiglet.framework.sponge.binding.server
 
SpongeServer() - Constructor for class me.piggypiglet.framework.sponge.binding.server.SpongeServer
 
SpongeTaskManager - Class in me.piggypiglet.framework.sponge.task
 
SpongeTaskManager() - Constructor for class me.piggypiglet.framework.sponge.task.SpongeTaskManager
 
SpongeUser - Class in me.piggypiglet.framework.sponge.user
 
SpongeUser(CommandSource) - Constructor for class me.piggypiglet.framework.sponge.user.SpongeUser
 
SpongeYamlFileConfiguration - Class in me.piggypiglet.framework.sponge.file
 
SpongeYamlFileConfiguration() - Constructor for class me.piggypiglet.framework.sponge.file.SpongeYamlFileConfiguration
 
SQL - Annotation Type in me.piggypiglet.framework.mysql.annotations
 
SQLConfig - Annotation Type in me.piggypiglet.framework.mysql.annotations
 
start() - Method in class me.piggypiglet.framework.http.server.HTTPServer
Start the HTTP server
startsWithAny(String, String...) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string starts with any of the triggers supplied in the varargs.
startsWithAny(String, List<String>) - Static method in class me.piggypiglet.framework.utils.StringUtils
Check if a string starts with any of the triggers supplied in the list.
startup(RegisterableData...) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Add startup registerables to be ran in the bootstrap, in order.
Startup - Annotation Type in me.piggypiglet.framework.utils.annotations.registerable
StartupRegisterable wrapper for addons
StartupRegisterable - Class in me.piggypiglet.framework.registerables
 
StartupRegisterable() - Constructor for class me.piggypiglet.framework.registerables.StartupRegisterable
 
stop() - Method in class me.piggypiglet.framework.http.server.HTTPServer
Stop the HTTP Server
StopCommand - Class in me.piggypiglet.framework.console.commands
 
StopCommand() - Constructor for class me.piggypiglet.framework.console.commands.StopCommand
 
stringSearchable(String) - Static method in class me.piggypiglet.framework.utils.SearchUtils
 
StringUtils - Class in me.piggypiglet.framework.utils
 
Style - Enum in me.piggypiglet.framework.minecraft.text.components
 

T

Table<T> - Class in me.piggypiglet.framework.mysql.table
 
Table(String) - Constructor for class me.piggypiglet.framework.mysql.table.Table
 
Task - Class in me.piggypiglet.framework.task
 
Task() - Constructor for class me.piggypiglet.framework.task.Task
 
TaskShutdownRegisterable - Class in me.piggypiglet.framework.registerables.shutdown
 
TaskShutdownRegisterable() - Constructor for class me.piggypiglet.framework.registerables.shutdown.TaskShutdownRegisterable
 
testPermission(CommandSource) - Method in class me.piggypiglet.framework.sponge.commands.SpongeCommandExecutor
 
TestTokenCommand - Class in me.piggypiglet.framework.http.commands
 
TestTokenCommand() - Constructor for class me.piggypiglet.framework.http.commands.TestTokenCommand
 
Text - Class in me.piggypiglet.framework.minecraft.text
 
Text() - Constructor for class me.piggypiglet.framework.minecraft.text.Text
 
threads(int) - Method in class me.piggypiglet.framework.Framework.FrameworkBuilder
Set the amount of threads that will be available via the default task manager's thread pol
to(ByteBuf, Map<Integer, Item>) - Method in interface me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.ItemsConstructor
 
to(ByteBuf, Map<Integer, Item>) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1132
 
to(ByteBuf, Map<Integer, Item>) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.construction.versions.ItemsConstructor1710
 
toBuf(ByteBuf, Map<Integer, Item>, ProtocolVersions) - Static method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.item.ItemsUtils
 
toString() - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
toString() - Method in enum me.piggypiglet.framework.lang.Lang.Values
 
toString() - Method in class me.piggypiglet.framework.lang.objects.LangValue
 
toString() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Inventory
 
toString() - Method in class me.piggypiglet.framework.minecraft.player.inventory.objects.Item
 
toString() - Method in class me.piggypiglet.framework.utils.annotations.id.IDInfo
 
typeToData(T) - Method in class me.piggypiglet.framework.mapper.LevenshteinObjectMapper
Convert an instance of T to a map with KV String, Object, with K representing field names and V their respective values.
typeToData(T) - Method in interface me.piggypiglet.framework.mapper.ObjectMapper
Convert T to D
TypeUtils - Class in me.piggypiglet.framework.utils
 

U

UltraDefault - Annotation Type in me.piggypiglet.framework.utils.annotations.reflection.def
For internal use only
underlyingLogger - Variable in class me.piggypiglet.framework.logging.Logger
 
UnknownConfigTypeException - Exception in me.piggypiglet.framework.file.exceptions.config
Thrown if no config could be found for the path/file provided
UnknownConfigTypeException(String) - Constructor for exception me.piggypiglet.framework.file.exceptions.config.UnknownConfigTypeException
 
UnsetVarsException - Exception in me.piggypiglet.framework.utils.builder
 
UnsetVarsException(String) - Constructor for exception me.piggypiglet.framework.utils.builder.UnsetVarsException
 
update(String) - Method in class me.piggypiglet.framework.file.FileManager
Update instances of AbstractFileConfigurations or FileWrappers with physical changes to their respective files by the user.
usage(String) - Method in class me.piggypiglet.framework.commands.framework.Command.Options
Command's usage, should be self explanatory, but an example is <required args> [optional args].
User - Class in me.piggypiglet.framework.user
 
User(String, String) - Constructor for class me.piggypiglet.framework.user.User
Provide basic info to the superclass
UserConfigsRegisterable - Class in me.piggypiglet.framework.registerables.startup.addon
 
UserConfigsRegisterable() - Constructor for class me.piggypiglet.framework.registerables.startup.addon.UserConfigsRegisterable
 

V

value(T) - Method in class me.piggypiglet.framework.utils.map.Maps.Builder.ValueBuilder
Bind a value to the defined key.
valueNullDef(T, T, T...) - Static method in class me.piggypiglet.framework.utils.TypeUtils
Check if a value is null, if it is, return an optional def, if def isn't provided, return a configurable null value
valueOf(String) - Static method in enum me.piggypiglet.framework.bootstrap.BootPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.lang.Lang.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.lang.Lang
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.text.components.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.text.components.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1102
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1112
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1122
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1132
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1144
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1151
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1710
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material188
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material194
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.minecraft.versions.ProtocolVersions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.piggypiglet.framework.utils.number.Primitives
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.piggypiglet.framework.bootstrap.BootPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.utils.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.lang.Lang.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.lang.Lang
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.text.components.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.text.components.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1102
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1112
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1122
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1132
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1144
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1151
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material1710
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material188
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.material.implementations.Material194
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.minecraft.versions.ProtocolVersions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.piggypiglet.framework.utils.number.Primitives
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityAddon - Class in me.piggypiglet.framework.velocity
 
VelocityAddon() - Constructor for class me.piggypiglet.framework.velocity.VelocityAddon
 
VelocityCommand - Class in me.piggypiglet.framework.velocity.commands.framework
 
VelocityCommand(String) - Constructor for class me.piggypiglet.framework.velocity.commands.framework.VelocityCommand
 
VelocityCommandExecutor - Class in me.piggypiglet.framework.velocity.commands
 
VelocityCommandExecutor() - Constructor for class me.piggypiglet.framework.velocity.commands.VelocityCommandExecutor
 
VelocityLogger - Class in me.piggypiglet.framework.velocity.logging
 
VelocityLogger() - Constructor for class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
VelocityTask - Class in me.piggypiglet.framework.velocity.task
 
VelocityTask() - Constructor for class me.piggypiglet.framework.velocity.task.VelocityTask
 
VelocityUser - Class in me.piggypiglet.framework.velocity.user
 
VelocityUser(CommandSource) - Constructor for class me.piggypiglet.framework.velocity.user.VelocityUser
 

W

warning(String) - Method in class me.piggypiglet.framework.bukkit.logging.BukkitLogger
 
warning(String) - Method in class me.piggypiglet.framework.bungeecord.logging.BungeeLogger
 
warning(String) - Method in class me.piggypiglet.framework.logback.LogbackLogger
 
warning(String) - Method in class me.piggypiglet.framework.logging.implementations.DefaultLogger
 
warning(String) - Method in class me.piggypiglet.framework.logging.Logger
Implementation of sending a warning message through a third-party logger.
warning(Object, Object...) - Method in class me.piggypiglet.framework.logging.Logger
Log a warning message.
warning(String) - Method in class me.piggypiglet.framework.nukkit.logging.NukkitLogger
 
warning(String) - Method in class me.piggypiglet.framework.sponge.logging.SpongeLogger
 
warning(String) - Method in class me.piggypiglet.framework.velocity.logging.VelocityLogger
 
WindowItems - Class in me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory
 
WindowItems() - Constructor for class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.WindowItems
 
with(BiConsumer<T, U>, U) - Method in class me.piggypiglet.framework.utils.builder.GenericBuilder.Builder
Method to supply a setter method with it's value.
World - Class in me.piggypiglet.framework.minecraft.world
 
World(UUID, String, long) - Constructor for class me.piggypiglet.framework.minecraft.world.World
 
wrapperToPrimitive(Class<?>) - Static method in class me.piggypiglet.framework.utils.number.NumberUtils
Convert a wrapper into a primitive with a default value, likely either 0, false, or 'a'.
write(ByteBuf, ProtocolConstants.Direction, ProtocolVersions) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.inventory.WindowItems
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 
write(ByteBuf, ProtocolConstants.Direction, ProtocolVersions) - Method in class me.piggypiglet.framework.bungeecord.binding.player.inventory.packets.Packet
 

Y

YAML - Static variable in class me.piggypiglet.framework.bungeecord.file.api.YamlConfiguration
 
YamlConfiguration - Class in me.piggypiglet.framework.bungeecord.file.api
 
YamlConfiguration() - Constructor for class me.piggypiglet.framework.bungeecord.file.api.YamlConfiguration
 
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links