Index

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

A

addDisableEntry(Runnable) - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 
addLore(int, String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Adds a string to the lore of the ItemStack at the given index.
addLore(String...) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Adds some strings to the lore of the ItemStack.
ApxPlugin - Class in tech.guilhermekaua.spigotboot.core
 
ApxPlugin() - Constructor for class tech.guilhermekaua.spigotboot.core.ApxPlugin
 

B

Bean - Annotation Interface in tech.guilhermekaua.spigotboot.core.context.configuration.annotations
 

C

canHandle(MethodHandlerContext) - Method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.RegisteredMethodHandler
 
changeItemMeta(Consumer<ItemMeta>) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Changes the ItemMeta of the ItemStack using the given Consumer function.
classAnnotatedWith() - Element in annotation interface tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations.MethodHandler
 
colored(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
colored(String...) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
colored(List<String>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
ColorUtil - Class in tech.guilhermekaua.spigotboot.core.utils
 
ColorUtil() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
compareArenaLoc(Location, Location) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Compare two arena locations Return true if same location
Component - Annotation Interface in tech.guilhermekaua.spigotboot.core.di.annotations
 
ComponentManager - Class in tech.guilhermekaua.spigotboot.core.context.component
 
ComponentManager() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.ComponentManager
 
ComponentProxy - Class in tech.guilhermekaua.spigotboot.core.context.component.proxy
 
ComponentProxy() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.proxy.ComponentProxy
 
ComponentRegistry - Class in tech.guilhermekaua.spigotboot.core.context.component.registry
 
ComponentRegistry() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry
 
ComponentRegistry.RegisterResult - Class in tech.guilhermekaua.spigotboot.core.context.component.registry
 
ConditionalOnClass - Annotation Interface in tech.guilhermekaua.spigotboot.core.module.annotations
 
ConfigManager - Class in tech.guilhermekaua.spigotboot.core.utils
 
ConfigManager(ApxPlugin, String, String) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Create a new configuration file.
Configuration - Annotation Interface in tech.guilhermekaua.spigotboot.core.context.configuration.annotations
 
ConfigurationProcessor - Class in tech.guilhermekaua.spigotboot.core.context.configuration.processor
 
ConfigurationProcessor() - Constructor for class tech.guilhermekaua.spigotboot.core.context.configuration.processor.ConfigurationProcessor
 
convertFromLegacy(String, int) - Static method in class tech.guilhermekaua.spigotboot.core.utils.TypeUtil
 
convertStringToArenaLocation(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Convert string to arena location syntax
Cooldown - Class in tech.guilhermekaua.spigotboot.core.utils
 
Cooldown() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.Cooldown
 
createProxy(Class<T>, Class<?>[], Object[], Plugin) - Static method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.ComponentProxy
 

D

deleteLoreLine(int) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Deletes a string from the lore of the ItemStack at the given index.
DependencyManager - Class in tech.guilhermekaua.spigotboot.core.di.manager
 
DependencyManager() - Constructor for class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
discover() - Method in interface tech.guilhermekaua.spigotboot.core.reflection.DiscoveryService
 
discoverAll() - Method in interface tech.guilhermekaua.spigotboot.core.reflection.DiscoveryService
 
discoverModules() - Method in class tech.guilhermekaua.spigotboot.core.module.ModuleDiscoveryService
 
DiscoveryService<T> - Interface in tech.guilhermekaua.spigotboot.core.reflection
 
duration(String, String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Timestring
convert `str` to ms
durationLong(String, String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Timestring
convert `str` to ms

F

find(Collection<T>, Predicate<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
findLore(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Finds the index of a string in the lore of the ItemStack that contains the given substring.
format(double) - Static method in class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 
formatMethod(Method) - Static method in class tech.guilhermekaua.spigotboot.core.utils.MethodFormatUtils
 

G

getArenaLoc(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get a location for arena use Use ConfigManager.getConfigLoc(String) (String)} for locations stored using ConfigManager.saveConfigLoc(String, Location) (String, Location)}
getArenaLocations(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get list of arena locations at given path
getBoolean(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get boolean at given path
getBukkitColorByHex(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
getClassesAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getClassesFromPackage(Class<?>...) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getClassesFromPackage(String...) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getColorByHex(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ColorUtil
 
getConfigLoc(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get a general location Use ConfigManager.getArenaLoc(String) for locations stored using ConfigManager.saveArenaLoc(String, Location)
getDouble(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
 
getFieldsAnnotatedWith(Class<? extends Annotation>, Class<?>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getFinalPath(String...) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
 
getHandlersFor(MethodHandlerContext) - Static method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.MethodHandlerRegistry
 
getHeadByName(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ItemUtils
 
getHeadByUuid(UUID) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ItemUtils
 
getInt(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get Integer at given path
getItemFromConfig(ConfigurationSection) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
getList(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get list of strings at given path
getLong(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get long at given path
getLore() - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Returns the lore of the ItemStack as a list of strings.
getMaterialFromLegacy(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.TypeUtil
 
getMaxValue(Set<Integer>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
getMethodsAnnotatedWith(Class<? extends Annotation>, Class<?>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getName() - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get config name
getString(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get string at given path
getSubClassesOf(Class<?>, Class<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getSubClassesOf(Class<?>, Class<T>, boolean) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getSubClassesOf(Class<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getSubClassesOf(Class<T>, boolean) - Static method in class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
getYml() - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Get yml instance

H

handle(MethodHandlerContext) - Method in interface tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.RegisteredMethodHandlerRunnable
 
handle(MethodHandlerContext) - Method in class tech.guilhermekaua.spigotboot.core.service.ServiceMethodHandler
 

I

initialize() - Method in interface tech.guilhermekaua.spigotboot.core.module.Module
 
injectDependencies(Object) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
INSTANCE - Static variable in class tech.guilhermekaua.spigotboot.core.utils.Cooldown
 
INVALID_VALUE_NUMBER - Static variable in class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 
INVALID_VALUE_STRING - Static variable in class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 
invoke(Object, Method, Method, Object[]) - Method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.ComponentProxy
 
isFirstTime() - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Check if the config file was created for the first time Can be used to add default values
isInvalid(double) - Static method in class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 
isOnCoolDown(String, Duration) - Method in class tech.guilhermekaua.spigotboot.core.utils.Cooldown
 
ItemBuilder - Class in tech.guilhermekaua.spigotboot.core.utils
A utility class that helps to create and modify ItemStacks.
ItemBuilder(String) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Creates a new ItemBuilder with a skull item from the given URL.
ItemBuilder(ItemStack) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Creates a new ItemBuilder with the given ItemStack.
ItemBuilder(Material) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Creates a new ItemBuilder with the given Material type.
ItemBuilder(Material, int) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Creates a new ItemBuilder with the given Material type and data value.
ItemBuilder(Material, Color) - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Creates a new ItemBuilder with a leather armor item of the given color.
ItemUtils - Class in tech.guilhermekaua.spigotboot.core.utils
 
ItemUtils() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ItemUtils
 

L

ListenerManager - Class in tech.guilhermekaua.spigotboot.core.listener.manager
 
ListenerManager(ApxPlugin, DependencyManager) - Constructor for class tech.guilhermekaua.spigotboot.core.listener.manager.ListenerManager
 
ListenerRegister - Annotation Interface in tech.guilhermekaua.spigotboot.core.listener.annotations
 
loadModules() - Method in class tech.guilhermekaua.spigotboot.core.module.ModuleManager
 

M

message() - Element in annotation interface tech.guilhermekaua.spigotboot.core.module.annotations.ConditionalOnClass
 
methodAnnotatedWith() - Element in annotation interface tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations.MethodHandler
 
MethodFormatUtils - Class in tech.guilhermekaua.spigotboot.core.utils
 
MethodFormatUtils() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.MethodFormatUtils
 
MethodHandler - Annotation Interface in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations
 
MethodHandlerContext - Class in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context
 
MethodHandlerContext() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context.MethodHandlerContext
 
MethodHandlerProcessor - Class in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor
 
MethodHandlerProcessor() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor.MethodHandlerProcessor
 
MethodHandlerRegistry - Class in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler
 
millisToTicks(long) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
Module - Interface in tech.guilhermekaua.spigotboot.core.module
 
ModuleDiscoveryService - Class in tech.guilhermekaua.spigotboot.core.module
 
ModuleDiscoveryService() - Constructor for class tech.guilhermekaua.spigotboot.core.module.ModuleDiscoveryService
 
ModuleManager - Class in tech.guilhermekaua.spigotboot.core.module
 
ModuleManager() - Constructor for class tech.guilhermekaua.spigotboot.core.module.ModuleManager
 
moveLastItemToFirst(List<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 

N

NumberUtils - Class in tech.guilhermekaua.spigotboot.core.utils
 
NumberUtils() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 

O

onDisable() - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 
onEnable() - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 
onLoad() - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 
onPluginEnable() - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 
onPluginLoad() - Method in class tech.guilhermekaua.spigotboot.core.ApxPlugin
 

P

parse(String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.NumberUtils
 
placeholder(String, String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Replaces a placeholder in the lore of the ItemStack with a given value.
playSound(Player, String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
processClass(Class<?>) - Method in class tech.guilhermekaua.spigotboot.core.context.configuration.processor.ConfigurationProcessor
 
processFromPackage(Class<?>...) - Method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor.MethodHandlerProcessor
 
processFromPackage(Class<?>...) - Method in class tech.guilhermekaua.spigotboot.core.context.configuration.processor.ConfigurationProcessor
 

R

ReflectionUtils - Class in tech.guilhermekaua.spigotboot.core.utils
 
ReflectionUtils() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
 
registerAll(List<RegisteredMethodHandler>) - Static method in class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.MethodHandlerRegistry
 
registerComponents() - Method in class tech.guilhermekaua.spigotboot.core.context.component.ComponentManager
 
registerComponents() - Method in class tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry
 
registerComponents(Class<?>...) - Method in class tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry
 
registerComponents(Class<?>...) - Method in class tech.guilhermekaua.spigotboot.core.context.component.ComponentManager
 
registerDependency(Class<? extends T>, T) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
registerDependency(Class<T>) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
registerDependency(Class<T>, Class<? extends T>) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
registerDependency(T) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 
RegisteredMethodHandler - Class in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler
 
RegisteredMethodHandler(RegisteredMethodHandlerRunnable, Class<?>, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.RegisteredMethodHandler
 
RegisteredMethodHandlerRunnable - Interface in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler
 
registerListener(Listener) - Method in class tech.guilhermekaua.spigotboot.core.listener.manager.ListenerManager
 
registerListeners() - Method in class tech.guilhermekaua.spigotboot.core.listener.manager.ListenerManager
 
RegisterMethodHandler - Annotation Interface in tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations
 
RegisterResult() - Constructor for class tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry.RegisterResult
 
reload() - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Reload configuration.
removeDuplicates(List<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
resolveDependency(Class<T>) - Method in class tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
 

S

save() - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Save config changes to file
saveArenaLoc(String, Location) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Save a location for arena use
saveConfigLoc(String, Location) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Save a general location to the config.
Service - Annotation Interface in tech.guilhermekaua.spigotboot.core.di.annotations
 
serviceConfiguration(Plugin) - Method in class tech.guilhermekaua.spigotboot.core.service.configuration.ServiceConfiguration
 
ServiceConfiguration - Class in tech.guilhermekaua.spigotboot.core.service.configuration
 
ServiceConfiguration() - Constructor for class tech.guilhermekaua.spigotboot.core.service.configuration.ServiceConfiguration
 
ServiceMethodHandler - Class in tech.guilhermekaua.spigotboot.core.service
 
ServiceMethodHandler() - Constructor for class tech.guilhermekaua.spigotboot.core.service.ServiceMethodHandler
 
ServiceProperties - Class in tech.guilhermekaua.spigotboot.core.service.configuration
 
ServiceProperties() - Constructor for class tech.guilhermekaua.spigotboot.core.service.configuration.ServiceProperties
 
set(String, Object) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Set data to config
setGlow(boolean) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
 
setItem(ItemStack) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
 
setLore(int, String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Replaces a string in the lore of the ItemStack at the given index.
setLore(String...) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Sets the lore of the ItemStack.
setLore(List<String>) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Sets the lore of the ItemStack.
setName(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Change internal name.
setName(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Sets the display name of the ItemStack.
shuffleList(List<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
sneakThrow(Runnable) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
sneakThrow(Supplier<T>) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
stringLocationArenaFormat(Location) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Convert a location to an arena location syntax
stringLocationConfigFormat(Location) - Method in class tech.guilhermekaua.spigotboot.core.utils.ConfigManager
Convert a location to a string for general use Use ConfigManager.stringLocationArenaFormat(Location) for arena locations
swapLegacy(String, String) - Static method in class tech.guilhermekaua.spigotboot.core.utils.TypeUtil
 
sync(Runnable) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
syncLater(Runnable, long) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 

T

targetClass() - Element in annotation interface tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations.MethodHandler
 
tech.guilhermekaua.spigotboot.core - package tech.guilhermekaua.spigotboot.core
 
tech.guilhermekaua.spigotboot.core.context.component - package tech.guilhermekaua.spigotboot.core.context.component
 
tech.guilhermekaua.spigotboot.core.context.component.proxy - package tech.guilhermekaua.spigotboot.core.context.component.proxy
 
tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler - package tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler
 
tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations - package tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations
 
tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context - package tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context
 
tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor - package tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor
 
tech.guilhermekaua.spigotboot.core.context.component.registry - package tech.guilhermekaua.spigotboot.core.context.component.registry
 
tech.guilhermekaua.spigotboot.core.context.configuration.annotations - package tech.guilhermekaua.spigotboot.core.context.configuration.annotations
 
tech.guilhermekaua.spigotboot.core.context.configuration.processor - package tech.guilhermekaua.spigotboot.core.context.configuration.processor
 
tech.guilhermekaua.spigotboot.core.di.annotations - package tech.guilhermekaua.spigotboot.core.di.annotations
 
tech.guilhermekaua.spigotboot.core.di.manager - package tech.guilhermekaua.spigotboot.core.di.manager
 
tech.guilhermekaua.spigotboot.core.listener.annotations - package tech.guilhermekaua.spigotboot.core.listener.annotations
 
tech.guilhermekaua.spigotboot.core.listener.manager - package tech.guilhermekaua.spigotboot.core.listener.manager
 
tech.guilhermekaua.spigotboot.core.module - package tech.guilhermekaua.spigotboot.core.module
 
tech.guilhermekaua.spigotboot.core.module.annotations - package tech.guilhermekaua.spigotboot.core.module.annotations
 
tech.guilhermekaua.spigotboot.core.reflection - package tech.guilhermekaua.spigotboot.core.reflection
 
tech.guilhermekaua.spigotboot.core.service - package tech.guilhermekaua.spigotboot.core.service
 
tech.guilhermekaua.spigotboot.core.service.configuration - package tech.guilhermekaua.spigotboot.core.service.configuration
 
tech.guilhermekaua.spigotboot.core.utils - package tech.guilhermekaua.spigotboot.core.utils
 
Timestring - Class in tech.guilhermekaua.spigotboot.core.utils
A utility class for parsing durations
Timestring() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.Timestring
 
tryElsePrint(Runnable) - Static method in class tech.guilhermekaua.spigotboot.core.utils.Utils
 
TypeUtil - Class in tech.guilhermekaua.spigotboot.core.utils
 
TypeUtil() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.TypeUtil
 

U

unregisterListeners() - Method in class tech.guilhermekaua.spigotboot.core.listener.manager.ListenerManager
 
updateCooldown(String) - Method in class tech.guilhermekaua.spigotboot.core.utils.Cooldown
 
Utils - Class in tech.guilhermekaua.spigotboot.core.utils
 
Utils() - Constructor for class tech.guilhermekaua.spigotboot.core.utils.Utils
 

V

value() - Element in annotation interface tech.guilhermekaua.spigotboot.core.module.annotations.ConditionalOnClass
 

W

wrap() - Method in class tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Returns the ItemStack that this builder is working on.
A B C D F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values