Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPositionIterator - Class in me.hsgamer.hscore.minecraft.block.iterator
-
The abstract
PositionIterator
forBlockBox
- AbstractPositionIterator(BlockBox) - Constructor for class me.hsgamer.hscore.minecraft.block.iterator.AbstractPositionIterator
-
Create a new
AbstractPositionIterator
- accept(DataOutputStream) - Method in interface me.hsgamer.hscore.bukkit.channel.BungeeUtils.DataOutputConsumer
-
Accept the data output stream
- accept(ResultSet) - Method in interface me.hsgamer.hscore.database.client.sql.StatementBuilder.ResultSetConsumer
-
Consume the
ResultSet
- accept(Player, String) - Method in class me.hsgamer.hscore.bukkit.action.CommandAction
-
Accept the command
- accept(Player, String) - Method in class me.hsgamer.hscore.bukkit.action.OpAction
- accept(Player, String) - Method in class me.hsgamer.hscore.bukkit.action.PermissionAction
- accept(Player, String) - Method in class me.hsgamer.hscore.bukkit.action.PlayerAction
- Action - Interface in me.hsgamer.hscore.action.common
-
The action
- ActionBuilder<I> - Class in me.hsgamer.hscore.action.builder
-
The builder for the
Action
- ActionBuilder() - Constructor for class me.hsgamer.hscore.action.builder.ActionBuilder
- ActionInput - Interface in me.hsgamer.hscore.action.builder
-
The input for the
ActionBuilder
- ActionItem - Class in me.hsgamer.hscore.minecraft.gui.common.item
-
The action item
- ActionItem() - Constructor for class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
- adapt(Position) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the position to vector
- adapt(Block) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the block to position.
- adapt(Block, boolean) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the block to position
- adapt(Location) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the location to position.
- adapt(Location, boolean) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the location to position
- adapt(Vector) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the vector to position.
- adapt(Vector, boolean) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the vector to position
- adapt(World, Position) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the position to location
- adaptAsBlock(World, Position) - Static method in class me.hsgamer.hscore.bukkit.block.BukkitBlockAdapter
-
Adapt the position to block
- add(Collection<R>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
-
Add child elements
- add(Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Add the given button to the holder and increase
SimpleGUIBuilder.slot
by 1 - add(Function<InventoryContext, T>...) - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
-
Add child elements
- addButton(Collection<T>) - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
-
Add child buttons
- addButton(Function<InventoryContext, ActionItem>...) - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
-
Add child buttons
- addCurrentTaskPool(Consumer<TaskPool>) - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Execute the consumer for the current task pool
- addDefault() - Method in class me.hsgamer.hscore.config.proxy.ConfigNode
-
Add the default value to the config
- addEnchantment(String) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
-
Add an enchantment
- addEnchantment(String, int) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
-
Add an enchantment
- addEnchantment(Enchantment) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
-
Add an enchantment
- addEnchantment(Enchantment, int) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
-
Add an enchantment
- addEntityClass(Class<?>...) - Method in class me.hsgamer.hscore.database.client.hibernate.HibernateClient
-
Add entity class to the client
- addExternalReplacer(StringReplacer) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Add an external replacer
- addFirst(Runnable...) - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Add the task to the head of the task pool
- addFirst(Consumer<TaskProcess>) - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Add the task to the head of the task pool
- addItemModifier(ItemModifier<T>) - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Add an item modifier
- addLast(Runnable...) - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Add the task to the tail of the task pool
- addLast(Consumer<TaskProcess>) - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Add the task to the tail of the task pool
- addLore(String) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
-
Add a lore
- addRequest(I) - Method in class me.hsgamer.hscore.request.RequestManager
-
Add a request
- addStateListener(BiConsumer<ExpansionClassLoader, ExpansionState>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Add a new state listener
- addStringReplacer(StringReplacer) - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Add a string replacer
- addTaskPool(int, Consumer<TaskPool>) - Method in class me.hsgamer.hscore.task.BatchRunnable
-
Execute the consumer for the task pool
- addTaskPool(int, Consumer<TaskPool>) - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Execute the consumer for the task pool
- addValues(Object...) - Method in class me.hsgamer.hscore.database.client.sql.BatchBuilder
-
Add values to the batch
- addValues(Object...) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Add values to the current values
- addValues(List<Object>) - Method in class me.hsgamer.hscore.database.client.sql.BatchBuilder
-
Add values to the batch
- addValues(List<Object>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Add values to the current values
- agent - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- AirButton - Class in me.hsgamer.hscore.bukkit.gui.button
-
The air button
- AirButton(Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.bukkit.gui.button.AirButton
-
Create a new button
- AmountModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The amount modifier
- AmountModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- AnimatedButton - Class in me.hsgamer.hscore.minecraft.gui.button
-
The animated button with child buttons as frames
- AnimatedButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
- AnimatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The animated mask with child masks as frames
- AnimatedMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
- Animation<T> - Class in me.hsgamer.hscore.animate
-
The animation that gets the frame based on the period
- Animation(List<T>, long) - Constructor for class me.hsgamer.hscore.animate.Animation
-
Create a new animation
- AnnotatedConfig - Class in me.hsgamer.hscore.config.annotated
-
The annotated
Config
, where any fields can be assigned to the config with the annotationConfigPath
. - AnnotatedConfig(Config) - Constructor for class me.hsgamer.hscore.config.annotated.AnnotatedConfig
-
Create an annotated config
- apply(PreparedStatement) - Method in interface me.hsgamer.hscore.database.client.sql.StatementBuilder.Executor
-
Apply the statement and return the result
- apply(ResultSet) - Method in interface me.hsgamer.hscore.database.client.sql.StatementBuilder.ResultSetConverter
-
Convert the
ResultSet
to the result - apply(AbstractMap.SimpleEntry<String, R>) - Method in class me.hsgamer.hscore.builder.Builder.FunctionElement
- apply(JarFile) - Method in interface me.hsgamer.hscore.expansion.common.factory.MapExpansionDescriptionLoader
- apply(JarFile) - Method in class me.hsgamer.hscore.expansion.manifest.ManifestExpansionDescriptionLoader
- apply(Map<String, ExpansionClassLoader>) - Method in interface me.hsgamer.hscore.expansion.extra.manager.DependableExpansionSortAndFilter
- apply(UUID, TaskProcess, StringReplacer) - Method in interface me.hsgamer.hscore.action.common.Action
-
Apply the action
- apply(UUID, TaskProcess, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.action.BroadcastAction
- apply(UUID, TaskProcess, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.action.CommandAction
- apply(UUID, TaskProcess, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.action.ConsoleAction
- apply(UUID, TaskProcess, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.action.DelayAction
- apply(UUID, TaskProcess, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.action.TellAction
- apply(InventoryContext) - Method in class me.hsgamer.hscore.bukkit.gui.button.InputButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.bukkit.gui.button.OutputButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.button.ListButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.HybridMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.ListMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiSlotsMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
- apply(InventoryContext) - Method in class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
- apply(ActionItem) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Apply the action item
- applyAsMap(InputStream) - Method in class me.hsgamer.hscore.bukkit.expansion.BukkitConfigExpansionDescriptionLoader
- applyAsMap(InputStream) - Method in class me.hsgamer.hscore.expansion.common.factory.InputStreamExpansionDescriptionLoader
-
Load the information map from the input stream
- applyAsMap(InputStream) - Method in class me.hsgamer.hscore.expansion.gson.GsonExpansionDescriptionLoader
- applyAsMap(InputStream) - Method in class me.hsgamer.hscore.expansion.properties.PropertiesExpansionDescriptionLoader
- applyAsMap(JarFile) - Method in class me.hsgamer.hscore.expansion.common.factory.InputStreamExpansionDescriptionLoader
- applyAsMap(JarFile) - Method in interface me.hsgamer.hscore.expansion.common.factory.MapExpansionDescriptionLoader
-
Load the information map from the jar file
- applyDefaultSetting(Setting) - Method in interface me.hsgamer.hscore.database.Driver
-
Apply the default setting
- applyDefaultSetting(Setting) - Method in class me.hsgamer.hscore.database.driver.h2.H2ServerDriver
- applyDefaultSetting(Setting) - Method in class me.hsgamer.hscore.database.driver.mariadb.MariaDBDriver
- applyDefaultSetting(Setting) - Method in class me.hsgamer.hscore.database.driver.mysql.MySqlDriver
- applyDefaultSetting(Setting) - Method in class me.hsgamer.hscore.database.driver.postgresql.PostgreSqlDriver
- applyDefaultSetting(Setting) - Method in class me.hsgamer.hscore.database.driver.sqlserver.SqlServerDriver
- asArray(String) - Static method in interface me.hsgamer.hscore.config.PathString
-
Get the path as array
- assignToConnection(T) - Method in class me.hsgamer.hscore.web.UserAgent
-
Assign the user agent to the connection
B
- BasePositionIterator - Class in me.hsgamer.hscore.minecraft.block.iterator
-
The base
PositionIterator
forBlockBox
- BasePositionIterator(BlockBox) - Constructor for class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
-
Create a new
BasePositionIterator
- BatchBuilder - Class in me.hsgamer.hscore.database.client.sql
-
A builder for batch execution
- BatchRunnable - Class in me.hsgamer.hscore.task
-
A runnable that runs a batch of tasks in sequence
- BatchRunnable() - Constructor for class me.hsgamer.hscore.task.BatchRunnable
-
Create a new batch runnable with the default data storage
- BatchRunnable(TaskData) - Constructor for class me.hsgamer.hscore.task.BatchRunnable
-
Create a new batch runnable
- BLOCK - Enum constant in enum class me.hsgamer.hscore.config.CommentType
-
A block type above the value
- BlockBox - Class in me.hsgamer.hscore.minecraft.block.box
-
A custom box to bound blocks
- BlockBox(int, int, int, int, int, int) - Constructor for class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box
- BlockBox(Position, Position) - Constructor for class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box
- Board - Class in me.hsgamer.hscore.minestom.board
-
A simple scoreboard for Minestom.
- Board(Function<Player, Component>, Function<Player, List<Component>>) - Constructor for class me.hsgamer.hscore.minestom.board.Board
-
Create a new board
- box - Variable in class me.hsgamer.hscore.minecraft.block.iterator.AbstractPositionIterator
-
The box
- BroadcastAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to broadcast a message
- BroadcastAction(String) - Constructor for class me.hsgamer.hscore.bukkit.action.BroadcastAction
-
Create a new action
- build() - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Build the item
- build(I) - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Build the output from the input.
- build(String, R) - Method in class me.hsgamer.hscore.builder.Builder
-
Build the final value from a raw value
- build(UUID) - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Build the item
- build(List<I>, Function<I, O>) - Method in class me.hsgamer.hscore.builder.FunctionalMassBuilder
-
Build the value from the input
- build(Map<String, R>) - Method in class me.hsgamer.hscore.builder.Builder
-
Build the map of final values
- buildAll(I) - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Build the collection of outputs from the input
- Builder<R,
V> - Class in me.hsgamer.hscore.builder -
The simple builder
- Builder() - Constructor for class me.hsgamer.hscore.builder.Builder
- Builder.FunctionElement<R,
V> - Class in me.hsgamer.hscore.builder -
The function element
- buildSessionFactory() - Method in class me.hsgamer.hscore.database.client.hibernate.HibernateClient
-
Build the session factory from the client
- BukkitActionBuilder - Class in me.hsgamer.hscore.bukkit.action.builder
-
The utility class to register
Action
to theActionBuilder
- BukkitBlockAdapter - Class in me.hsgamer.hscore.bukkit.block
-
The block adapter for Bukkit
- BukkitCancellableEvent - Interface in me.hsgamer.hscore.bukkit.gui.common.event
-
The Bukkit implementation of
CancellableEvent
- BukkitClickEvent - Class in me.hsgamer.hscore.bukkit.gui.common.event
-
The Bukkit implementation of
ClickEvent
- BukkitClickEvent(InventoryClickEvent) - Constructor for class me.hsgamer.hscore.bukkit.gui.common.event.BukkitClickEvent
-
Create a new event
- BukkitClickType - Class in me.hsgamer.hscore.bukkit.clicktype
-
MinecraftClickType
for Bukkit - BukkitClickType(ClickType) - Constructor for class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
-
New click type
- BukkitClickType(ClickType, int) - Constructor for class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
-
New click type
- BukkitCloseEvent - Class in me.hsgamer.hscore.bukkit.gui.holder.event
-
The Bukkit implementation of
CloseEvent
- BukkitCloseEvent(InventoryCloseEvent) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.event.BukkitCloseEvent
-
Create a new event
- BukkitConfig - Class in me.hsgamer.hscore.bukkit.config
-
The bukkit configuration
- BukkitConfig(File) - Constructor for class me.hsgamer.hscore.bukkit.config.BukkitConfig
-
Create a new config
- BukkitConfig(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.config.BukkitConfig
-
Create a new config, the file name will be "config.yml"
- BukkitConfig(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.config.BukkitConfig
-
Create a new config
- BukkitConfigExpansionDescriptionLoader - Class in me.hsgamer.hscore.bukkit.expansion
-
The factory to load
ExpansionDescription
from a Bukkit YAML file - BukkitConfigExpansionDescriptionLoader(String) - Constructor for class me.hsgamer.hscore.bukkit.expansion.BukkitConfigExpansionDescriptionLoader
-
Create a new
BukkitConfigExpansionDescriptionLoader
- BukkitConverter - Class in me.hsgamer.hscore.bukkit.config.converter
-
The
Converter
for Bukkit'sConfigurationSerializable
- BukkitConverter(Class<?>) - Constructor for class me.hsgamer.hscore.bukkit.config.converter.BukkitConverter
- BukkitConverterProvider - Class in me.hsgamer.hscore.bukkit.config.converter
-
The
ConverterProvider
for Bukkit - BukkitConverterProvider() - Constructor for class me.hsgamer.hscore.bukkit.config.converter.BukkitConverterProvider
- BukkitDragEvent - Class in me.hsgamer.hscore.bukkit.gui.common.event
-
The drag event
- BukkitDragEvent(InventoryDragEvent) - Constructor for class me.hsgamer.hscore.bukkit.gui.common.event.BukkitDragEvent
-
Create a new event
- BukkitGUIHolder - Class in me.hsgamer.hscore.bukkit.gui.holder
-
The
GUIHolder
for Bukkit - BukkitGUIHolder(UUID, Function<BukkitGUIHolder, Inventory>) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
-
Create a new holder
- BukkitInventoryContext - Class in me.hsgamer.hscore.bukkit.gui.common.inventory
-
The
InventoryContext
ofInventory
- BukkitInventoryContext(UUID, Inventory) - Constructor for class me.hsgamer.hscore.bukkit.gui.common.inventory.BukkitInventoryContext
-
Create a new instance
- BukkitInventoryEvent<T> - Class in me.hsgamer.hscore.bukkit.gui.common.event
-
The Bukkit inventory event
- BukkitInventoryEvent(T) - Constructor for class me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent
-
Create a new event
- BukkitInventoryListener - Class in me.hsgamer.hscore.bukkit.gui.holder.listener
-
The base class to listen to
Inventory
- BukkitInventoryListener(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
-
Create a new provider with the default priority
- BukkitInventoryListener(Plugin, EventPriority, EventPriority, EventPriority, EventPriority) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
-
Create a new provider
- BukkitItemBuilder - Class in me.hsgamer.hscore.bukkit.item
-
The item builder
- BukkitItemBuilder() - Constructor for class me.hsgamer.hscore.bukkit.item.BukkitItemBuilder
-
Create a new builder
- BukkitItemBuilder(ItemStack) - Constructor for class me.hsgamer.hscore.bukkit.item.BukkitItemBuilder
-
Create a new builder with the default item
- BukkitItemBuilder(Material) - Constructor for class me.hsgamer.hscore.bukkit.item.BukkitItemBuilder
-
Create a new builder with the default item
- BukkitOpenEvent - Class in me.hsgamer.hscore.bukkit.gui.holder.event
-
The Bukkit implementation of
OpenEvent
- BukkitOpenEvent(InventoryOpenEvent) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.event.BukkitOpenEvent
-
Create a new event
- BukkitUtils - Class in me.hsgamer.hscore.bukkit.utils
-
Methods on Bukkit
- BukkitVariableBundle - Class in me.hsgamer.hscore.bukkit.variable
-
The utility class to register Bukkit variables to the
VariableBundle
- BungeeConfig - Class in me.hsgamer.hscore.bungeecord.config
-
The BungeeCord Configuration
- BungeeConfig(File) - Constructor for class me.hsgamer.hscore.bungeecord.config.BungeeConfig
-
Create a new config
- BungeeConfig(Plugin, String) - Constructor for class me.hsgamer.hscore.bungeecord.config.BungeeConfig
-
Create a new config
- BungeeSubChannel - Class in me.hsgamer.hscore.bukkit.channel
-
The sub-channel for the main BungeeCord channel
- BungeeSubChannel(String, Plugin) - Constructor for class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Create a new sub-channel
- BungeeUtils - Class in me.hsgamer.hscore.bukkit.channel
-
Methods for BungeeCord communication
- BungeeUtils.DataOutputConsumer - Interface in me.hsgamer.hscore.bukkit.channel
-
The data output consumer
- button - Variable in class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
- ButtonPaginatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The button paginated mask, those with a long list of buttons divided into pages.
- ButtonPaginatedMask(Function<InventoryContext, List<Integer>>) - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.ButtonPaginatedMask
-
Create a new mask
- buttons - Variable in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
C
- CachedValue<T> - Class in me.hsgamer.hscore.common
-
The base class for caching value
- CachedValue() - Constructor for class me.hsgamer.hscore.common.CachedValue
- call(Class<T>, Consumer<T>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Call the consumer for all enabled expansions that match the specific class
- call(Consumer<Expansion>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Call the consumer for all enabled expansions
- callAction(ViewerEvent) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Call the action
- CancellableEvent - Interface in me.hsgamer.hscore.minecraft.gui.common.event
-
The event that can be cancelled
- canSetItem(int) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Check if the item can be set in the slot
- castOptionalStringObjectMap(Object) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Cast to the optional string-object map
- castOptionalStringObjectMap(Object, boolean) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Cast to the optional string-object map
- center() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the center of the box
- centerLocation(Location) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Center the location
- centerLocation(Location, boolean, boolean, boolean) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Center the location
- Channel - Class in me.hsgamer.hscore.bukkit.channel
-
The base channel
- Channel - Class in me.hsgamer.hscore.bungeecord.channel
-
The base channel
- Channel(String, Plugin) - Constructor for class me.hsgamer.hscore.bungeecord.channel.Channel
-
Create a new channel
- Channel(String, Plugin) - Constructor for class me.hsgamer.hscore.bukkit.channel.Channel
-
Create a new channel
- ChannelListener - Class in me.hsgamer.hscore.bungeecord.channel
-
The listener of
Channel
- checkLicense() - Method in interface me.hsgamer.hscore.license.common.LicenseChecker
-
Check the license
- checkLicense() - Method in class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
- checkLicense() - Method in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseChecker
- CHROME - Static variable in class me.hsgamer.hscore.web.UserAgent
-
User agent for Chrome
- classLoaders - Variable in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
The class loader map keyed expansion's id, valued expansion's class loader
- clear() - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Clear all the registered build elements
- clear() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- clear() - Method in interface me.hsgamer.hscore.config.Config
-
Remove all paths from the configuration
- clear() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- clear() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- clear() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- clear() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- clearCache() - Method in class me.hsgamer.hscore.common.CachedValue
-
Clear the cached value
- clearCache() - Method in class me.hsgamer.hscore.config.proxy.ConfigNode
-
Clear the cached value
- clearExpansions() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Clear all expansions
- clearExternalReplacers() - Method in class me.hsgamer.hscore.variable.VariableManager
-
Clear all external replacers
- clearLore() - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
-
Clear the lore
- ClickEvent - Interface in me.hsgamer.hscore.minecraft.gui.common.event
-
The event when a player clicks on the GUI
- ClickTypeUtils - Class in me.hsgamer.hscore.bukkit.clicktype
-
The utility to work with AdvancedClickType
- Client<T> - Interface in me.hsgamer.hscore.database
-
The client
- CloseEvent - Interface in me.hsgamer.hscore.minecraft.gui.holder.event
-
The event when the GUI is closed
- CollectionUtils - Class in me.hsgamer.hscore.common
-
Methods on collections
- colorize(char, String) - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Convert to colored string
- colorize(String) - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Convert to colored string
- colorizeHex(char, String) - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Convert HEX string to color.
- ColorUtils - Class in me.hsgamer.hscore.bukkit.utils
-
Methods to colorize strings
- combine(Collection<? extends StringReplacer>) - Static method in interface me.hsgamer.hscore.common.StringReplacer
-
Combine multiple string replacers
- combine(StringReplacer...) - Static method in interface me.hsgamer.hscore.common.StringReplacer
-
Combine multiple string replacers
- CommandAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to execute a command
- CommandAction(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.action.CommandAction
-
Create a new action
- Comment - Annotation Interface in me.hsgamer.hscore.config.annotation
-
Comment annotation for
ConfigPath
- CommentType - Enum Class in me.hsgamer.hscore.config
-
The comment type
- CommonLicenseProperty - Enum Class in me.hsgamer.hscore.license.common
-
The common license properties for
LicenseProperties
- CommonVariableBundle - Class in me.hsgamer.hscore.variable
-
The utility class to register common variables to the
VariableBundle
- compare(ItemStack, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaComparator
- compare(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- compare(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
- compare(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- compare(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- compare(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- compare(ItemMeta, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaComparator
-
Compare the modifier of an item meta
- compare(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
- compare(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- compare(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- compare(T) - Method in interface me.hsgamer.hscore.minecraft.item.ItemComparator
-
Compare the modifier of an item
- compare(T, UUID) - Method in interface me.hsgamer.hscore.minecraft.item.ItemComparator
-
Compare the modifier of an item
- compare(T, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.minecraft.item.ItemComparator
-
Compare the modifier of an item
- complete() - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Notify the
BatchRunnable
to stop - completeRequest(I, D) - Method in class me.hsgamer.hscore.request.RequestManager
-
Complete the request of the identifier.
- completeRequest(I, D, boolean) - Method in class me.hsgamer.hscore.request.RequestManager
-
Complete the request of the identifier
- concat(String[], String[]) - Static method in interface me.hsgamer.hscore.config.PathString
-
Concatenate two paths
- config - Variable in class me.hsgamer.hscore.config.DecorativeConfig
- Config - Interface in me.hsgamer.hscore.config
-
The interface for all configurations
- ConfigGenerator - Class in me.hsgamer.hscore.config.proxy
-
The main class of the config proxy system.
- ConfigInvocationHandler<T> - Class in me.hsgamer.hscore.config.proxy
-
The internal invocation handler to map the interface to the config
- ConfigNode - Class in me.hsgamer.hscore.config.proxy
-
The config node for a method in the interface
- ConfigPath - Annotation Interface in me.hsgamer.hscore.config.annotation
-
The main annotation to set the config path
- ConfigurateConfig - Class in me.hsgamer.hscore.config.configurate
-
The
Config
implementation for Configurate - ConfigurateConfig(File, AbstractConfigurationLoader.Builder<?, ?>) - Constructor for class me.hsgamer.hscore.config.configurate.ConfigurateConfig
-
Create a new config
- configure(Consumer<Configuration>) - Method in class me.hsgamer.hscore.database.client.hibernate.HibernateClient
-
Configure the configuration
- connectOtherToServer(Plugin, PluginMessageRecipient, String, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Connect the player to the server
- connectToServer(Plugin, PluginMessageRecipient, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Connect the recipient to the server
- ConsoleAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to execute a command as console
- ConsoleAction(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.action.ConsoleAction
-
Create a new action
- consume(StatementBuilder.ResultSetConsumer) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Consume the statement
- consumeSafe(StatementBuilder.ResultSetConsumer) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Consume the statement but ignore the exception
- contains(double, double, double) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Check if the location is in the box
- contains(String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- contains(String...) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- contains(String...) - Method in interface me.hsgamer.hscore.config.Config
-
Check if the configuration contains the path
- contains(String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- contains(String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- contains(String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- contains(Position) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Check if the location is in the box
- containsAnyKey(Map<K, ?>, K...) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Check if the map contains any of the keys
- convert(Object) - Method in class me.hsgamer.hscore.bukkit.config.converter.BukkitConverter
- convert(Object) - Method in interface me.hsgamer.hscore.config.annotation.converter.Converter
-
Convert the raw value from the config file to the final value for the field
- convert(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.DefaultConverter
- convert(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.SimpleConverter
- convert(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
- convert(Position) - Method in class me.hsgamer.hscore.bukkit.block.LocationIterator
- convert(Position) - Method in class me.hsgamer.hscore.bukkit.block.VectorIterator
- convert(Position) - Method in class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
-
Convert the position to the type
- converter() - Element in annotation interface me.hsgamer.hscore.config.annotation.ConfigPath
-
Get the converter
- Converter - Interface in me.hsgamer.hscore.config.annotation.converter
-
The converter for
ConfigPath
to convert the object to the raw value stored in the config and vice versa - ConverterProvider - Interface in me.hsgamer.hscore.config.annotation.converter
-
A provider for the
Converter
- convertFrom(I, String, T) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Convert the data
- convertFrom(String) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
-
Convert the string to the object
- convertTo(O, F) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Convert the data
- convertTo(T) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
-
Convert the object to the string
- convertToRaw(Object) - Method in class me.hsgamer.hscore.bukkit.config.converter.BukkitConverter
- convertToRaw(Object) - Method in interface me.hsgamer.hscore.config.annotation.converter.Converter
-
Convert the final value from the field to the raw value for the config file
- convertToRaw(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.DefaultConverter
- convertToRaw(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.SimpleConverter
- convertToRaw(Object) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
- convertType(Object) - Method in class me.hsgamer.hscore.downloader.core.object.InfoKey
-
Convert the type of the value from the raw value
- convertURL(Setting) - Method in interface me.hsgamer.hscore.database.Driver
-
Get the JDBC url from the config
- convertURL(Setting) - Method in interface me.hsgamer.hscore.database.driver.h2.H2BaseDriver
- convertURL(Setting) - Method in class me.hsgamer.hscore.database.driver.mariadb.MariaDBDriver
- convertURL(Setting) - Method in class me.hsgamer.hscore.database.driver.mysql.MySqlDriver
- convertURL(Setting) - Method in class me.hsgamer.hscore.database.driver.postgresql.PostgreSqlDriver
- convertURL(Setting) - Method in interface me.hsgamer.hscore.database.driver.sqlite.SqliteBaseDriver
- convertURL(Setting) - Method in class me.hsgamer.hscore.database.driver.sqlserver.SqlServerDriver
- create() - Static method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Create a new instance of
this
with an emptySimpleButtonMap
- create() - Static method in interface me.hsgamer.hscore.task.element.TaskData
-
Create a new instance of TaskData that uses
ConcurrentHashMap
- create(String) - Static method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Create an instance of
ActionInput
from the input. - create(String, String, String) - Static method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Create an instance of
ActionInput
- create(Connection) - Static method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Create a new builder
- create(Connection, String) - Static method in class me.hsgamer.hscore.database.client.sql.BatchBuilder
-
Create a new builder
- create(BiFunction<UUID, InventoryHolder, Inventory>) - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.HolderBukkitInventoryListener
-
Create an inventory function to create the inventory
- create(Function<UUID, InventoryType>, Function<UUID, Integer>, Function<UUID, String>) - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.HolderBukkitInventoryListener
-
Create an inventory function to create the inventory
- create(Driver) - Static method in class me.hsgamer.hscore.database.Setting
-
Create a new setting with the default values from the driver
- create(SimpleButtonMap) - Static method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Create a new instance of
this
- createBackgroundSlots() - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Create a background slot function
- createBatchBuilder(String) - Method in interface me.hsgamer.hscore.database.client.sql.SqlClient
-
Create a new batch builder for this client
- createBatchBuilderSafe(String) - Method in interface me.hsgamer.hscore.database.client.sql.SqlClient
-
Create a new batch builder for this client but ignores exceptions
- createConnection(String) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new connection
- createConnection(String, Consumer<URLConnection>) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new connection
- createConnectionString(Setting) - Method in interface me.hsgamer.hscore.database.driver.sqlite.SqliteBaseDriver
- createConnectionString(Setting) - Method in class me.hsgamer.hscore.database.driver.sqlite.SqliteFileDriver
- createConnectionString(Setting) - Method in class me.hsgamer.hscore.database.driver.sqlite.SqliteMemoryDriver
- createConverterSafe(Class<? extends Converter>) - Static method in interface me.hsgamer.hscore.config.annotation.converter.Converter
-
Create a new instance of the converter
- createHttpConnection(String) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new HTTP connection
- createHttpConnection(String, Consumer<HttpURLConnection>) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new HTTP connection
- createHttpsConnection(String) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new HTTPS connection
- createHttpsConnection(String, Consumer<HttpsURLConnection>) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Create a new HTTPS connection
- createInventoryContext() - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
- createInventoryContext() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Create the inventory context
- createInventoryContext() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- createItemCheckSession(Inventory, Predicate<ItemStack>, int) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Create a new
ItemUtils.ItemCheckSession
that check the inventory for the items that match the predicate - createLowercaseStringMap(Map<String, V>) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Create a
LinkedHashMap
with lowercase keys - createLowercaseStringMap(Map<String, V>, Supplier<M>) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Create a new map with lowercase keys
- createPositionSlots(List<InventoryPosition>) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Create a slot function from the positions
- createPositionSlots(InventoryPosition...) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Create a slot function from the positions
- createPropertyString(Setting) - Static method in interface me.hsgamer.hscore.database.Driver
-
Create the property string for the URL
- createPropertyString(Setting, String, String) - Static method in interface me.hsgamer.hscore.database.Driver
-
Create the property string for the URL
- createSerializer() - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Create the serializer
- createStatementBuilder() - Method in interface me.hsgamer.hscore.database.client.sql.SqlClient
-
Create a new statement builder for this client
- createStatementBuilderSafe() - Method in interface me.hsgamer.hscore.database.client.sql.SqlClient
-
Create a new statement builder for this client but ignores exceptions
- createStaticSlots(Integer...) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Create a static slot function
- createStaticSlots(List<Integer>) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Create a static slot function
- createStringListFromObject(Object) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Create a list of string
- createStringListFromObject(Object, boolean) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Create a list of string
- CronTimeManager - Class in me.hsgamer.hscore.crontime
-
A simple cron-time manager to manage next execution time
- CronTimeManager(Cron...) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeManager(List<Cron>) - Constructor for class me.hsgamer.hscore.crontime.CronTimeManager
-
Create a new manager
- CronTimeParser - Class in me.hsgamer.hscore.crontime
-
The cron time parser
- CronTimeParser() - Constructor for class me.hsgamer.hscore.crontime.CronTimeParser
- cycle - Variable in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
D
- DataConverter<F,
T, - Class in me.hsgamer.hscore.serializerI, O> -
The data converter, which converts the raw object to the final object and vice versa
- DataConverter() - Constructor for class me.hsgamer.hscore.serializer.DataConverter
-
Create a new data converter
- DataFolder - Interface in me.hsgamer.hscore.expansion.extra.expansion
-
An interface for
Expansion
to make it easier to get the data folder - DEBUG - Enum constant in enum class me.hsgamer.hscore.logger.common.LogLevel
-
A debug message
- decodeUrl(String) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Decode the string
- DecorativeConfig - Class in me.hsgamer.hscore.config
- DecorativeConfig(Config) - Constructor for class me.hsgamer.hscore.config.DecorativeConfig
-
Create a new decorative config
- deepReplace(Object, UnaryOperator<String>) - Static method in class me.hsgamer.hscore.common.StringUtils
-
Replace the string in the object
- DEFAULT_EXPANSION_FACTORY - Static variable in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
The default factory to create a new instance of the main class using the no-args constructor
- DEFAULT_SEPARATOR - Static variable in interface me.hsgamer.hscore.config.PathString
-
The default separator
- DefaultArrayConverterProvider - Class in me.hsgamer.hscore.config.annotation.converter.impl
-
A
Converter
to convert an array - DefaultArrayConverterProvider() - Constructor for class me.hsgamer.hscore.config.annotation.converter.impl.DefaultArrayConverterProvider
- DefaultConverter - Class in me.hsgamer.hscore.config.annotation.converter.impl
-
The default
Converter
, which does nothing, so the raw value and the final value are the same type - DefaultConverter() - Constructor for class me.hsgamer.hscore.config.annotation.converter.impl.DefaultConverter
- DefaultConverterManager - Class in me.hsgamer.hscore.config.annotation.converter.manager
-
A manager to specify a default
Converter
for a type - defaultFetcher() - Static method in interface me.hsgamer.hscore.license.polymart.PolymartLicenseFetcher
-
The default fetcher.
- defaultFetcher() - Static method in interface me.hsgamer.hscore.license.spigotmc.SpigotLicenseFetcher
-
The default fetcher.
- defaultMask - Variable in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- DefaultMethodHandler - Interface in me.hsgamer.hscore.config.proxy.defaulthandler
-
The handler for default methods in interfaces
- DefaultPolymartLicenseFetcher - Class in me.hsgamer.hscore.license.polymart
-
The default
PolymartLicenseFetcher
- DefaultPolymartLicenseFetcher() - Constructor for class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- DefaultSpigotLicenseFetcher - Class in me.hsgamer.hscore.license.spigotmc
-
The default
SpigotLicenseFetcher
- DefaultSpigotLicenseFetcher() - Constructor for class me.hsgamer.hscore.license.spigotmc.DefaultSpigotLicenseFetcher
- DelayAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to delay the next action
- DelayAction(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.action.DelayAction
-
Create a new action
- DependableExpansionSortAndFilter - Interface in me.hsgamer.hscore.expansion.extra.manager
-
Sort and filter the expansions based on their dependencies
- deserialize(F) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Deserialize the raw object
- deserialize(String, I) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Deserialize the input
- deserialize(Driver, Map<String, Object>) - Static method in class me.hsgamer.hscore.database.Setting
-
Deserialize the setting from the map
- DISABLED - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- disableExpansions() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Disable all enabled expansions
- DISABLING - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- download() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Download the file.
- Downloader - Class in me.hsgamer.hscore.downloader.core
-
The downloader
- Downloader(DownloadInfoLoader, InputStreamLoader, File) - Constructor for class me.hsgamer.hscore.downloader.core.Downloader
-
Create a new downloader
- DownloadInfo - Class in me.hsgamer.hscore.downloader.core.object
-
The download information
- DownloadInfo(String, String, String, String, Map<String, Object>, Downloader) - Constructor for class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Create a new download information
- DownloadInfo(String, String, String, String, Downloader) - Constructor for class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Create a new download information
- DownloadInfoLoader - Interface in me.hsgamer.hscore.downloader.core.loader
-
The
DownloadInfo
loader - Driver - Interface in me.hsgamer.hscore.database
-
A driver for database connection
- DUMMY - Static variable in interface me.hsgamer.hscore.common.StringReplacer
-
The dummy replacer that does nothing
- DurabilityModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The durability modifier
- DurabilityModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
E
- elements - Variable in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
- ENABLED - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- enableExpansions() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Enable all loaded expansions
- ENABLING - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- EnchantmentModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The enchantment modifier
- EnchantmentModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- encodeUrl(String) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Encode the string
- equals(Object) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
- equals(Object) - Method in class me.hsgamer.hscore.minecraft.block.box.Position
- equals(Object) - Method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
- ERROR - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- ERROR - Enum constant in enum class me.hsgamer.hscore.logger.common.LogLevel
-
An error message
- event - Variable in class me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent
-
The Bukkit event
- event - Variable in class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
- execute() - Method in class me.hsgamer.hscore.database.client.sql.BatchBuilder
-
Execute the batch
- execute(StatementBuilder.Executor<T>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Execute the statement
- executeSafe() - Method in class me.hsgamer.hscore.database.client.sql.BatchBuilder
-
Execute the batch but ignore the exception
- expand(int, int, int) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box that expands the minimum and maximum position by the given offset
- expandMax(int, int, int) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box that increases the maximum position by the given offset
- expandMin(int, int, int) - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box that decreases the minimum position by the given offset
- Expansion - Interface in me.hsgamer.hscore.expansion.common
-
An interface for an expansion instance
- ExpansionClassLoader - Class in me.hsgamer.hscore.expansion.common
-
The class loader of the expansion
- ExpansionClassLoader(ExpansionManager, File, ExpansionDescription, ClassLoader) - Constructor for class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Create a new class loader
- ExpansionClassLoaderException - Exception Class in me.hsgamer.hscore.expansion.common.exception
-
The exception thrown when the
ExpansionClassLoader
throws an exception - ExpansionClassLoaderException(ExpansionClassLoader, String, Throwable) - Constructor for exception class me.hsgamer.hscore.expansion.common.exception.ExpansionClassLoaderException
- ExpansionDescription - Interface in me.hsgamer.hscore.expansion.common
-
The description for the
Expansion
- ExpansionManager - Class in me.hsgamer.hscore.expansion.common
-
A class that manages all
Expansion
s - ExpansionManager(File, Function<JarFile, ExpansionDescription>) - Constructor for class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Create a new expansion manager
- ExpansionManager(File, Function<JarFile, ExpansionDescription>, ClassLoader) - Constructor for class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Create a new expansion manager
- ExpansionState - Enum Class in me.hsgamer.hscore.expansion.common
-
The state of the
Expansion
- extendAction(Class<E>, BiConsumer<E, Consumer<ViewerEvent>>) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Extend the action
- extendAction(BiConsumer<ViewerEvent, Consumer<ViewerEvent>>) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Extend the action
F
- fetchLicense() - Method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- fetchLicense() - Method in interface me.hsgamer.hscore.license.polymart.PolymartLicenseFetcher
-
Fetch the license entry
- fetchLicense() - Method in class me.hsgamer.hscore.license.spigotmc.DefaultSpigotLicenseFetcher
- fetchLicense() - Method in interface me.hsgamer.hscore.license.spigotmc.SpigotLicenseFetcher
-
Fetch the license entry
- FIREFOX - Static variable in class me.hsgamer.hscore.web.UserAgent
-
User agent for Firefox
- forward(Plugin, PluginMessageRecipient, String, String, byte[]) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Forward the data to the server
- forwardToPlayer(Plugin, PluginMessageRecipient, String, String, byte[]) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Forward the data to the player
- FunctionalMassBuilder<I,
O> - Class in me.hsgamer.hscore.builder -
The mass builder for the functional value.
- FunctionalMassBuilder() - Constructor for class me.hsgamer.hscore.builder.FunctionalMassBuilder
- FunctionElement(BiFunction<String, R, V>, String...) - Constructor for class me.hsgamer.hscore.builder.Builder.FunctionElement
-
Create a new function element
G
- generate() - Method in class me.hsgamer.hscore.common.CachedValue
-
Generate the value
- generateAreaPositions(InventoryPosition, InventoryPosition) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Generate the stream of positions in the area between two positions
- generateOutlinePositions(InventoryPosition, InventoryPosition) - Static method in class me.hsgamer.hscore.minecraft.gui.mask.MaskUtils
-
Get the stream of positions drawing the outline of the area between 2 positions
- get() - Method in class me.hsgamer.hscore.common.CachedValue
- get() - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Build the
SimpleButtonMap
- get(Object, String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- get(Object, String...) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- get(Object, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the value from the path
- get(Object, String...) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- get(Object, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- get(Object, String...) - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- get(Object, String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- get(Object, String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- get(String) - Method in interface me.hsgamer.hscore.task.element.TaskData
-
Get the value from the data
- get(String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the value from the path
- get(String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- get(String, BlockBox) - Static method in class me.hsgamer.hscore.minecraft.block.utils.PositionIteratorUtils
-
Get the
PositionIterator
by the type - get(DownloadInfo) - Method in class me.hsgamer.hscore.downloader.core.object.InfoKey
-
Get the value from the download info
- getAction() - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Get the action
- getAgent() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getAgent() - Method in class me.hsgamer.hscore.web.UserAgent
-
Get the agent string
- getAllPlayerNames() - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Get all player names
- getAllUniqueIds() - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Get all unique ids
- getAndSetExactPage(UUID, int, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Get the exact page from the input page and set it if it's not the same
- getBase64(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Convert to Base64
- getBukkitClickType() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
-
Get the original click type
- getButton() - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Get the button
- getButtonMap() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Get the button map
- getButtons() - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
-
Get the list of child buttons
- getButtons(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.ButtonPaginatedMask
-
Get the buttons for the unique id
- getButtons(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
-
Get the buttons for the unique id
- GetClassLoader - Interface in me.hsgamer.hscore.expansion.extra.expansion
-
An interface for
Expansion
to make it easier to get the class loader - getClassLoaders() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get all loaded expansion class loaders
- getClickTypeFromEvent(InventoryClickEvent, boolean) - Static method in class me.hsgamer.hscore.bukkit.clicktype.ClickTypeUtils
-
Get click type from the click event
- getClickTypeMap() - Static method in class me.hsgamer.hscore.bukkit.clicktype.ClickTypeUtils
-
Get the available click types
- getClientProperties() - Method in class me.hsgamer.hscore.database.Setting
-
Get all client properties
- getClientPropertyStrings() - Method in class me.hsgamer.hscore.database.Setting
-
Get all driver properties as a list of string
- getComment(String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the block comment
- getComment(String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getComment(CommentType, String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- getComment(CommentType, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the comment.
- getComment(CommentType, String...) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- getComment(CommentType, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getComment(CommentType, String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- getConnection() - Method in class me.hsgamer.hscore.database.client.sql.h2.H2Client
- getConnection() - Method in class me.hsgamer.hscore.database.client.sql.hikari.HikariSqlClient
- getConnection() - Method in class me.hsgamer.hscore.database.client.sql.java.JavaSqlClient
- getConnection() - Method in interface me.hsgamer.hscore.database.client.sql.SqlClient
-
Get the connection
- getConnectionString(Setting) - Method in interface me.hsgamer.hscore.database.driver.h2.H2BaseDriver
- getConnectionString(Setting) - Method in class me.hsgamer.hscore.database.driver.h2.H2LocalDriver
- getConnectionString(Setting) - Method in class me.hsgamer.hscore.database.driver.h2.H2MemoryDriver
- getConnectionString(Setting) - Method in class me.hsgamer.hscore.database.driver.h2.H2ServerDriver
- getContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
- getContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomPositionIterator
- getContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
-
Get the next
Position
- getConverter(Class<?>) - Method in class me.hsgamer.hscore.bukkit.config.converter.BukkitConverterProvider
- getConverter(Class<?>) - Method in interface me.hsgamer.hscore.config.annotation.converter.ConverterProvider
-
Get the
Converter
for the type - getConverter(Class<?>) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.DefaultArrayConverterProvider
- getConverter(Class<?>) - Method in class me.hsgamer.hscore.config.annotation.converter.impl.PrimitiveConverterProvider
- getConverter(Type) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Get the converter for the type
- getConverterIfDefault(Type, Class<? extends Converter>) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Get the converter for the type if the given converter is the default one
- getConverterIfDefault(Type, Converter) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Get the converter for the type if the given converter is the default one
- getCraftBukkitPackageVersion() - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Get the CraftBukkit package version
- getCronList() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the cron list
- getCurrent() - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
-
Get the current
Position
- getCurrentFrame() - Method in class me.hsgamer.hscore.animate.Animation
-
Get the frame based on the current time
- getCurrentFrame(long) - Method in class me.hsgamer.hscore.animate.Animation
-
Get the frame based on the current time
- getCurrentTaskPool() - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Get the current task pool
- getData() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Get the data
- getData() - Method in interface me.hsgamer.hscore.expansion.common.ExpansionDescription
-
Get the extra data of the expansion
- getData() - Method in class me.hsgamer.hscore.task.BatchRunnable
-
Get the data
- getData() - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Get the data of the running
BatchRunnable
- getDatabaseName() - Method in class me.hsgamer.hscore.database.Setting
-
Get the database name
- getDataBytes(BungeeUtils.DataOutputConsumer) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Build the data byte array
- getDataFolder() - Method in interface me.hsgamer.hscore.expansion.extra.expansion.DataFolder
-
Get the data folder of the expansion
- getDefaultButton() - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
-
Get the default button
- getDefaultItem() - Method in class me.hsgamer.hscore.bukkit.item.BukkitItemBuilder
- getDefaultItem() - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Get the default item
- getDefaultMask() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
-
Get the default mask
- getDefaultValue() - Method in class me.hsgamer.hscore.downloader.core.object.InfoKey
-
Get the default value
- getDependencies(ExpansionClassLoader) - Method in interface me.hsgamer.hscore.expansion.extra.manager.DependableExpansionSortAndFilter
-
Get the dependencies of the expansion
- getDependencyComparator() - Method in interface me.hsgamer.hscore.expansion.extra.manager.DependableExpansionSortAndFilter
-
Get the comparator for the dependencies
- getDescription() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the expansion's description
- getDirectLink() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Get the direct link
- getDownloadInfo(String) - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Get the download info
- getDownloadInfoLoader() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Get the download info loader
- getDriver() - Method in class me.hsgamer.hscore.database.Setting
-
Get the driver
- getDriverClass() - Method in interface me.hsgamer.hscore.database.Driver
-
Get the driver class
- getDriverClass() - Method in interface me.hsgamer.hscore.database.driver.h2.H2BaseDriver
- getDriverClass() - Method in class me.hsgamer.hscore.database.driver.mariadb.MariaDBDriver
- getDriverClass() - Method in class me.hsgamer.hscore.database.driver.mysql.MySqlDriver
- getDriverClass() - Method in class me.hsgamer.hscore.database.driver.postgresql.PostgreSqlDriver
- getDriverClass() - Method in interface me.hsgamer.hscore.database.driver.sqlite.SqliteBaseDriver
- getDriverClass() - Method in class me.hsgamer.hscore.database.driver.sqlserver.SqlServerDriver
- getDriverClassName() - Method in interface me.hsgamer.hscore.database.Driver
-
Get the driver class name
- getDriverProperties() - Method in class me.hsgamer.hscore.database.Setting
-
Get all driver properties
- getDriverPropertyStrings() - Method in class me.hsgamer.hscore.database.Setting
-
Get all driver properties as a list of string
- getElements() - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Get the registered build elements
- getElements() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
-
Get the child elements
- getElements(JsonArray) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Get the elements from a
JsonArray
- getElements(JsonObject) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Get the elements from a
JsonObject
- getEnabledExpansions() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get all enabled expansions
- getEntityManager() - Method in class me.hsgamer.hscore.database.client.jpa.PersistenceClient
-
Get a new entity manager
- getEvent() - Method in interface me.hsgamer.hscore.bukkit.gui.common.event.BukkitCancellableEvent
-
Get the Bukkit event
- getEvent() - Method in class me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent
-
Get the Bukkit event
- getEvent() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
-
Get the Minestom event
- getEvent() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
-
Get the event
- getEvent() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomViewerEvent
-
Get the Minestom event
- getExactPage(int, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Get the exact page from the input page
- getExpansion() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the expansion
- getExpansion(String) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get the loaded expansion
- getExpansionClassLoader() - Method in exception class me.hsgamer.hscore.expansion.common.exception.ExpansionClassLoaderException
-
Get the
ExpansionClassLoader
- getExpansionClassLoader() - Method in interface me.hsgamer.hscore.expansion.extra.expansion.GetClassLoader
-
Get the class loader of the expansion
- getExpansionClassLoader(String) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get the loaded expansion class loader
- getExpansionOptional() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the expansion if it's initialized
- getExpansionsDir() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get the expansion directory
- getExternalReplacers() - Method in class me.hsgamer.hscore.variable.VariableManager
-
Get all external replacers
- getFallbackButton() - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Get the fallback button
- getFallbackMask() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
-
Get the fallback mask
- getFile() - Method in exception class me.hsgamer.hscore.expansion.common.exception.InvalidExpansionFileException
-
Get the file
- getFile() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the expansion jar
- getFileName() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Get the file name
- getFinalString() - Method in interface me.hsgamer.hscore.variable.VariableSession
-
Get the final string
- getFolder() - Method in class me.hsgamer.hscore.database.LocalDriver
-
Get the folder
- getFolder() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Get the folder
- getFrames() - Method in class me.hsgamer.hscore.animate.Animation
-
Get the frames
- getFunction() - Method in class me.hsgamer.hscore.builder.Builder.FunctionElement
-
Get the function
- getGlobalRecipient() - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Get the global plugin message recipient
- getHolder(Inventory) - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
-
Get the holder from the inventory
- getHolder(Inventory) - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.HolderBukkitInventoryListener
- getHost() - Method in class me.hsgamer.hscore.database.Setting
-
Get the host
- getHotbarSlot() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- getHotbarSlot() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Get the hotbar slot (0-8) of the click type if it is number click
- getIfFound(Map<K, V>, K...) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Get the value given the key from the map
- getIfFoundOrDefault(Map<K, V>, V, K...) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Get the value given the key from the map
- getInput(F) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Get the input from the raw object
- getInputItem(UUID) - Method in class me.hsgamer.hscore.bukkit.gui.button.InputButton
-
Get the input item for the unique id
- getInputStreamLoader() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Get the input stream loader
- getInstance(Class<T>, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the value from the path
- getInstance(Class<T>, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getInstance(Class<T>, T, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the value from the path
- getInstance(Class<T>, T, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getInventory() - Method in class me.hsgamer.hscore.bukkit.gui.common.inventory.BukkitInventoryContext
-
Get the inventory
- getInventory() - Method in class me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
-
Get the Minestom inventory
- getInventoryContext() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Get the inventory context
- getIoExceptionConsumer() - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Get the
IOException
consumer - getItem() - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Get the item
- getItem(int) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Get the item in the slot
- getItemMap() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Get the item map
- getItemMap(InventoryContext, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.ButtonPaginatedMask
- getItemMap(InventoryContext, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.MaskPaginatedMask
- getItemMap(InventoryContext, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Generate the item map for the unique id
- getItemMap(InventoryContext, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
- getItemModifiers() - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Get the map of item modifiers
- getItemPredicate(ItemStack) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Get the predicate of the item.
- getKey() - Method in class me.hsgamer.hscore.common.Pair
-
Get the key
- getKey() - Method in class me.hsgamer.hscore.downloader.core.object.InfoKey
-
Get the key to the value
- getKey() - Method in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
Get the key
- getKeys(boolean, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get all keys from the path
- getKeys(boolean, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getKeys(boolean, String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- getLicense() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getLoadedDownloadInfo() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Get the loaded download infos
- getLogger(Class<?>) - Static method in class me.hsgamer.hscore.logger.provider.LoggerProvider
-
Get the logger
- getLogger(Class<?>) - Method in interface me.hsgamer.hscore.logger.service.LoggerService
-
Get the logger
- getLogger(String) - Static method in class me.hsgamer.hscore.logger.provider.LoggerProvider
-
Get the logger
- getLogger(String) - Method in interface me.hsgamer.hscore.logger.service.LoggerService
-
Get the logger
- getMainClass() - Method in interface me.hsgamer.hscore.expansion.common.ExpansionDescription
-
Get the main class of the expansion
- getMajorVersion() - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Get the major version of the server
- getManager() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the expansion manager
- getMask() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
-
Get the mask
- getMask(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
-
Get the mask for the unique id
- getMasks(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.MaskPaginatedMask
-
Get the masks for the unique id
- getMaskSlot() - Method in class me.hsgamer.hscore.minecraft.gui.mask.ButtonPaginatedMask
-
Get the mask slot
- getMaskSlot() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiSlotsMask
-
Get the mask slot
- getMaskSlot() - Method in class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
-
Get the mask slot
- getMatchedItemsInInventory(Inventory, Predicate<ItemStack>, int) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Get the matched items in the inventory
- getMinorVersion() - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Get the minor version of the server
- getMissingDepends(List<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Get missing plugins from a list of given plugins
- getName() - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Get the channel's name
- getName() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- getName() - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- getName() - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Get the channel's name
- getName() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- getName() - Method in interface me.hsgamer.hscore.config.Config
-
Get the name of the configuration
- getName() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- getName() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getName() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- getName() - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- getName() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- getName() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Get the name
- getName() - Method in interface me.hsgamer.hscore.expansion.common.ExpansionDescription
-
Get the name of the expansion
- getName() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Get the name of the click type
- getNames() - Method in class me.hsgamer.hscore.builder.Builder.FunctionElement
-
Get the names or the aliases of the function
- getNextEpochMillis() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next epoch millis from now
- getNextEpochMillis(Instant) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next epoch millis from now
- getNextEpochMillis(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next epoch millis from the initial time
- getNextInstant() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next instant from now
- getNextInstant(Instant) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next instant from the initial instant
- getNextTime() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next time from now
- getNextTime(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the next time from the initial time
- getNonce() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getNonce() - Static method in class me.hsgamer.hscore.license.spigotmc.DefaultSpigotLicenseFetcher
- getNormalized(Object, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the normalized value from the path
- getNormalized(Object, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getNormalized(String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get the normalized value from the path
- getNormalized(String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getNormalizedHost() - Method in class me.hsgamer.hscore.database.Setting
-
Get the host and port as a base url
- getNormalizedValues(boolean, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get all normalized values from the path
- getNormalizedValues(boolean, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getNumber(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Convert to number
- getNumbersFromPermissions(Permissible, String) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Get the numbers from the permissions the permissible object has ([prefix].
- getNumbersFromPermissions(Permissible, String, Function<String, Stream<Number>>) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Get the numbers from the permissions the permissible object has ([prefix].
- getOption() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option
- getOptional(Map<K, V>, K...) - Static method in class me.hsgamer.hscore.common.MapUtils
-
Get the value given the key from the map
- getOptionAsList() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a list.
- getOptionAsList(String) - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a list
- getOptionAsMap() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a map.
- getOptionAsMap(String) - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a map.
- getOptionStream() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a stream.
- getOptionStream(String) - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the option as a stream
- getOriginal() - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- getOriginal() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- getOriginal() - Method in interface me.hsgamer.hscore.config.Config
-
Get the original instance
- getOriginal() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- getOriginal() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getOriginal() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- getOriginal() - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- getOriginal() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- getOriginal() - Method in interface me.hsgamer.hscore.database.Client
-
Get the original
- getOriginal() - Method in class me.hsgamer.hscore.database.client.hibernate.HibernateClient
- getOriginal() - Method in class me.hsgamer.hscore.database.client.jpa.PersistenceClient
- getOriginal() - Method in class me.hsgamer.hscore.database.client.sql.h2.H2Client
- getOriginal() - Method in class me.hsgamer.hscore.database.client.sql.hikari.HikariSqlClient
- getOriginal() - Method in class me.hsgamer.hscore.database.client.sql.java.JavaSqlClient
- getOriginalConfig() - Method in class me.hsgamer.hscore.config.DecorativeConfig
-
Get the original config
- getOutput(T) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Get the output from the final object
- getOutputItem(UUID) - Method in class me.hsgamer.hscore.bukkit.gui.button.OutputButton
-
Get the output item for the unique id
- getPage(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Get the current page for the unique id
- getParentClassLoader() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get the parent class loader
- getPassword() - Method in class me.hsgamer.hscore.database.Setting
-
Get the password
- getPath() - Method in class me.hsgamer.hscore.config.proxy.ConfigNode
-
Get the config path
- getPing(Player) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Get ping
- getPlugin() - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Get the plugin providing the channel
- getPlugin() - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Get the plugin providing the channel
- getPort() - Method in class me.hsgamer.hscore.database.Setting
-
Get the port
- getPrefix() - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Get the default prefix
- getProperties() - Method in class me.hsgamer.hscore.license.common.LicenseResult
-
Get the properties
- getProperty(CommonLicenseProperty) - Method in class me.hsgamer.hscore.license.common.LicenseProperties
-
Get the property
- getRandomColor() - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Get a random chat color
- getRaw(String) - Method in interface me.hsgamer.hscore.task.element.TaskData
-
Get the raw value from the data
- getRawSlots() - Method in class me.hsgamer.hscore.bukkit.gui.common.event.BukkitDragEvent
-
Get the raw slots
- getRegisteredMap() - Method in class me.hsgamer.hscore.builder.Builder
-
Get the registered map
- getRegisteredTypes() - Method in class me.hsgamer.hscore.minecraft.block.utils.PositionIteratorUtils
-
Get the registered types
- getRegisteredTypes() - Method in class me.hsgamer.hscore.serializer.Serializer
-
Get the registered types
- getRemainingMillis() - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the remaining millis from now to the next time
- getRemainingMillis(Instant) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the remaining millis from now to the next time
- getRemainingMillis(ZonedDateTime) - Method in class me.hsgamer.hscore.crontime.CronTimeManager
-
Get the remaining millis from now to the next time
- getResource() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getResource() - Static method in class me.hsgamer.hscore.license.spigotmc.DefaultSpigotLicenseFetcher
- getResource(String) - Method in interface me.hsgamer.hscore.expansion.extra.expansion.DataFolder
-
Get the resource from the expansion jar
- getResourceVersion() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getSerializer() - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Get the serializer
- getService() - Static method in class me.hsgamer.hscore.logger.service.LoggerServiceProvider
-
Get the service
- getSetting() - Method in interface me.hsgamer.hscore.database.Client
-
Get the setting
- getSetting() - Method in class me.hsgamer.hscore.database.client.hibernate.HibernateClient
- getSetting() - Method in class me.hsgamer.hscore.database.client.jpa.PersistenceClient
- getSetting() - Method in class me.hsgamer.hscore.database.client.sql.h2.H2Client
- getSetting() - Method in class me.hsgamer.hscore.database.client.sql.hikari.HikariSqlClient
- getSetting() - Method in class me.hsgamer.hscore.database.client.sql.java.JavaSqlClient
- getSize() - Method in class me.hsgamer.hscore.bukkit.gui.common.inventory.BukkitInventoryContext
- getSize() - Method in interface me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryContext
-
Get the size of the inventory
- getSize() - Method in class me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
- getSlot() - Method in class me.hsgamer.hscore.bukkit.gui.common.event.BukkitClickEvent
- getSlot() - Method in interface me.hsgamer.hscore.minecraft.gui.common.event.ClickEvent
-
Get the slot
- getSlot() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
- getSlot(int, int) - Method in class me.hsgamer.hscore.bukkit.gui.common.inventory.BukkitInventoryContext
- getSlot(int, int) - Method in interface me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryContext
-
Get the inventory slot from x and y coordinate
- getSlot(int, int) - Method in class me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
- getSlot(InventoryPosition) - Method in interface me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryContext
-
Get the inventory slot from the position
- getSoftDependencies(ExpansionClassLoader) - Method in interface me.hsgamer.hscore.expansion.extra.manager.DependableExpansionSortAndFilter
-
Get the soft dependencies of the expansion.
- getStage() - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Get the stage of the task pool
- getState() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the state of the expansion
- getStatus() - Method in class me.hsgamer.hscore.license.common.LicenseResult
-
Get the status
- getStringReplacers() - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Get the list of string replacers
- getStringsFromPermissions(Permissible, String) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Get the strings from the permissions the permissible object has ([prefix].
- getSubChannel() - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Get the sub-channel name
- getTaskPool(int) - Method in class me.hsgamer.hscore.task.BatchRunnable
-
Get the task pool
- getTaskPool(int) - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Get the task pool
- getThrowable() - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Get the throwable if the expansion is in
ExpansionState.ERROR
- getTimestamp() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getType() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the type
- getType(F) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Get the type of the raw object
- getType(I) - Method in class me.hsgamer.hscore.action.builder.ActionBuilder
- getType(I) - Method in class me.hsgamer.hscore.builder.FunctionalMassBuilder
- getURL(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Convert to URL
- getUser() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getUser() - Static method in class me.hsgamer.hscore.license.spigotmc.DefaultSpigotLicenseFetcher
- getUserMasks() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
-
Get the user-mask map
- getUsername() - Method in class me.hsgamer.hscore.database.Setting
-
Get the username
- getUsername() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getUUID(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Convert to UUID
- getValue() - Method in interface me.hsgamer.hscore.action.builder.ActionInput
-
Get the value
- getValue() - Method in class me.hsgamer.hscore.common.CachedValue
-
Get the cached value or generate one if the cache is null
- getValue() - Method in class me.hsgamer.hscore.common.Pair
-
Get the value
- getValue() - Method in class me.hsgamer.hscore.config.proxy.ConfigNode
-
Get the value from the config
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- getValues(boolean, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Get all values from the path
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- getValues(boolean, String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- getVariable() - Method in interface me.hsgamer.hscore.variable.VariableSession
-
Get the variable
- getVariableEntries() - Method in class me.hsgamer.hscore.variable.VariableManager
-
Get all variable entries
- getVariables() - Method in class me.hsgamer.hscore.variable.VariableManager
-
Get all variables
- getVerifyToken() - Static method in class me.hsgamer.hscore.license.polymart.DefaultPolymartLicenseFetcher
- getVersion() - Method in class me.hsgamer.hscore.checker.github.GithubCommitChecker
- getVersion() - Method in class me.hsgamer.hscore.checker.github.GithubReleaseChecker
- getVersion() - Method in class me.hsgamer.hscore.checker.modrinth.ModrinthVersionChecker
- getVersion() - Method in class me.hsgamer.hscore.checker.polymart.PolymartVersionChecker
- getVersion() - Method in class me.hsgamer.hscore.checker.spigotmc.SpigotVersionChecker
-
Get the version of the resource
- getVersion() - Method in interface me.hsgamer.hscore.checker.VersionChecker
-
Get the version
- getVersion() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Get the version
- getVersion() - Method in interface me.hsgamer.hscore.expansion.common.ExpansionDescription
-
Get the version of the expansion
- getViewerID() - Method in class me.hsgamer.hscore.bukkit.gui.common.event.BukkitInventoryEvent
- getViewerID() - Method in class me.hsgamer.hscore.bukkit.gui.common.inventory.BukkitInventoryContext
- getViewerID() - Method in interface me.hsgamer.hscore.minecraft.gui.common.event.ViewerEvent
-
Get the viewer
- getViewerID() - Method in interface me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryContext
-
Get the unique ID of the viewer
- getViewerID() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Get the unique ID of the viewer
- getViewerID() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomViewerEvent
- getViewerID() - Method in class me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
- getX() - Method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the x coordinate
- getY() - Method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the y coordinate
- GithubCommitChecker - Class in me.hsgamer.hscore.checker.github
-
The latest commit checker for the GitHub repository
- GithubCommitChecker(String, String) - Constructor for class me.hsgamer.hscore.checker.github.GithubCommitChecker
-
Create a new checker
- GithubCommitChecker(String, String, UserAgent) - Constructor for class me.hsgamer.hscore.checker.github.GithubCommitChecker
-
Create a new checker
- GithubReleaseChecker - Class in me.hsgamer.hscore.checker.github
-
The release version checker for the GitHub repository
- GithubReleaseChecker(String) - Constructor for class me.hsgamer.hscore.checker.github.GithubReleaseChecker
-
Create a new checker
- GithubReleaseChecker(String, UserAgent) - Constructor for class me.hsgamer.hscore.checker.github.GithubReleaseChecker
-
Create a new checker
- giveItem(Player, ItemStack...) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Give the item to the player
- GLOBAL - Static variable in class me.hsgamer.hscore.variable.VariableManager
-
The global variable manager
- GsonConfig - Class in me.hsgamer.hscore.config.gson
-
The
Config
implementation for Gson - GsonConfig(File) - Constructor for class me.hsgamer.hscore.config.gson.GsonConfig
-
Create a new config
- GsonConfig(File, Gson) - Constructor for class me.hsgamer.hscore.config.gson.GsonConfig
-
Create a new config
- GsonExpansionDescriptionLoader - Class in me.hsgamer.hscore.expansion.gson
-
The factory that loads the
ExpansionDescription
from the json file of the jar file - GsonExpansionDescriptionLoader() - Constructor for class me.hsgamer.hscore.expansion.gson.GsonExpansionDescriptionLoader
-
Create a new
GsonExpansionDescriptionLoader
with the default description file name - GsonExpansionDescriptionLoader(String) - Constructor for class me.hsgamer.hscore.expansion.gson.GsonExpansionDescriptionLoader
-
Create a new
GsonExpansionDescriptionLoader
- GsonUtils - Class in me.hsgamer.hscore.gson
-
Some utilities for Gson
- GUIElement - Interface in me.hsgamer.hscore.minecraft.gui.common
-
An element of the GUI
- GUIHolder<T> - Class in me.hsgamer.hscore.minecraft.gui.holder
-
The base holder for Minecraft GUI implementation
- GUIHolder(UUID) - Constructor for class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Create a new holder
H
- H2BaseDriver - Interface in me.hsgamer.hscore.database.driver.h2
-
A driver for H2
- H2Client - Class in me.hsgamer.hscore.database.client.sql.h2
- H2Client(Setting) - Constructor for class me.hsgamer.hscore.database.client.sql.h2.H2Client
-
Create a new H2 client
- H2LocalDriver - Class in me.hsgamer.hscore.database.driver.h2
-
The driver for H2 (Embedded Mode)
- H2LocalDriver() - Constructor for class me.hsgamer.hscore.database.driver.h2.H2LocalDriver
- H2LocalDriver(File) - Constructor for class me.hsgamer.hscore.database.driver.h2.H2LocalDriver
- H2MemoryDriver - Class in me.hsgamer.hscore.database.driver.h2
-
A driver for H2 (In-Memory Mode)
- H2MemoryDriver() - Constructor for class me.hsgamer.hscore.database.driver.h2.H2MemoryDriver
- H2ServerDriver - Class in me.hsgamer.hscore.database.driver.h2
-
A driver for H2 (Server Mode)
- H2ServerDriver() - Constructor for class me.hsgamer.hscore.database.driver.h2.H2ServerDriver
-
Create a new TCP server driver
- H2ServerDriver(boolean) - Constructor for class me.hsgamer.hscore.database.driver.h2.H2ServerDriver
-
Create a new server driver
- handleClick(ClickEvent) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
- handleClick(ClickEvent) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Override this method to add custom behavior.
- handleClose(CloseEvent) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Handle the close event.
- handleDrag(BukkitDragEvent) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
-
Handle the drag event
- handleIfElement(Object, Consumer<GUIElement>) - Static method in interface me.hsgamer.hscore.minecraft.gui.common.GUIElement
-
Handle the object if it is an instance of
GUIElement
- handleIfElement(Collection<T>, Consumer<GUIElement>) - Static method in interface me.hsgamer.hscore.minecraft.gui.common.GUIElement
-
Loop through the collection and handle the element if it is an instance of
GUIElement
- handleMessage(PluginMessageEvent) - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Handle the received data from plugin messaging
- handleMessage(Player, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
- handleMessage(Player, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Handle the received data from plugin messaging
- handleOpen(OpenEvent) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Handle the open event.
- handleSubChannelMessage(Player, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Handle the received data from plugin messaging through sub-channel
- hasAnyPermission(Player, Collection<Permission>) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Check if the player has one of the permissions
- hasAnyPermissionString(Player, Collection<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Check if the player has one of the permissions
- hasContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
- hasContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomPositionIterator
- hasContinue(Position) - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
-
Check if there is a next
Position
- hashCode() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
- hashCode() - Method in class me.hsgamer.hscore.minecraft.block.box.Position
- hashCode() - Method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
- hasNext() - Method in class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
- hasNext() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomTypePositionIterator
- hasNext() - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
- hasNext(Position, BasePositionIterator) - Method in interface me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator.LinearCoordinate
-
Check if there is a next element
- hasPermission(Player, String) - Static method in class me.hsgamer.hscore.bukkit.utils.PermissionUtils
-
Check if the player has the permission
- hasVariable() - Method in interface me.hsgamer.hscore.variable.VariableSession
-
Check if the string has a variable
- HibernateClient - Class in me.hsgamer.hscore.database.client.hibernate
-
The Hibernate client
- HibernateClient(Setting) - Constructor for class me.hsgamer.hscore.database.client.hibernate.HibernateClient
-
Create new Hibernate client
- HikariSqlClient - Class in me.hsgamer.hscore.database.client.sql.hikari
-
The SQL client with HikariCP
- HikariSqlClient(Setting) - Constructor for class me.hsgamer.hscore.database.client.sql.hikari.HikariSqlClient
-
Create new SQL client
- HolderBukkitInventoryListener - Class in me.hsgamer.hscore.bukkit.gui.holder.listener
-
The
BukkitInventoryListener
to listen to inventory backed byInventoryHolder
- HolderBukkitInventoryListener(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.listener.HolderBukkitInventoryListener
- HolderBukkitInventoryListener(Plugin, EventPriority, EventPriority, EventPriority, EventPriority) - Constructor for class me.hsgamer.hscore.bukkit.gui.holder.listener.HolderBukkitInventoryListener
- hook(EventNode<Event>) - Static method in class me.hsgamer.hscore.minestom.board.Board
-
Hook the board event to the event node.
- hook(EventNode<Event>, boolean, boolean) - Static method in class me.hsgamer.hscore.minestom.board.Board
-
Hook the board event to the event node.
- HybridMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The mask that views multiple masks
- HybridMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.HybridMask
I
- INFO - Enum constant in enum class me.hsgamer.hscore.logger.common.LogLevel
-
An info message
- InfoKey<T> - Class in me.hsgamer.hscore.downloader.core.object
-
A key to get value from the download info
- InfoKey(String, T) - Constructor for class me.hsgamer.hscore.downloader.core.object.InfoKey
-
Create an info key
- init() - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
- init() - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
- init() - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
- init() - Method in interface me.hsgamer.hscore.minecraft.gui.common.GUIElement
-
Initialize the element.
- init() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
- init() - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
- init() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
- init() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- init() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
- init() - Method in class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
- init() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- init(Player) - Static method in class me.hsgamer.hscore.minestom.board.Board
-
Initialize the board for the player
- initial() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
- initial() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomPositionIterator
- initial() - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
-
Get the initial
Position
- InputButton - Class in me.hsgamer.hscore.bukkit.gui.button
-
The button that stores the input item
- InputButton() - Constructor for class me.hsgamer.hscore.bukkit.gui.button.InputButton
- InputStreamExpansionDescriptionLoader - Class in me.hsgamer.hscore.expansion.common.factory
-
The factory that loads the
ExpansionDescription
from theInputStream
of the jar file - InputStreamExpansionDescriptionLoader(String) - Constructor for class me.hsgamer.hscore.expansion.common.factory.InputStreamExpansionDescriptionLoader
-
Create a new
InputStreamExpansionDescriptionLoader
- InputStreamLoader - Interface in me.hsgamer.hscore.downloader.core.loader
-
The
InputStream
loader forDownloadInfo
- INVALID - Enum constant in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
The license is invalid
- InvalidExpansionDescriptionException - Exception Class in me.hsgamer.hscore.expansion.common.exception
-
The exception when the expansion description is invalid
- InvalidExpansionDescriptionException(String) - Constructor for exception class me.hsgamer.hscore.expansion.common.exception.InvalidExpansionDescriptionException
- InvalidExpansionDescriptionException(String, Throwable) - Constructor for exception class me.hsgamer.hscore.expansion.common.exception.InvalidExpansionDescriptionException
- InvalidExpansionFileException - Exception Class in me.hsgamer.hscore.expansion.common.exception
-
The exception thrown when the file is not a valid
Expansion
file - InvalidExpansionFileException(String, File, Throwable) - Constructor for exception class me.hsgamer.hscore.expansion.common.exception.InvalidExpansionFileException
- InventoryContext - Interface in me.hsgamer.hscore.minecraft.gui.common.inventory
-
The context of the inventory
- InventoryPosition - Class in me.hsgamer.hscore.minecraft.gui.common.inventory
-
The position of the inventory
- invoke(Object, Method, Object[]) - Method in class me.hsgamer.hscore.config.proxy.ConfigInvocationHandler
- invoke(Object, Method, Object...) - Method in interface me.hsgamer.hscore.config.proxy.defaulthandler.DefaultMethodHandler
-
Invoke the method
- invoke(Object, Method, Object[]) - Method in class me.hsgamer.hscore.config.proxy.defaulthandler.NewJavaDefaultMethodHandler
- invoke(Object, Method, Object[]) - Method in class me.hsgamer.hscore.config.proxy.defaulthandler.OldJavaDefaultMethodHandler
- invoke(Method, Object...) - Method in interface me.hsgamer.hscore.config.proxy.defaulthandler.DefaultMethodHandler
-
Invoke the method using a dummy proxy
- isAllMatched - Variable in class me.hsgamer.hscore.bukkit.utils.ItemUtils.ItemCheckSession
-
Whether all the items from the inventory are matched
- isAt(int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is at the given version
- isAt(int, int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is at the given version
- isAtLeast(int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is at least the given version
- isAtLeast(int, int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is at least the given version
- isAvailable() - Static method in class me.hsgamer.hscore.checker.polymart.PolymartVersionChecker
-
Check whether the checker can be used
- isAvailable() - Static method in class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
-
Check whether the checker can be used
- isAvailable(String) - Static method in class me.hsgamer.hscore.checker.polymart.PolymartVersionChecker
-
Check whether the checker can be used
- isAvailable(String) - Static method in class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
-
Check whether the checker can be used
- isCancelled() - Method in interface me.hsgamer.hscore.bukkit.gui.common.event.BukkitCancellableEvent
- isCancelled() - Method in interface me.hsgamer.hscore.minecraft.gui.common.event.CancellableEvent
-
Check if the event is cancelled
- isCancelled() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
- isClassLoaded(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Check if the class is loaded
- isConstructorLoaded(String, Class<?>...) - Static method in class me.hsgamer.hscore.common.Validate
-
Check if the constructor is loaded
- isCraftBukkitMapped() - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server is using CraftBukkit mappings.
- isCycle() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Check if this paginated mask allows cycle page (The first page after the last page)
- isDownloading() - Method in class me.hsgamer.hscore.downloader.core.object.DownloadInfo
-
Check if the download is running
- isEmpty(JsonArray) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Check if the
JsonArray
is empty - isFirstRun() - Method in class me.hsgamer.hscore.animate.Animation
-
Check if it's the first run.
- isFirstRun(long) - Method in class me.hsgamer.hscore.animate.Animation
-
Check if it's the first run.
- isInstance(Class<?>, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Check if the value of the path matches the type
- isInstance(Class<?>, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- isItemFullOnInventory(Inventory, Collection<ItemStack>) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Check if the items cannot be added to the inventory
- isItemFullOnInventory(Inventory, ItemStack) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Check if the item cannot be added to the inventory
- isKeepCurrentIndex() - Method in class me.hsgamer.hscore.minecraft.gui.button.ListButton
-
Should the button keep the current index for the unique id?
- isLeftClick() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- isLeftClick() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Check if the click type is left click
- isLoaded() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Check if the downloader finished loading the download infos
- isLowerThan(int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is lower than the given version
- isLowerThan(int, int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is lower than the given version
- isMethodLoaded(String, String, Class<?>...) - Static method in class me.hsgamer.hscore.common.Validate
-
Check if the method is loaded
- isNewerThan(int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is newer than the given version
- isNewerThan(int, int) - Static method in class me.hsgamer.hscore.bukkit.utils.VersionUtils
-
Check if the server version is newer than the given version
- isNormalizable(Object) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- isNormalizable(Object) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- isNormalizable(Object) - Method in interface me.hsgamer.hscore.config.Config
-
Check if the object is normalizable
- isNormalizable(Object) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- isNormalizable(Object) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- isNormalizable(Object) - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- isNormalizable(Object) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- isNormalizable(Object) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- isNullOrEmpty(String) - Static method in class me.hsgamer.hscore.common.Validate
-
Check if it's null or empty
- isNullOrEmpty(Collection<?>) - Static method in class me.hsgamer.hscore.common.Validate
-
Check if it's null or empty
- isNumberClick() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- isNumberClick() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Check if the click type is number click
- isRightClick() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- isRightClick() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Check if the click type is right click
- isShiftClick() - Method in class me.hsgamer.hscore.bukkit.clicktype.BukkitClickType
- isShiftClick() - Method in interface me.hsgamer.hscore.minecraft.clicktype.MinecraftClickType
-
Check if the click type is shift click
- isTimeout() - Method in class me.hsgamer.hscore.task.BatchRunnable
-
Check if the task is interrupted by the timeout
- isValid() - Method in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
-
Check if the entry is valid
- isValid(boolean) - Method in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
-
Check if the entry is valid
- isWhole - Variable in class me.hsgamer.hscore.variable.Variable
-
Whether the manager should check if the whole string matches the prefix, or just the start
- ItemBuilder<T> - Class in me.hsgamer.hscore.minecraft.item
-
The item builder
- ItemBuilder() - Constructor for class me.hsgamer.hscore.minecraft.item.ItemBuilder
- ItemComparator<T> - Interface in me.hsgamer.hscore.minecraft.item
-
An extension to
ItemModifier
to compare the modifier of an item - ItemFlagModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The item flag modifier
- ItemFlagModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- ItemMetaComparator - Interface in me.hsgamer.hscore.bukkit.item.modifier
-
An extension of
ItemComparator
forItemMeta
- ItemMetaModifier - Interface in me.hsgamer.hscore.bukkit.item.modifier
-
The
ItemMeta
modifier - ItemModifier<T> - Interface in me.hsgamer.hscore.minecraft.item
-
The item modifier
- ItemUtils - Class in me.hsgamer.hscore.bukkit.utils
-
Methods on items
- ItemUtils.ItemCheckSession - Class in me.hsgamer.hscore.bukkit.utils
-
The session of the item check.
J
- JavaSqlClient - Class in me.hsgamer.hscore.database.client.sql.java
-
The SQL client with the Java's Driver Manager
- JavaSqlClient(Setting) - Constructor for class me.hsgamer.hscore.database.client.sql.java.JavaSqlClient
-
Create new SQL client
- join(String, String...) - Static method in interface me.hsgamer.hscore.config.PathString
-
Join the path with the separator
- join(String, Map<String[], Object>) - Static method in interface me.hsgamer.hscore.config.PathString
-
Join the path with the separator
- joinDefault(String...) - Static method in interface me.hsgamer.hscore.config.PathString
-
Join the path with the default separator
- joinDefault(Map<String[], Object>) - Static method in interface me.hsgamer.hscore.config.PathString
-
Join the path with the default separator
- JsonDownloadInfoLoader - Class in me.hsgamer.hscore.downloader.json
-
A simple
DownloadInfoLoader
that loads the download info from a JSON file. - JsonDownloadInfoLoader(String) - Constructor for class me.hsgamer.hscore.downloader.json.JsonDownloadInfoLoader
-
Create a new
JsonDownloadInfoLoader
- JsonDownloadInfoLoader(String, UserAgent) - Constructor for class me.hsgamer.hscore.downloader.json.JsonDownloadInfoLoader
-
Create a new
JsonDownloadInfoLoader
- JulLogger - Class in me.hsgamer.hscore.logger.jul
- JulLogger(Class<?>) - Constructor for class me.hsgamer.hscore.logger.jul.JulLogger
-
Create a new logger
- JulLogger(String) - Constructor for class me.hsgamer.hscore.logger.jul.JulLogger
-
Create a new logger
- JulLogger(Logger) - Constructor for class me.hsgamer.hscore.logger.jul.JulLogger
-
Create a new logger
K
- kickPlayer(Plugin, PluginMessageRecipient, String, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Kick the player
L
- license - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- LicenseChecker - Interface in me.hsgamer.hscore.license.common
-
The license checker
- LicenseProperties - Class in me.hsgamer.hscore.license.common
-
The license properties
- LicenseProperties() - Constructor for class me.hsgamer.hscore.license.common.LicenseProperties
-
Create a new instance
- LicenseProperties(Properties) - Constructor for class me.hsgamer.hscore.license.common.LicenseProperties
-
Create a new instance
- LicenseResult - Class in me.hsgamer.hscore.license.common
-
The result from
LicenseChecker
- LicenseResult(LicenseStatus, LicenseProperties) - Constructor for class me.hsgamer.hscore.license.common.LicenseResult
-
Create a new result
- LicenseStatus - Enum Class in me.hsgamer.hscore.license.common
-
The status of the license
- LightningConfig<F> - Class in me.hsgamer.hscore.config.simplixstorage
-
The
Config
implementation for SimplixStorage - LightningConfig(F) - Constructor for class me.hsgamer.hscore.config.simplixstorage.LightningConfig
-
Create a new config
- LinearPositionIterator - Class in me.hsgamer.hscore.minecraft.block.impl.iterator
-
The
PositionIterator
that iterates in a linear way - LinearPositionIterator(BlockBox) - Constructor for class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
-
Create a new iterator
- LinearPositionIterator(BlockBox, LinearPositionIterator.LinearCoordinate...) - Constructor for class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
-
Create a new iterator
- LinearPositionIterator.LinearCoordinate - Interface in me.hsgamer.hscore.minecraft.block.impl.iterator
-
The linear subject
- ListButton - Class in me.hsgamer.hscore.minecraft.gui.button
-
The button that loops through the list of child buttons
- ListButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.ListButton
- ListMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The mask with a list of child masks
- ListMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.ListMask
- load(Downloader) - Method in interface me.hsgamer.hscore.downloader.core.loader.DownloadInfoLoader
-
Load the
DownloadInfo
- load(Downloader) - Method in class me.hsgamer.hscore.downloader.core.loader.MapDownloadInfoLoader
- load(DownloadInfo) - Method in interface me.hsgamer.hscore.downloader.core.loader.InputStreamLoader
-
Load the
InputStream
from theDownloadInfo
- load(DownloadInfo) - Method in class me.hsgamer.hscore.downloader.webstream.WebInputStreamLoader
- loadClass(String, boolean) - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
- LOADED - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- loader - Variable in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- loadExpansions() - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Load all expansions from the expansion directory.
- loadFromItem(ItemStack) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- loadFromItem(ItemStack) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
- loadFromItem(ItemStack) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaModifier
- loadFromItem(ItemStack) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- loadFromItem(T) - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Load the modifier from an item
- loadFromItemMeta(ItemMeta) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- loadFromItemMeta(ItemMeta) - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- loadFromItemMeta(ItemMeta) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaModifier
-
Load the modifier from the item meta
- loadFromItemMeta(ItemMeta) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
- loadFromItemMeta(ItemMeta) - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- loadFromItemMeta(ItemMeta) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- loadFromObject(Object) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- loadFromObject(Object) - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Load the modifier from an object
- LOADING - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- loadMap(Downloader) - Method in class me.hsgamer.hscore.downloader.core.loader.MapDownloadInfoLoader
-
Load the map for the
DownloadInfo
parser - loadMap(Downloader) - Method in class me.hsgamer.hscore.downloader.json.JsonDownloadInfoLoader
- LocalDriver - Class in me.hsgamer.hscore.database
-
The driver for local connection
- LocalDriver() - Constructor for class me.hsgamer.hscore.database.LocalDriver
-
Create a new local driver with the default folder
- LocalDriver(File) - Constructor for class me.hsgamer.hscore.database.LocalDriver
-
Create a new local driver
- LocationIterator - Class in me.hsgamer.hscore.bukkit.block
-
The
PositionIterator
forLocation
- LocationIterator(World, PositionIterator) - Constructor for class me.hsgamer.hscore.bukkit.block.LocationIterator
-
Create a new iterator
- log(String) - Method in interface me.hsgamer.hscore.logger.common.Logger
-
Log an info message
- log(LogLevel, String) - Method in interface me.hsgamer.hscore.logger.common.Logger
-
Log a message
- log(LogLevel, String) - Method in class me.hsgamer.hscore.logger.jul.JulLogger
- log(LogLevel, String) - Method in class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
- log(LogLevel, String) - Method in class me.hsgamer.hscore.logger.system.SystemLogger
- log(LogLevel, String, Throwable) - Method in interface me.hsgamer.hscore.logger.common.Logger
-
Log a message and a throwable
- log(LogLevel, String, Throwable) - Method in class me.hsgamer.hscore.logger.jul.JulLogger
- log(LogLevel, String, Throwable) - Method in class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
- log(LogLevel, Throwable) - Method in interface me.hsgamer.hscore.logger.common.Logger
-
Log a throwable
- log(LogLevel, Throwable) - Method in class me.hsgamer.hscore.logger.jul.JulLogger
- log(LogLevel, Throwable) - Method in class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
- logger - Variable in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
The logger for ease
- Logger - Interface in me.hsgamer.hscore.logger.common
-
The logger
- LOGGER - Static variable in interface me.hsgamer.hscore.config.Config
-
The logger for ease
- LoggerProvider - Class in me.hsgamer.hscore.logger.provider
- LoggerService - Interface in me.hsgamer.hscore.logger.service
-
The service to get the logger
- LoggerServiceProvider - Class in me.hsgamer.hscore.logger.service
-
The service provider for
LoggerService
- LogLevel - Enum Class in me.hsgamer.hscore.logger.common
-
The log level
- LoreModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The lore modifier
- LoreModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
M
- makeUrl(String, Map<String, String>) - Static method in class me.hsgamer.hscore.web.WebUtils
-
Make a URL with the address and the query map
- ManifestExpansionDescriptionLoader - Class in me.hsgamer.hscore.expansion.manifest
-
The factory that loads the
ExpansionDescription
from the manifest of the jar file - ManifestExpansionDescriptionLoader() - Constructor for class me.hsgamer.hscore.expansion.manifest.ManifestExpansionDescriptionLoader
- MapDownloadInfoLoader - Class in me.hsgamer.hscore.downloader.core.loader
-
A simple
DownloadInfoLoader
that loads the download info from a map. - MapDownloadInfoLoader() - Constructor for class me.hsgamer.hscore.downloader.core.loader.MapDownloadInfoLoader
- MapExpansionDescriptionLoader - Interface in me.hsgamer.hscore.expansion.common.factory
-
The factory that loads the
ExpansionDescription
from the information map of the jar file. - MapUtils - Class in me.hsgamer.hscore.common
-
Methods on Map
- MariaDBDriver - Class in me.hsgamer.hscore.database.driver.mariadb
-
A driver for MariaDB
- MariaDBDriver() - Constructor for class me.hsgamer.hscore.database.driver.mariadb.MariaDBDriver
- MaskPaginatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The mask paginated mask, those with a long list of masks divided into pages.
- MaskPaginatedMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.MaskPaginatedMask
- maskSlot - Variable in class me.hsgamer.hscore.minecraft.gui.mask.MultiSlotsMask
- maskSlot - Variable in class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
- MaskUtils - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The utility class for masks
- MassBuilder<I,
O> - Class in me.hsgamer.hscore.builder -
The builder that can build multiple outputs from the input.
- MassBuilder() - Constructor for class me.hsgamer.hscore.builder.MassBuilder
- matchedItems - Variable in class me.hsgamer.hscore.bukkit.utils.ItemUtils.ItemCheckSession
-
The matched items
- MaterialModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The material modifier
- MaterialModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- max() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the maximum position
- maxInclusive() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Create a new block box that increases the maximum position by one.
- maxPosition(int, int, int, int) - Static method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the max position
- maxPosition(InventoryPosition, InventoryPosition) - Static method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the max position
- maxX - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The maximum x coordinate
- maxY - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The maximum y coordinate
- maxZ - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The maximum z coordinate
- me.hsgamer.hscore.action.builder - package me.hsgamer.hscore.action.builder
-
Contains the builder for
Action
- me.hsgamer.hscore.action.common - package me.hsgamer.hscore.action.common
-
Contains common classes for actions
- me.hsgamer.hscore.animate - package me.hsgamer.hscore.animate
-
Contains classes for animating stuff
- me.hsgamer.hscore.builder - package me.hsgamer.hscore.builder
-
Contains the classes to convert values
- me.hsgamer.hscore.bukkit.action - package me.hsgamer.hscore.bukkit.action
-
Contains the implementation of
Action
for Bukkit - me.hsgamer.hscore.bukkit.action.builder - package me.hsgamer.hscore.bukkit.action.builder
- me.hsgamer.hscore.bukkit.block - package me.hsgamer.hscore.bukkit.block
-
Contains the classes to work with
me.hsgamer.hscore.minecraft.block
in Bukkit - me.hsgamer.hscore.bukkit.channel - package me.hsgamer.hscore.bukkit.channel
-
The classes for working with BungeeCord's channels
- me.hsgamer.hscore.bukkit.clicktype - package me.hsgamer.hscore.bukkit.clicktype
-
Contains the classes for advanced usage of
ClickType
- me.hsgamer.hscore.bukkit.config - package me.hsgamer.hscore.bukkit.config
-
The config implementation for Bukkit
- me.hsgamer.hscore.bukkit.config.converter - package me.hsgamer.hscore.bukkit.config.converter
-
Contains the implementations of
Converter
andConverterProvider
for the Bukkit config - me.hsgamer.hscore.bukkit.expansion - package me.hsgamer.hscore.bukkit.expansion
-
Contains the implementation of
invalid reference
me.hsgamer.hscore.expansion
- me.hsgamer.hscore.bukkit.gui.button - package me.hsgamer.hscore.bukkit.gui.button
-
Contains the pre-made buttons for Bukkit
- me.hsgamer.hscore.bukkit.gui.common.event - package me.hsgamer.hscore.bukkit.gui.common.event
-
The events for the Bukkit GUI
- me.hsgamer.hscore.bukkit.gui.common.inventory - package me.hsgamer.hscore.bukkit.gui.common.inventory
-
The package for information about the Bukkit inventory
- me.hsgamer.hscore.bukkit.gui.holder - package me.hsgamer.hscore.bukkit.gui.holder
-
The classes for the holder of the Bukkit GUI
- me.hsgamer.hscore.bukkit.gui.holder.event - package me.hsgamer.hscore.bukkit.gui.holder.event
-
Contains the Bukkit implementation of the
me.hsgamer.hscore.minecraft.gui.holder.event
package - me.hsgamer.hscore.bukkit.gui.holder.listener - package me.hsgamer.hscore.bukkit.gui.holder.listener
-
Contains the listeners for the GUI holder
- me.hsgamer.hscore.bukkit.item - package me.hsgamer.hscore.bukkit.item
-
Contains the classes to work with
ItemStack
- me.hsgamer.hscore.bukkit.item.modifier - package me.hsgamer.hscore.bukkit.item.modifier
-
Contains the implementation of
ItemModifier
forItemStack
- me.hsgamer.hscore.bukkit.utils - package me.hsgamer.hscore.bukkit.utils
-
Contains the utilities for Bukkit
- me.hsgamer.hscore.bukkit.variable - package me.hsgamer.hscore.bukkit.variable
-
Contains the classes to work with variables in Bukkit
- me.hsgamer.hscore.bungeecord.channel - package me.hsgamer.hscore.bungeecord.channel
-
The classes for working with channels
- me.hsgamer.hscore.bungeecord.config - package me.hsgamer.hscore.bungeecord.config
-
The config implementation for BungeeCord
- me.hsgamer.hscore.checker - package me.hsgamer.hscore.checker
-
Contains the base classes for all checkers
- me.hsgamer.hscore.checker.github - package me.hsgamer.hscore.checker.github
-
Contains the checker for the GitHub repository
- me.hsgamer.hscore.checker.modrinth - package me.hsgamer.hscore.checker.modrinth
-
Contains the checker for Modrinth
- me.hsgamer.hscore.checker.polymart - package me.hsgamer.hscore.checker.polymart
-
Contains the checker for Polymart
- me.hsgamer.hscore.checker.spigotmc - package me.hsgamer.hscore.checker.spigotmc
-
Contains the checker for SpigotMC
- me.hsgamer.hscore.common - package me.hsgamer.hscore.common
-
Contains the utilities for common use
- me.hsgamer.hscore.config - package me.hsgamer.hscore.config
-
Contains the base classes of the config
- me.hsgamer.hscore.config.annotated - package me.hsgamer.hscore.config.annotated
-
Contains the config's base classes
- me.hsgamer.hscore.config.annotation - package me.hsgamer.hscore.config.annotation
-
Contains the annotations to be used in modules that require configuration annotation
- me.hsgamer.hscore.config.annotation.converter - package me.hsgamer.hscore.config.annotation.converter
-
Contains some
Converter
for customConfigPath
- me.hsgamer.hscore.config.annotation.converter.impl - package me.hsgamer.hscore.config.annotation.converter.impl
-
Contains the implementation for
Converter
andConverterProvider
- me.hsgamer.hscore.config.annotation.converter.manager - package me.hsgamer.hscore.config.annotation.converter.manager
-
Contains the manager for
Converter
- me.hsgamer.hscore.config.configurate - package me.hsgamer.hscore.config.configurate
-
The config implementation for Configurate
- me.hsgamer.hscore.config.gson - package me.hsgamer.hscore.config.gson
-
The config implementation for Gson
- me.hsgamer.hscore.config.proxy - package me.hsgamer.hscore.config.proxy
-
Contains the base classes for the Dynamic Proxy Pattern of
Config
. - me.hsgamer.hscore.config.proxy.defaulthandler - package me.hsgamer.hscore.config.proxy.defaulthandler
-
These classes are used to handle the default methods in interfaces.
- me.hsgamer.hscore.config.simpleconfiguration - package me.hsgamer.hscore.config.simpleconfiguration
-
The config implementation for SimpleYAML
- me.hsgamer.hscore.config.simplixstorage - package me.hsgamer.hscore.config.simplixstorage
-
The config implementation for SimplixStorage
- me.hsgamer.hscore.crontime - package me.hsgamer.hscore.crontime
-
Contains utility classes for cron-time
- me.hsgamer.hscore.database - package me.hsgamer.hscore.database
-
Contains the base classes to work with databases
- me.hsgamer.hscore.database.client.hibernate - package me.hsgamer.hscore.database.client.hibernate
-
Contains the implementation of
Client
for Hibernate - me.hsgamer.hscore.database.client.jpa - package me.hsgamer.hscore.database.client.jpa
-
Contains the implementation of
Client
for Java Persistence API - me.hsgamer.hscore.database.client.sql - package me.hsgamer.hscore.database.client.sql
-
Contains the base implementation of
Client
for SQL - me.hsgamer.hscore.database.client.sql.h2 - package me.hsgamer.hscore.database.client.sql.h2
-
Contains the implementation of
SqlClient
for H2 - me.hsgamer.hscore.database.client.sql.hikari - package me.hsgamer.hscore.database.client.sql.hikari
-
Contains the implementation of
SqlClient
with HikariCP - me.hsgamer.hscore.database.client.sql.java - package me.hsgamer.hscore.database.client.sql.java
-
Contains the implementation of
SqlClient
with Java API - me.hsgamer.hscore.database.driver.h2 - package me.hsgamer.hscore.database.driver.h2
-
Contains the implementation of
Driver
for H2 - me.hsgamer.hscore.database.driver.mariadb - package me.hsgamer.hscore.database.driver.mariadb
-
Contains the implementation of
Driver
for MariaDB - me.hsgamer.hscore.database.driver.mysql - package me.hsgamer.hscore.database.driver.mysql
-
Contains the implementation of
Driver
for MySQL - me.hsgamer.hscore.database.driver.postgresql - package me.hsgamer.hscore.database.driver.postgresql
-
Contains the implementation of
Driver
for PostgreSQL - me.hsgamer.hscore.database.driver.sqlite - package me.hsgamer.hscore.database.driver.sqlite
-
Contains the implementation of
Driver
for SQLite - me.hsgamer.hscore.database.driver.sqlserver - package me.hsgamer.hscore.database.driver.sqlserver
-
Contains the implementation of
Driver
for Microsoft SQL Server - me.hsgamer.hscore.downloader.core - package me.hsgamer.hscore.downloader.core
-
Contains the downloader's base classes
- me.hsgamer.hscore.downloader.core.loader - package me.hsgamer.hscore.downloader.core.loader
-
Contains the implementations of the
DownloadInfoLoader
interface. - me.hsgamer.hscore.downloader.core.object - package me.hsgamer.hscore.downloader.core.object
-
Contains the objects for the downloader
- me.hsgamer.hscore.downloader.json - package me.hsgamer.hscore.downloader.json
-
Contains the implementation of the downloader classes with JSON
- me.hsgamer.hscore.downloader.webstream - package me.hsgamer.hscore.downloader.webstream
-
Contains the
InputStreamLoader
implementation for the URL - me.hsgamer.hscore.expansion.common - package me.hsgamer.hscore.expansion.common
-
Contains the base classes to work on an expansion system
- me.hsgamer.hscore.expansion.common.exception - package me.hsgamer.hscore.expansion.common.exception
-
Contains the exceptions for the expansion manager
- me.hsgamer.hscore.expansion.common.factory - package me.hsgamer.hscore.expansion.common.factory
-
Contains the base classes for the expansion factory
- me.hsgamer.hscore.expansion.extra - package me.hsgamer.hscore.expansion.extra
-
Contains the extra classes to work with the expansion system at ease
- me.hsgamer.hscore.expansion.extra.expansion - package me.hsgamer.hscore.expansion.extra.expansion
-
Contains the extra classes to work with
Expansion
- me.hsgamer.hscore.expansion.extra.manager - package me.hsgamer.hscore.expansion.extra.manager
-
Contains the extra classes to work with
ExpansionManager
- me.hsgamer.hscore.expansion.gson - package me.hsgamer.hscore.expansion.gson
-
Contains the expansion factories that work with the
Gson
- me.hsgamer.hscore.expansion.manifest - package me.hsgamer.hscore.expansion.manifest
-
Contains the expansion factories that work with the
Manifest
- me.hsgamer.hscore.expansion.properties - package me.hsgamer.hscore.expansion.properties
-
Contains the expansion factories that work with the
Properties
- me.hsgamer.hscore.gson - package me.hsgamer.hscore.gson
-
Contains the utilities to work with Gson
- me.hsgamer.hscore.license.common - package me.hsgamer.hscore.license.common
-
Contains the base classes for the license checker
- me.hsgamer.hscore.license.polymart - package me.hsgamer.hscore.license.polymart
-
Contains the implementation of
LicenseChecker
for Polymart - me.hsgamer.hscore.license.spigotmc - package me.hsgamer.hscore.license.spigotmc
-
Contains the implementation of
LicenseChecker
for SpigotMC - me.hsgamer.hscore.logger.common - package me.hsgamer.hscore.logger.common
-
Contains the base classes for the
Logger
- me.hsgamer.hscore.logger.jul - package me.hsgamer.hscore.logger.jul
-
The JUL implementation of the
Logger
- me.hsgamer.hscore.logger.provider - package me.hsgamer.hscore.logger.provider
- me.hsgamer.hscore.logger.service - package me.hsgamer.hscore.logger.service
-
Contains the classes to get the
Logger
using the Service Provider Interface - me.hsgamer.hscore.logger.slf4j - package me.hsgamer.hscore.logger.slf4j
-
The SLF4J implementation of the
Logger
- me.hsgamer.hscore.logger.system - package me.hsgamer.hscore.logger.system
-
The system implementation of
Logger
- me.hsgamer.hscore.minecraft.block - package me.hsgamer.hscore.minecraft.block
-
Contains classes to work with blocks and locations
- me.hsgamer.hscore.minecraft.block.adapt - package me.hsgamer.hscore.minecraft.block.adapt
-
Contains the classes to adapt the block to a specific platform
- me.hsgamer.hscore.minecraft.block.box - package me.hsgamer.hscore.minecraft.block.box
-
Contains classes that bound the blocks
- me.hsgamer.hscore.minecraft.block.impl - package me.hsgamer.hscore.minecraft.block.impl
-
The implementation of
me.hsgamer.hscore.minecraft.block
- me.hsgamer.hscore.minecraft.block.impl.iterator - package me.hsgamer.hscore.minecraft.block.impl.iterator
-
Contains the implementations of
PositionIterator
- me.hsgamer.hscore.minecraft.block.iterator - package me.hsgamer.hscore.minecraft.block.iterator
-
Contains the base classes to iterate
Position
- me.hsgamer.hscore.minecraft.block.utils - package me.hsgamer.hscore.minecraft.block.utils
-
Contains the utilities for
me.hsgamer.hscore.minecraft.block
- me.hsgamer.hscore.minecraft.clicktype - package me.hsgamer.hscore.minecraft.clicktype
-
Contains the generic Minecraft interface for inventory click types
- me.hsgamer.hscore.minecraft.gui.button - package me.hsgamer.hscore.minecraft.gui.button
-
Contains the pre-made buttons for GUI in Minecraft
- me.hsgamer.hscore.minecraft.gui.common - package me.hsgamer.hscore.minecraft.gui.common
-
Contains common classes for Minecraft GUI
- me.hsgamer.hscore.minecraft.gui.common.event - package me.hsgamer.hscore.minecraft.gui.common.event
-
Contains the necessary classes for the events in the GUI
- me.hsgamer.hscore.minecraft.gui.common.inventory - package me.hsgamer.hscore.minecraft.gui.common.inventory
-
The classes for information about the inventory GUI
- me.hsgamer.hscore.minecraft.gui.common.item - package me.hsgamer.hscore.minecraft.gui.common.item
-
Classes for items in the GUI
- me.hsgamer.hscore.minecraft.gui.holder - package me.hsgamer.hscore.minecraft.gui.holder
-
The package for the GUI holders
- me.hsgamer.hscore.minecraft.gui.holder.event - package me.hsgamer.hscore.minecraft.gui.holder.event
-
The events for the GUI holder
- me.hsgamer.hscore.minecraft.gui.map.simple - package me.hsgamer.hscore.minecraft.gui.map.simple
-
Contains the simple implementation of GUI modules for Minecraft
- me.hsgamer.hscore.minecraft.gui.mask - package me.hsgamer.hscore.minecraft.gui.mask
-
Contains the pre-made masks for Minecraft's GUI
- me.hsgamer.hscore.minecraft.item - package me.hsgamer.hscore.minecraft.item
-
Contains the classes to work with Minecraft items
- me.hsgamer.hscore.minestom.board - package me.hsgamer.hscore.minestom.board
-
Contains the classes to work with Minestom's sidebar and scoreboard
- me.hsgamer.hscore.minestom.gui - package me.hsgamer.hscore.minestom.gui
-
Contains the base classes for UI modules in Minestom
- me.hsgamer.hscore.minestom.gui.event - package me.hsgamer.hscore.minestom.gui.event
-
Contains the Minestom implementation of the UI event package
- me.hsgamer.hscore.request - package me.hsgamer.hscore.request
-
Contains the classes to work with requests
- me.hsgamer.hscore.serializer - package me.hsgamer.hscore.serializer
-
Contains the serializer, which is used to serialize and deserialize objects
- me.hsgamer.hscore.serializer.annotation - package me.hsgamer.hscore.serializer.annotation
-
Contains annotations for
me.hsgamer.hscore.serializer
- me.hsgamer.hscore.task - package me.hsgamer.hscore.task
-
Contains the classes to work with tasks and threads
- me.hsgamer.hscore.task.element - package me.hsgamer.hscore.task.element
-
Contains the elements to work with tasks
- me.hsgamer.hscore.variable - package me.hsgamer.hscore.variable
-
Contains the classes to work with variables
- me.hsgamer.hscore.web - package me.hsgamer.hscore.web
-
Contains the classes to work with Web connections
- MessageUtils - Class in me.hsgamer.hscore.bukkit.utils
-
Methods on messages on Bukkit
- min() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the minimum position
- MinecraftClickType - Interface in me.hsgamer.hscore.minecraft.clicktype
-
The click type of Minecraft
- MinestomCancellableEvent - Interface in me.hsgamer.hscore.minestom.gui.event
-
The cancellable event for Minestom
- MinestomClickEvent - Class in me.hsgamer.hscore.minestom.gui.event
-
The click event for Minestom
- MinestomClickEvent(InventoryPreClickEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
-
Create a new event
- MinestomCloseEvent - Class in me.hsgamer.hscore.minestom.gui.event
-
The close event for Minestom
- MinestomCloseEvent(InventoryCloseEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomCloseEvent
-
Create a new event
- MinestomEvent<T> - Class in me.hsgamer.hscore.minestom.gui.event
-
The base event for Minestom
- MinestomEvent(T) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
-
Create a new event
- MinestomGUIHolder - Class in me.hsgamer.hscore.minestom.gui
-
The
GUIHolder
for Minestom - MinestomGUIHolder(UUID, Function<UUID, Inventory>) - Constructor for class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
-
Create a new holder
- MinestomInventoryContext - Class in me.hsgamer.hscore.minestom.gui
-
The
InventoryContext
ofInventory
- MinestomInventoryContext(UUID, Inventory) - Constructor for class me.hsgamer.hscore.minestom.gui.MinestomInventoryContext
-
Create a new instance
- MinestomOpenEvent - Class in me.hsgamer.hscore.minestom.gui.event
-
The open event for Minestom
- MinestomOpenEvent(InventoryOpenEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomOpenEvent
-
Create a new event
- MinestomViewerEvent - Interface in me.hsgamer.hscore.minestom.gui.event
-
The viewer event for Minestom
- minPosition(int, int, int, int) - Static method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the min position
- minPosition(InventoryPosition, InventoryPosition) - Static method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Get the min position
- minX - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The minimum x coordinate
- minY - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The minimum y coordinate
- minZ - Variable in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
The minimum z coordinate
- modify(ItemStack, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaModifier
- modify(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- modify(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
- modify(ItemStack, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- modify(T) - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Modify the item
- modify(T, UUID) - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Modify the item
- modify(T, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Modify the item
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in interface me.hsgamer.hscore.bukkit.item.modifier.ItemMetaModifier
-
Modify the item meta
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- modifyMeta(ItemMeta, UUID, StringReplacer) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- ModrinthVersionChecker - Class in me.hsgamer.hscore.checker.modrinth
-
A version checker for Modrinth
- ModrinthVersionChecker(String) - Constructor for class me.hsgamer.hscore.checker.modrinth.ModrinthVersionChecker
-
Create a version checker
- ModrinthVersionChecker(String, List<String>, List<String>, boolean) - Constructor for class me.hsgamer.hscore.checker.modrinth.ModrinthVersionChecker
-
Create a version checker
- ModrinthVersionChecker(String, List<String>, List<String>, boolean, UserAgent) - Constructor for class me.hsgamer.hscore.checker.modrinth.ModrinthVersionChecker
-
Create a version checker
- ModrinthVersionChecker(String, UserAgent) - Constructor for class me.hsgamer.hscore.checker.modrinth.ModrinthVersionChecker
-
Create a version checker
- move(double, double, double) - Method in class me.hsgamer.hscore.minecraft.block.box.Position
-
Create a new
Position
that offset from this position - MultiButton - Class in me.hsgamer.hscore.minecraft.gui.button
-
A base button that handles multiple child buttons
- MultiButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.MultiButton
- MultiMask<T> - Class in me.hsgamer.hscore.minecraft.gui.mask
-
A base mask that handles multiple child elements
- MultiMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
- MultiSlotsMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The masks with multiple slot
- MultiSlotsMask(Function<InventoryContext, List<Integer>>) - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.MultiSlotsMask
-
Create a new mask
- MySqlDriver - Class in me.hsgamer.hscore.database.driver.mysql
-
A driver for MySQL
- MySqlDriver() - Constructor for class me.hsgamer.hscore.database.driver.mysql.MySqlDriver
N
- NameModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The name modifier
- NameModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- newInstance(Class<T>, Config) - Static method in class me.hsgamer.hscore.config.proxy.ConfigGenerator
-
Create a new mapped instance of the class from the config, also set up the config
- newInstance(Class<T>, Config, boolean) - Static method in class me.hsgamer.hscore.config.proxy.ConfigGenerator
-
Create a new mapped instance of the class from the config
- newInstance(Class<T>, Config, boolean, boolean) - Static method in class me.hsgamer.hscore.config.proxy.ConfigGenerator
-
Create a new mapped instance of the class from the config
- newInstance(Class<T>, Config, boolean, boolean, boolean) - Static method in class me.hsgamer.hscore.config.proxy.ConfigGenerator
-
Create a new mapped instance of the class from the config
- NewJavaDefaultMethodHandler - Class in me.hsgamer.hscore.config.proxy.defaulthandler
-
The default method handler for Java 9+
- NewJavaDefaultMethodHandler() - Constructor for class me.hsgamer.hscore.config.proxy.defaulthandler.NewJavaDefaultMethodHandler
- next() - Method in class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
- next() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomTypePositionIterator
- next() - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
- next() - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Increase
SimpleGUIBuilder.slot
by 1 - next() - Method in interface me.hsgamer.hscore.task.element.TaskProcess
-
Notify the next task
- next(int) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleGUIBuilder
-
Increase
SimpleGUIBuilder.slot
by the given slot size - next(Position) - Method in interface me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator.LinearCoordinate
-
Get the next element
- nextPage(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Set the next page for the unique id
- nonce - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- nonce - Variable in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
- NONCE - Enum constant in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
The unique identifier of the license
- normalize(JsonElement, boolean) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Normalize the
JsonElement
to the object - normalize(Object) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- normalize(Object) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- normalize(Object) - Method in interface me.hsgamer.hscore.config.Config
-
Normalize the library-specific object
- normalize(Object) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- normalize(Object) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- normalize(Object) - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- normalize(Object) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- normalize(Object) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- normalizeDegree(float) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Get the normalized degree
- normalizeHex(String) - Static method in class me.hsgamer.hscore.common.StringUtils
-
Normalize the raw hex string to the 6-digit hex string
- normalizeJarPath(String) - Static method in interface me.hsgamer.hscore.expansion.extra.expansion.DataFolder
- normalizeObject(Object) - Method in interface me.hsgamer.hscore.config.Config
-
Normalize the object and its elements if it is a map or a collection
- normalizeObject(Object) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- normalizeYawPitch(Location) - Static method in class me.hsgamer.hscore.bukkit.utils.BukkitUtils
-
Normalize the yaw and pitch of the location
O
- of(int, int) - Static method in class me.hsgamer.hscore.minecraft.gui.common.inventory.InventoryPosition
-
Creates a new position
- of(BiFunction<String, UUID, String>) - Static method in interface me.hsgamer.hscore.common.StringReplacer
- of(UnaryOperator<String>) - Static method in interface me.hsgamer.hscore.common.StringReplacer
- of(UnaryOperator<String>, BiFunction<String, UUID, String>) - Static method in interface me.hsgamer.hscore.common.StringReplacer
-
Create a new
StringReplacer
from aUnaryOperator
asStringReplacer.replace(String)
and aBiFunction
asStringReplacer.replace(String, UUID)
- of(Function<String, T>, Function<T, String>) - Static method in class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
-
Create a new instance of the converter
- of(Supplier<T>) - Static method in class me.hsgamer.hscore.common.CachedValue
-
Create a new cached value from a supplier
- of(Map.Entry<K, V>) - Static method in class me.hsgamer.hscore.common.Pair
-
Create a new pair from the map entry
- of(K, V) - Static method in class me.hsgamer.hscore.common.Pair
-
Create a new pair
- OFFLINE - Enum constant in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
The checker is offline
- ofJson(File) - Static method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
-
Create a new config from a Json file
- ofToml(File) - Static method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
-
Create a new config from a Toml file
- ofYaml(File) - Static method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
-
Create a new config from a Yaml file
- OldJavaDefaultMethodHandler - Class in me.hsgamer.hscore.config.proxy.defaulthandler
-
The default method handler for Java 8
- OldJavaDefaultMethodHandler() - Constructor for class me.hsgamer.hscore.config.proxy.defaulthandler.OldJavaDefaultMethodHandler
- onDisable() - Method in interface me.hsgamer.hscore.expansion.common.Expansion
-
Called when disabling the expansion
- onEnable() - Method in interface me.hsgamer.hscore.expansion.common.Expansion
-
Called when enabling the expansion
- OneTimeAnimatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The animated mask with child masks as frames, but only run once
- OneTimeAnimatedMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
- onLoad() - Method in interface me.hsgamer.hscore.expansion.common.Expansion
-
Called when loading the expansion
- onLoaded() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Call when the downloader is finished loading the download infos
- onPluginMessageReceived(String, Player, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.Channel
- onReceive(PluginMessageEvent) - Method in class me.hsgamer.hscore.bungeecord.channel.ChannelListener
- OpAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to execute a command as op
- OpAction(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.action.OpAction
-
Create a new action
- open() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Open the inventory
- open(UUID) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
- open(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Open the inventory
- open(UUID) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- OpenEvent - Interface in me.hsgamer.hscore.minecraft.gui.holder.event
-
The event when the GUI is opened
- OutputButton - Class in me.hsgamer.hscore.bukkit.gui.button
-
The button that stores the output button for the viewer
- OutputButton() - Constructor for class me.hsgamer.hscore.bukkit.gui.button.OutputButton
P
- pageNumberMap - Variable in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
- PaginatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
- PaginatedMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
- Pair<K,
V> - Class in me.hsgamer.hscore.common -
Store the key and the value in pair
- parse(CronType, String...) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
-
Create a new cron list from the cron string array.
- parse(CronType, List<String>) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
-
Create a new cron list from the cron string list.
- parse(CronDefinition, String...) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
-
Create a new cron list from the cron string array.
- parse(CronDefinition, List<String>) - Static method in class me.hsgamer.hscore.crontime.CronTimeParser
-
Create a new cron list from the cron string list.
- parse(JsonReader) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Parse a reader to
JsonElement
- parse(Reader) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Parse a reader to
JsonElement
- parse(String) - Static method in class me.hsgamer.hscore.gson.GsonUtils
-
Parse a string to
JsonElement
- PathString - Interface in me.hsgamer.hscore.config
-
The utility class for path in
Config
- PATTERN - Static variable in interface me.hsgamer.hscore.action.builder.ActionInput
-
The pattern to parse the input from the string.
- PermissionAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to execute a command with permissions
- PermissionAction(Plugin, String, List<String>) - Constructor for class me.hsgamer.hscore.bukkit.action.PermissionAction
-
Create a new action
- PermissionUtils - Class in me.hsgamer.hscore.bukkit.utils
-
Methods on Permissions
- PersistenceClient - Class in me.hsgamer.hscore.database.client.jpa
-
The JPA persistence client
- PersistenceClient(String, Setting) - Constructor for class me.hsgamer.hscore.database.client.jpa.PersistenceClient
-
Create a new persistence client
- pickRandom(Collection<T>) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Pick a random element from the collection
- pickRandom(Collection<T>, Predicate<T>) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Pick a random element from the collection
- pickRandom(T[]) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Pick a random element from the array
- pickRandom(T[], Predicate<T>) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Pick a random element from the array
- PlaceholderMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The placeholder mask
Used for per-user masks - PlaceholderMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- PlayerAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to execute a command as the player
- PlayerAction(Plugin, String) - Constructor for class me.hsgamer.hscore.bukkit.action.PlayerAction
-
Create a new action
- plugin - Variable in class me.hsgamer.hscore.bukkit.action.CommandAction
- plugin - Variable in class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
- pollTask() - Method in class me.hsgamer.hscore.task.element.TaskPool
-
Poll the task
- PolymartLicenseChecker - Class in me.hsgamer.hscore.license.polymart
-
The license checker for Polymart
- PolymartLicenseChecker(String, boolean, boolean) - Constructor for class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
-
Create a new license checker with the default fetcher
- PolymartLicenseChecker(String, boolean, boolean, PolymartLicenseFetcher) - Constructor for class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
-
Create a new license checker
- PolymartLicenseEntry - Class in me.hsgamer.hscore.license.polymart
-
The license entry for Polymart
- PolymartLicenseEntry(String, String, String, String, String, String, String, String, String) - Constructor for class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- PolymartLicenseFetcher - Interface in me.hsgamer.hscore.license.polymart
-
Fetch the
PolymartLicenseEntry
- PolymartVersionChecker - Class in me.hsgamer.hscore.checker.polymart
-
A simple version checker for Polymart
- PolymartVersionChecker(int) - Constructor for class me.hsgamer.hscore.checker.polymart.PolymartVersionChecker
-
Create a version checker
- PolymartVersionChecker(int, UserAgent) - Constructor for class me.hsgamer.hscore.checker.polymart.PolymartVersionChecker
-
Create a version checker
- Position - Class in me.hsgamer.hscore.minecraft.block.box
-
The immutable 3D position / location / vector
- Position(double, double, double) - Constructor for class me.hsgamer.hscore.minecraft.block.box.Position
-
Create a new
Position
- PositionIterator - Interface in me.hsgamer.hscore.minecraft.block.iterator
- PositionIteratorUtils - Class in me.hsgamer.hscore.minecraft.block.utils
-
The utility class for
PositionIterator
- PostgreSqlDriver - Class in me.hsgamer.hscore.database.driver.postgresql
-
A driver for PostgreSQL
- PostgreSqlDriver() - Constructor for class me.hsgamer.hscore.database.driver.postgresql.PostgreSqlDriver
- PotionEffectModifier - Class in me.hsgamer.hscore.bukkit.item.modifier
-
The potion effect modifier
- PotionEffectModifier() - Constructor for class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- PredicateButton - Class in me.hsgamer.hscore.minecraft.gui.button
-
The button with predicates
- PredicateButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
- PredicateMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The mask with predicate
- PredicateMask() - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
- prefix - Variable in class me.hsgamer.hscore.variable.Variable
-
The prefix of the variable
- previousPage(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Set the previous page for the unique id
- PrimitiveConverterProvider - Class in me.hsgamer.hscore.config.annotation.converter.impl
-
A
Converter
to convert primitive types - PrimitiveConverterProvider() - Constructor for class me.hsgamer.hscore.config.annotation.converter.impl.PrimitiveConverterProvider
- printDebug() - Method in class me.hsgamer.hscore.logger.system.SystemLogger
-
Enable printing debug messages
- priority() - Element in annotation interface me.hsgamer.hscore.config.annotation.ConfigPath
-
Get the priority
- PropertiesExpansionDescriptionLoader - Class in me.hsgamer.hscore.expansion.properties
-
The factory that loads the
ExpansionDescription
from theProperties
file of the jar file - PropertiesExpansionDescriptionLoader() - Constructor for class me.hsgamer.hscore.expansion.properties.PropertiesExpansionDescriptionLoader
-
Create a new
PropertiesExpansionDescriptionLoader
with the default description file name - PropertiesExpansionDescriptionLoader(String) - Constructor for class me.hsgamer.hscore.expansion.properties.PropertiesExpansionDescriptionLoader
-
Create a new
PropertiesExpansionDescriptionLoader
- put(String, Object) - Method in interface me.hsgamer.hscore.task.element.TaskData
-
Put the value to the data
Q
- query(StatementBuilder.ResultSetConverter<T>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Query the statement
- queryList(StatementBuilder.ResultSetConverter<T>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Query the statement and return a list
- queryListSafe(StatementBuilder.ResultSetConverter<T>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Query the statement and return a list but ignore the exception
- querySafe(StatementBuilder.ResultSetConverter<T>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Query the statement but ignore the exception
R
- random(BlockBox) - Static method in class me.hsgamer.hscore.minecraft.block.utils.PositionIteratorUtils
-
Create a
RandomTypePositionIterator
for theBlockBox
- RandomPositionIterator - Class in me.hsgamer.hscore.minecraft.block.impl.iterator
-
The
PositionIterator
that iterates randomly - RandomPositionIterator(BlockBox) - Constructor for class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomPositionIterator
-
Create a new
RandomPositionIterator
- RandomTypePositionIterator - Class in me.hsgamer.hscore.minecraft.block.impl.iterator
-
The
PositionIterator
that combines multiplePositionIterator
and randomly choose one - RandomTypePositionIterator(BlockBox, Collection<Function<BlockBox, PositionIterator>>) - Constructor for class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomTypePositionIterator
-
Create a new
RandomTypePositionIterator
- register() - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Register the channel
- register() - Static method in class me.hsgamer.hscore.bukkit.config.converter.BukkitConverterProvider
-
Register the provider
- register() - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Register the channel
- register(Class<T>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new entry, without specifying the type and the input function.
- register(Class<T>, Function<I, T>, Function<T, I>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new entry, without specifying the type.
- register(String, Class<T>, Function<I, T>, Function<T, I>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new entry
- register(String, StringReplacer) - Method in class me.hsgamer.hscore.variable.VariableBundle
-
Register new variable
- register(String, StringReplacer) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Register new variable
- register(String, StringReplacer, boolean) - Method in class me.hsgamer.hscore.variable.VariableBundle
-
Register new variable
- register(String, StringReplacer, boolean) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Register new variable
- register(BiFunction<String, R, V>, String...) - Method in class me.hsgamer.hscore.builder.Builder
-
Register a new function
- register(Function<I, Optional<O>>) - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Register a new build element
- register(Function<I, Optional<O>>, boolean) - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Register a new build element
- register(Function<I, O>, String...) - Method in class me.hsgamer.hscore.builder.FunctionalMassBuilder
-
Register a new creator
- register(Function<AbstractMap.SimpleEntry<String, R>, Optional<V>>) - Method in class me.hsgamer.hscore.builder.Builder
- register(Function<R, V>, String...) - Method in class me.hsgamer.hscore.builder.Builder
-
Register a new function
- register(Supplier<V>, String...) - Method in class me.hsgamer.hscore.builder.Builder
-
Register a new supplier
- register(ActionBuilder<I>, Plugin) - Static method in class me.hsgamer.hscore.bukkit.action.builder.BukkitActionBuilder
-
Register the actions
- register(Plugin) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Register the BungeeCord main channel to the plugin
- register(Plugin, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Register the channel to the plugin
- registerConverter(Type, Converter) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Register the converter for the type
- registerProvider(ConverterProvider) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Register a converter provider
- registerType(String, Function<BlockBox, PositionIterator>) - Static method in class me.hsgamer.hscore.minecraft.block.utils.PositionIteratorUtils
-
Register a
PositionIterator
type - registerVariables(VariableBundle) - Static method in class me.hsgamer.hscore.bukkit.variable.BukkitVariableBundle
-
Register the Bukkit variables to the
VariableBundle
- registerVariables(VariableBundle) - Static method in class me.hsgamer.hscore.variable.CommonVariableBundle
-
Register the common variables to the
VariableBundle
- reload() - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- reload() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- reload() - Method in class me.hsgamer.hscore.config.annotated.AnnotatedConfig
- reload() - Method in interface me.hsgamer.hscore.config.Config
-
Reload the configuration
- reload() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- reload() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- reload() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- reload() - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- reload() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- remove(String...) - Method in interface me.hsgamer.hscore.config.Config
-
Remove the path from the configuration
- remove(String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- remove(Function<I, Optional<O>>) - Method in class me.hsgamer.hscore.builder.MassBuilder
-
Remove a build element
- remove(Player) - Static method in class me.hsgamer.hscore.minestom.board.Board
-
Remove the board for the player
- removeCurrentIndex(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.ListButton
-
Remove the current index for the unique id
- removeExternalReplacer(StringReplacer) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Remove an external replacer
- removeItemInInventory(Inventory, Collection<ItemStack>) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Remove the items in the inventory
- removeItemInInventory(Inventory, Predicate<ItemStack>, int) - Static method in class me.hsgamer.hscore.bukkit.utils.ItemUtils
-
Remove the matched items in the inventory
- removeItemModifier(ItemModifier<T>) - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Remove an item modifier
- removeRequest(I) - Method in class me.hsgamer.hscore.request.RequestManager
-
Remove a request
- removeRequests(I) - Method in class me.hsgamer.hscore.request.RequestManager
-
Remove all requests
- removeStateListener(BiConsumer<ExpansionClassLoader, ExpansionState>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Remove a state listener
- removeStringReplacer(StringReplacer) - Method in class me.hsgamer.hscore.minecraft.item.ItemBuilder
-
Remove a string replacer
- repeatCollection(Collection<T>, int) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Repeat the collection
- repeatElement(Collection<T>, int) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Repeat the element of the collection
- replace(String) - Method in interface me.hsgamer.hscore.common.StringReplacer
-
Replace a string
- replace(String) - Method in class me.hsgamer.hscore.variable.VariableManager
- replace(String, UUID) - Method in interface me.hsgamer.hscore.common.StringReplacer
-
Replace a string based on the unique id
- replace(String, UUID) - Method in class me.hsgamer.hscore.variable.VariableManager
- replaceChar(char, char, String, Map<Character, Supplier<Character>>) - Static method in class me.hsgamer.hscore.common.StringUtils
-
Replace all alternative character format to the final characters.
- replaceHex(char, Function<char[], String>, String) - Static method in class me.hsgamer.hscore.common.StringUtils
-
Replace HEX string with the replacer.
- replaceHybridColorCode(char, String) - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Replace the hybrid color format to the final color.
- replaceOrDefault(String, UUID, String) - Method in interface me.hsgamer.hscore.common.StringReplacer
-
Replace a string or return the default value
- replaceOrOriginal(String, UUID) - Method in interface me.hsgamer.hscore.common.StringReplacer
-
Replace a string or return the original value
- replacePattern(String, Pattern, Function<Matcher, String>) - Static method in class me.hsgamer.hscore.common.StringUtils
-
Replace the string given the pattern and the replacement function
- replacer - Variable in class me.hsgamer.hscore.variable.Variable
-
The string replacer
- replaceVariable(String) - Method in interface me.hsgamer.hscore.variable.VariableSession
-
Replace the variable with the replacement
- RequestManager<I,
D> - Class in me.hsgamer.hscore.request -
The generic request manager
- RequestManager() - Constructor for class me.hsgamer.hscore.request.RequestManager
- requireChildButtons() - Method in class me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
- requireChildButtons() - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
-
Whether to require child buttons
- requireChildElements() - Method in class me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
- requireChildElements() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
-
Whether this mask requires child elements
- requireChildElements() - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
- reset() - Method in class me.hsgamer.hscore.animate.Animation
-
Reset the animation
- reset() - Method in class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
-
Reset the iterator
- reset() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomPositionIterator
- reset() - Method in class me.hsgamer.hscore.minecraft.block.impl.iterator.RandomTypePositionIterator
- reset() - Method in class me.hsgamer.hscore.minecraft.block.iterator.BasePositionIterator
- reset() - Method in interface me.hsgamer.hscore.minecraft.block.iterator.PositionIterator
-
Reset the iterator
- reset(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
-
Reset the animation for the unique id
- reset(Position, BasePositionIterator) - Method in interface me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator.LinearCoordinate
-
Reset the next element
- resource - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- resource - Variable in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
- RESOURCE - Enum constant in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
The identifier of the resource
- resourceVersion - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- reverse(Collection<T>) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Reverse a collection
- rotate(Collection<T>, int) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Rotate a collection
- run() - Method in class me.hsgamer.hscore.task.BatchRunnable
S
- save() - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- save() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- save() - Method in interface me.hsgamer.hscore.config.Config
-
Save the configuration
- save() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- save() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- save() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- save() - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- save() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- saveResource(String, boolean) - Method in interface me.hsgamer.hscore.expansion.extra.expansion.DataFolder
-
Copy the resource from the expansion jar
- send(byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Send the data via the channel
- send(ServerInfo, byte[]) - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Send the data to a server
- send(ProxiedPlayer, byte[]) - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Send the data to a player
- send(PluginMessageRecipient, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Send the data via the sub-channel with the recipient
- send(PluginMessageRecipient, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Send the data via the channel with the recipient
- sendAll(byte[]) - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Send the data to all servers
- sendAll(byte[], boolean) - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Send the data to all servers
- sendForward(String, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Forward the data to other servers
- sendForward(PluginMessageRecipient, String, byte[]) - Method in class me.hsgamer.hscore.bukkit.channel.BungeeSubChannel
-
Forward the data to other servers
- sendMessage(Collection<CommandSender>, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message
- sendMessage(Collection<CommandSender>, String, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(Collection<CommandSender>, String, Supplier<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(UUID, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message
- sendMessage(UUID, String, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(UUID, String, Supplier<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(CommandSender, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message
- sendMessage(CommandSender, String, String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(CommandSender, String, Supplier<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Send message with prefix
- sendMessage(Plugin, PluginMessageRecipient, String, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Send the message to the player
- sendPluginMessage(Plugin, PluginMessageRecipient, byte[]) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Send the data to the BungeeCord main channel
- sendPluginMessage(Plugin, PluginMessageRecipient, String, byte[]) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Send the data to the channel
- sendRawMessage(Plugin, PluginMessageRecipient, String, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Send the raw message to the player
- SequencePaginatedMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
A button paginated mask, where each button is a page
- SequencePaginatedMask(Function<InventoryContext, List<Integer>>) - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
-
Create a new mask
- serialize() - Method in class me.hsgamer.hscore.database.Setting
-
Serialize the setting to the map
- serialize(O) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Serialize the output
- serialize(T) - Method in class me.hsgamer.hscore.serializer.DataConverter
-
Serialize the final object
- Serializer<I,
O> - Class in me.hsgamer.hscore.serializer -
The serializer
- Serializer() - Constructor for class me.hsgamer.hscore.serializer.Serializer
- SerializerInputFunction - Annotation Interface in me.hsgamer.hscore.serializer.annotation
- SerializerOutputFunction - Annotation Interface in me.hsgamer.hscore.serializer.annotation
- SerializerType - Annotation Interface in me.hsgamer.hscore.serializer.annotation
- set(Object, String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.config.annotated.AnnotatedConfig
- set(Object, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Set the value to the path
- set(Object, String...) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- set(Object, String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- setAction(Class<E>, Consumer<E>) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Set the action
- setAction(Consumer<ViewerEvent>) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Set the action
- setAmount(int) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
-
Set the amount
- setAmount(String) - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
-
Set the amount
- setButton(int, int, Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
-
Set the button
- setButton(int, Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
-
Set the button
- setButton(Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set the button
- setButton(InventoryPosition, Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
-
Set the button
- setButtonMap(Function<InventoryContext, Map<Integer, ActionItem>>) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Set the button map
- setCancelDragEvent(boolean) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
-
Set whether to cancel the drag event
- setCancelled(boolean) - Method in interface me.hsgamer.hscore.bukkit.gui.common.event.BukkitCancellableEvent
- setCancelled(boolean) - Method in interface me.hsgamer.hscore.minecraft.gui.common.event.CancellableEvent
-
Set the event to be cancelled
- setCancelled(boolean) - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
- setClickFuturePredicate(Function<ClickEvent, CompletableFuture<Boolean>>) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set the click future predicate
- setClickPredicate(Predicate<ClickEvent>) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set the click predicate
- setClientProperties(Map<String, Object>) - Method in class me.hsgamer.hscore.database.Setting
-
Set the client properties
- setClientProperty(String, Object) - Method in class me.hsgamer.hscore.database.Setting
-
Set the client property
- setComment(List<String>, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Set the block comment
- setComment(List<String>, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- setComment(CommentType, List<String>, String...) - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- setComment(CommentType, List<String>, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Set the comment This is a default empty method.
- setComment(CommentType, List<String>, String...) - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- setComment(CommentType, List<String>, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- setComment(CommentType, List<String>, String...) - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- setCycle(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Set if this paginated mask allows cycle page (The first page after the last page)
- setDatabaseName(String) - Method in class me.hsgamer.hscore.database.Setting
-
Set the database name
- setDefaultButton(Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
-
Set the default button
- setDefaultMask(Function<InventoryContext, Map<Integer, ActionItem>>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
-
Set the default mask
- setDisplayItemFunction(BiFunction<UUID, ItemStack, ItemStack>) - Method in class me.hsgamer.hscore.bukkit.gui.button.InputButton
-
Set the function to display the item on the GUI
- setDisplayItemFunction(BiFunction<UUID, ItemStack, ItemStack>) - Method in class me.hsgamer.hscore.bukkit.gui.button.OutputButton
-
Set the function to display the item on the GUI
- setDriverProperties(Map<String, Object>) - Method in class me.hsgamer.hscore.database.Setting
-
Set the driver properties
- setDriverProperty(String, Object) - Method in class me.hsgamer.hscore.database.Setting
-
Set the driver property
- setDurability(short) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
-
Set the durability
- setDurability(String) - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
-
Set the durability
- setExceptionHandler(Consumer<Throwable>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Set the exception handler
- setExceptionHandler(Consumer<Throwable>) - Method in class me.hsgamer.hscore.license.polymart.PolymartLicenseChecker
-
Set the exception handler
- setExpansionFactory(Function<ExpansionClassLoader, Expansion>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Set the factory to create
Expansion
fromExpansionClassLoader
- setFallbackButton(Function<InventoryContext, ActionItem>) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set the fallback button
- setFallbackMask(Function<InventoryContext, Map<Integer, ActionItem>>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
-
Set the fallback mask
- setFlag(ItemFlag...) - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
-
Add the flags to the modifier
- setHexSupportGlobalCheck(BooleanSupplier) - Static method in class me.hsgamer.hscore.bukkit.utils.ColorUtils
-
Set the global predicate that checks if the server supports hex colors
- setHost(String) - Method in class me.hsgamer.hscore.database.Setting
-
Set the host
- setIfAbsent(Object, String...) - Method in interface me.hsgamer.hscore.config.Config
-
Set the value to the path if it is not already set
- setIfAbsent(Object, String...) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- setIfAbsent(Object, String...) - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- setIfAbsent(Map<String[], Object>) - Method in interface me.hsgamer.hscore.config.Config
-
Set the values to the path if they are not already set
- setIfAbsent(Map<String[], Object>) - Method in class me.hsgamer.hscore.config.DecorativeConfig
- setInputItem(UUID, ItemStack) - Method in class me.hsgamer.hscore.bukkit.gui.button.InputButton
-
Set the input item for the unique id
- setIoExceptionConsumer(Consumer<IOException>) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Set the
IOException
consumer - setItem(int, ActionItem) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
- setItem(int, ActionItem) - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Set the item in the slot
- setItem(int, ActionItem) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- setItem(Object) - Method in class me.hsgamer.hscore.minecraft.gui.common.item.ActionItem
-
Set the item
- setKeepCurrentIndex(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.button.ListButton
-
Should the button keep the current index for the unique id?
- setLoggerProvider(Function<String, Logger>) - Static method in class me.hsgamer.hscore.logger.provider.LoggerProvider
-
Set the logger provider
- setLore(String...) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
-
Set the lore
- setLore(Collection<String>) - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
-
Set the lore
- setMask(UUID, Function<InventoryContext, Map<Integer, ActionItem>>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
-
Set the mask for the unique id
- setMask(Function<InventoryContext, Map<Integer, ActionItem>>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
-
Set the mask
- setMaterial(String...) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
-
Set the material
- setMaterial(Material) - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
-
Set the material
- setMoveItemOnBottom(boolean) - Method in class me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
-
Set whether to allow moving items in the bottom inventory
- setName(String) - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
-
Set the name
- setOutputItem(UUID, ItemStack) - Method in class me.hsgamer.hscore.bukkit.gui.button.OutputButton
-
Set the output item for the unique id
- setPage(UUID, int) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
-
Set the page for the unique id
- setPassword(String) - Method in class me.hsgamer.hscore.database.Setting
-
Set the password
- setPeriodMillis(long) - Method in class me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
-
Set the period of the animation
- setPeriodMillis(long) - Method in class me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
-
Set the period of the animation
- setPeriodMillis(long) - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
-
Set the period of the animation
- setPort(String) - Method in class me.hsgamer.hscore.database.Setting
-
Set the port
- setPotionEffect(String...) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
-
Set the potion effect
- setPotionEffect(Collection<PotionEffect>) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
-
Set the potion effect
- setPotionEffect(List<String>) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
-
Set the potion effect
- setPotionEffect(PotionEffect...) - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
-
Set the potion effect
- setPrefix(String) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Set the default prefix
- setPrefix(Supplier<String>) - Static method in class me.hsgamer.hscore.bukkit.utils.MessageUtils
-
Set the default prefix
- setPreventSpamClick(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set whether to prevent spam click when checking click predicate
- setProperty(CommonLicenseProperty, String) - Method in class me.hsgamer.hscore.license.common.LicenseProperties
-
Set the property
- setRemapper(BiFunction<File, ExpansionDescription, Optional<File>>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Get the function to remap the expansion file
- setSingleVariables(String, UUID) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Replace the variables of the string (single time)
- setSortAndFilterFunction(UnaryOperator<Map<String, ExpansionClassLoader>>) - Method in class me.hsgamer.hscore.expansion.common.ExpansionManager
-
Set the function to sort and filter the
ExpansionClassLoader
s - setStatement(String) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Set the statement
- setThrowable(Throwable) - Method in class me.hsgamer.hscore.expansion.common.ExpansionClassLoader
-
Set the throwable if the expansion is in
ExpansionState.ERROR
- setTimeout(long, TimeUnit) - Method in class me.hsgamer.hscore.task.BatchRunnable
-
Set the timeout for each task
- Setting - Class in me.hsgamer.hscore.database
-
The setting for connection
- setup() - Method in class me.hsgamer.hscore.bukkit.config.BukkitConfig
- setup() - Method in class me.hsgamer.hscore.bungeecord.config.BungeeConfig
- setup() - Method in class me.hsgamer.hscore.config.annotated.AnnotatedConfig
- setup() - Method in interface me.hsgamer.hscore.config.Config
-
Set up the configuration
- setup() - Method in class me.hsgamer.hscore.config.configurate.ConfigurateConfig
- setup() - Method in class me.hsgamer.hscore.config.DecorativeConfig
- setup() - Method in class me.hsgamer.hscore.config.gson.GsonConfig
- setup() - Method in class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
- setup() - Method in class me.hsgamer.hscore.config.simplixstorage.LightningConfig
- setup() - Method in class me.hsgamer.hscore.downloader.core.Downloader
-
Set up the downloader
- setUsername(String) - Method in class me.hsgamer.hscore.database.Setting
-
Set the username
- setValue(Object) - Method in class me.hsgamer.hscore.config.proxy.ConfigNode
-
Set the value to the config
- setValue(V) - Method in class me.hsgamer.hscore.common.Pair
-
Set the value
- setValues(Object...) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Set the values
- setValues(List<Object>) - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Set the values
- setVariables(String, UUID) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Replace the variables of the string until it cannot be replaced anymore
- setViewLast(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
-
Set whether to view the last frame when the animation is finished
- setViewPredicate(Predicate<UUID>) - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
-
Set the view predicate
- setViewPredicate(Predicate<UUID>) - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
-
Set the view predicate
- SIDE - Enum constant in enum class me.hsgamer.hscore.config.CommentType
-
A line type at the end of the value
- simple(String, String, String, Map<String, Object>) - Static method in interface me.hsgamer.hscore.expansion.common.ExpansionDescription
-
Create a simple
ExpansionDescription
- SimpleButton - Class in me.hsgamer.hscore.minecraft.gui.button
-
A simple button
- SimpleButton(Object) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
-
Create a new button
- SimpleButton(Object, Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
-
Create a new button
- SimpleButton(Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
-
Create a new button with a null item
- SimpleButton(Function<UUID, Object>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
-
Create a new button
- SimpleButton(Function<UUID, Object>, Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.SimpleButton
-
Create a new simple button
- SimpleButtonMap - Class in me.hsgamer.hscore.minecraft.gui.map.simple
-
A simple button map
- SimpleButtonMap() - Constructor for class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
- SimpleConfig<T> - Class in me.hsgamer.hscore.config.simpleconfiguration
-
The
Config
implementation for SimpleYAML - SimpleConfig(File, T) - Constructor for class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
-
Create a new config
- SimpleConfig(File, T, BiConsumer<File, T>) - Constructor for class me.hsgamer.hscore.config.simpleconfiguration.SimpleConfig
-
Create a new config
- SimpleConverter - Class in me.hsgamer.hscore.config.annotation.converter.impl
-
A simple
Converter
that use an operator to convert raw value to final value - SimpleConverter(UnaryOperator<Object>) - Constructor for class me.hsgamer.hscore.config.annotation.converter.impl.SimpleConverter
-
Create a new converter
- SimpleGUIBuilder - Class in me.hsgamer.hscore.minecraft.gui.map.simple
-
The builder for
SimpleButtonMap
- SingleMask - Class in me.hsgamer.hscore.minecraft.gui.mask
-
The simple mask with a single button
- SingleMask(int, Function<InventoryContext, ActionItem>) - Constructor for class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
-
Create a new mask
- sizeX() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the X-size of the box
- sizeY() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the Y-size of the box
- sizeZ() - Method in class me.hsgamer.hscore.minecraft.block.box.BlockBox
-
Get the Z-size of the box
- SLF4JLogger - Class in me.hsgamer.hscore.logger.slf4j
-
The
Logger
forLogger
- SLF4JLogger(Class<?>) - Constructor for class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
-
Create a new logger
- SLF4JLogger(String) - Constructor for class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
-
Create a new logger
- SLF4JLogger(Logger) - Constructor for class me.hsgamer.hscore.logger.slf4j.SLF4JLogger
-
Create a new logger
- slot - Variable in class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
- SpigotLicenseChecker - Class in me.hsgamer.hscore.license.spigotmc
-
The license checker for SpigotMC
- SpigotLicenseChecker(String) - Constructor for class me.hsgamer.hscore.license.spigotmc.SpigotLicenseChecker
-
Create a new license checker with the default fetcher
- SpigotLicenseChecker(String, SpigotLicenseFetcher) - Constructor for class me.hsgamer.hscore.license.spigotmc.SpigotLicenseChecker
-
Create a new license checker
- SpigotLicenseEntry - Class in me.hsgamer.hscore.license.spigotmc
-
The license entry for SpigotMC
- SpigotLicenseEntry(String, String, String) - Constructor for class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
- SpigotLicenseFetcher - Interface in me.hsgamer.hscore.license.spigotmc
-
Fetch the
SpigotLicenseEntry
- SpigotVersionChecker - Class in me.hsgamer.hscore.checker.spigotmc
-
A simple version checker for SpigotMC
- SpigotVersionChecker(int) - Constructor for class me.hsgamer.hscore.checker.spigotmc.SpigotVersionChecker
-
Create a version checker
- SpigotVersionChecker(int, UserAgent) - Constructor for class me.hsgamer.hscore.checker.spigotmc.SpigotVersionChecker
-
Create a version checker
- split(String, String) - Static method in interface me.hsgamer.hscore.config.PathString
-
Split the path with the separator
- split(String, Map<String, Object>) - Static method in interface me.hsgamer.hscore.config.PathString
-
Split the path with the separator
- splitAll(String, Collection<String>) - Static method in class me.hsgamer.hscore.common.CollectionUtils
-
Split the strings from the string list
- splitDefault(String) - Static method in interface me.hsgamer.hscore.config.PathString
-
Split the path with the default separator
- splitDefault(Map<String, Object>) - Static method in interface me.hsgamer.hscore.config.PathString
-
Split the path with the default separator
- SqlClient<T> - Interface in me.hsgamer.hscore.database.client.sql
-
The interface for SQL client
- SqliteBaseDriver - Interface in me.hsgamer.hscore.database.driver.sqlite
-
A driver for SQLite
- SqliteFileDriver - Class in me.hsgamer.hscore.database.driver.sqlite
-
A driver for SQLite (File Mode)
- SqliteFileDriver() - Constructor for class me.hsgamer.hscore.database.driver.sqlite.SqliteFileDriver
- SqliteFileDriver(File) - Constructor for class me.hsgamer.hscore.database.driver.sqlite.SqliteFileDriver
- SqliteMemoryDriver - Class in me.hsgamer.hscore.database.driver.sqlite
-
A driver for SQLite (In-Memory Mode)
- SqliteMemoryDriver() - Constructor for class me.hsgamer.hscore.database.driver.sqlite.SqliteMemoryDriver
- SqlServerDriver - Class in me.hsgamer.hscore.database.driver.sqlserver
-
A driver for Microsoft SQL Server
- SqlServerDriver() - Constructor for class me.hsgamer.hscore.database.driver.sqlserver.SqlServerDriver
- StatementBuilder - Class in me.hsgamer.hscore.database.client.sql
-
The
PreparedStatement
builder - StatementBuilder.Executor<T> - Interface in me.hsgamer.hscore.database.client.sql
-
The executor to execute the statement
- StatementBuilder.ResultSetConsumer - Interface in me.hsgamer.hscore.database.client.sql
-
The consumer to consume the
ResultSet
- StatementBuilder.ResultSetConverter<T> - Interface in me.hsgamer.hscore.database.client.sql
-
The converter to convert the
ResultSet
to the result - StickyValue - Annotation Interface in me.hsgamer.hscore.config.annotation
-
A marker annotation to mark a field or method as a sticky value
- stop() - Method in class me.hsgamer.hscore.bukkit.gui.button.InputButton
- stop() - Method in class me.hsgamer.hscore.bukkit.gui.button.OutputButton
- stop() - Method in class me.hsgamer.hscore.bukkit.gui.holder.listener.BukkitInventoryListener
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.MultiButton
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.PredicateButton
- stop() - Method in interface me.hsgamer.hscore.minecraft.gui.common.GUIElement
-
Stop the element.
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.map.simple.SimpleButtonMap
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.ButtonPaginatedMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MaskPaginatedMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.OneTimeAnimatedMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.PredicateMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.mask.SingleMask
- stop() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- StringConverter<T> - Class in me.hsgamer.hscore.config.annotation.converter.impl
- StringConverter() - Constructor for class me.hsgamer.hscore.config.annotation.converter.impl.StringConverter
- StringReplacer - Interface in me.hsgamer.hscore.common
-
A simple interface for String replacement
- StringUtils - Class in me.hsgamer.hscore.common
-
Methods for String
- SystemLogger - Class in me.hsgamer.hscore.logger.system
-
The system
Logger
- SystemLogger(Class<?>) - Constructor for class me.hsgamer.hscore.logger.system.SystemLogger
-
Create a new logger
- SystemLogger(String) - Constructor for class me.hsgamer.hscore.logger.system.SystemLogger
-
Create a new logger
T
- takeRunnable - Variable in class me.hsgamer.hscore.bukkit.utils.ItemUtils.ItemCheckSession
-
The runnable to remove the items from the inventory
- TaskData - Interface in me.hsgamer.hscore.task.element
-
The data storage for the task
- TaskPool - Class in me.hsgamer.hscore.task.element
-
The task pool of the
BatchRunnable
- TaskPool(int) - Constructor for class me.hsgamer.hscore.task.element.TaskPool
-
Create a new task pool
- TaskProcess - Interface in me.hsgamer.hscore.task.element
-
The task process.
- TellAction - Class in me.hsgamer.hscore.bukkit.action
-
The action to tell a message to the player
- TellAction(String) - Constructor for class me.hsgamer.hscore.bukkit.action.TellAction
-
Create a new action
- timestamp - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.AmountModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.DurabilityModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.EnchantmentModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.ItemFlagModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.LoreModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.MaterialModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.NameModifier
- toObject() - Method in class me.hsgamer.hscore.bukkit.item.modifier.PotionEffectModifier
- toObject() - Method in interface me.hsgamer.hscore.minecraft.item.ItemModifier
-
Serialize the modifier to an object
- toProperties() - Method in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
-
Convert to properties
- toProperties() - Method in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
-
Convert to properties
- toQueryMap() - Method in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
-
Convert to a query map
- tryReplace(String, UUID) - Method in interface me.hsgamer.hscore.common.StringReplacer
-
Try to replace a string based on the unique id.
- TYPE - Enum constant in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
The type of the license
U
- UNKNOWN - Enum constant in enum class me.hsgamer.hscore.expansion.common.ExpansionState
- UNKNOWN - Enum constant in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
Unknown status
- unregister() - Method in class me.hsgamer.hscore.bukkit.channel.Channel
-
Unregister the channel
- unregister() - Method in class me.hsgamer.hscore.bungeecord.channel.Channel
-
Unregister the channel
- unregister(Class<? extends O>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Unregister an entry
- unregister(String) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Unregister an entry
- unregister(String) - Method in class me.hsgamer.hscore.variable.VariableBundle
-
Unregister a variable
- unregister(String) - Method in class me.hsgamer.hscore.variable.VariableManager
-
Unregister a variable
- unregister(Plugin) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Unregister the BungeeCord main channel from the plugin
- unregister(Plugin, String) - Static method in class me.hsgamer.hscore.bukkit.channel.BungeeUtils
-
Unregister the channel from the plugin
- unregisterAll() - Method in class me.hsgamer.hscore.variable.VariableBundle
-
Unregister all variables
- unregisterConverter(Type) - Static method in class me.hsgamer.hscore.config.annotation.converter.manager.DefaultConverterManager
-
Unregister the converter for the type
- update() - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Update the statement
- update() - Method in class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
-
Update the inventory
- update(Player) - Method in class me.hsgamer.hscore.minestom.board.Board
-
Update the board for the player
- updateSafe() - Method in class me.hsgamer.hscore.database.client.sql.StatementBuilder
-
Update the statement but ignore the exception
- user - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- user - Variable in class me.hsgamer.hscore.license.spigotmc.SpigotLicenseEntry
- USER - Enum constant in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
The identifier of the user
- UserAgent - Class in me.hsgamer.hscore.web
-
The user agent
- UserAgent(String) - Constructor for class me.hsgamer.hscore.web.UserAgent
-
Create a new user agent
- userMasks - Variable in class me.hsgamer.hscore.minecraft.gui.mask.PlaceholderMask
- username - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
V
- VALID - Enum constant in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
The license is valid
- Validate - Class in me.hsgamer.hscore.common
-
Methods to validate
- value() - Element in annotation interface me.hsgamer.hscore.config.annotation.Comment
-
Get the comment
- value() - Element in annotation interface me.hsgamer.hscore.config.annotation.ConfigPath
-
Get the config path
- value() - Element in annotation interface me.hsgamer.hscore.serializer.annotation.SerializerType
- valueOf(String) - Static method in enum class me.hsgamer.hscore.config.CommentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.hsgamer.hscore.expansion.common.ExpansionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.hsgamer.hscore.logger.common.LogLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class me.hsgamer.hscore.config.CommentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.hsgamer.hscore.expansion.common.ExpansionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.hsgamer.hscore.license.common.CommonLicenseProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.hsgamer.hscore.license.common.LicenseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.hsgamer.hscore.logger.common.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variable - Class in me.hsgamer.hscore.variable
-
A variable
- VariableBundle - Class in me.hsgamer.hscore.variable
-
A bundle of variables that is useful for grouping variables
- VariableBundle() - Constructor for class me.hsgamer.hscore.variable.VariableBundle
-
Create a new bundle for the global variable manager
- VariableBundle(VariableManager) - Constructor for class me.hsgamer.hscore.variable.VariableBundle
-
Create a new bundle for the variable manager
- VariableManager - Class in me.hsgamer.hscore.variable
-
The variable manager for the instance
- VariableManager() - Constructor for class me.hsgamer.hscore.variable.VariableManager
-
Create a new variable manager with the default
VariableSession
with the default ignore char\
. - VariableManager(char, char) - Constructor for class me.hsgamer.hscore.variable.VariableManager
-
Create a new variable manager with the default
VariableSession
with the user-defined ignore char. - VariableManager(Function<String, VariableSession>) - Constructor for class me.hsgamer.hscore.variable.VariableManager
-
Create a new variable manager
- VariableSession - Interface in me.hsgamer.hscore.variable
-
A session for replacing variables
- VectorIterator - Class in me.hsgamer.hscore.bukkit.block
-
The
PositionIterator
forVector
- VectorIterator(PositionIterator) - Constructor for class me.hsgamer.hscore.bukkit.block.VectorIterator
-
Create a new iterator
- verifyToken - Variable in class me.hsgamer.hscore.license.polymart.PolymartLicenseEntry
- VersionChecker - Interface in me.hsgamer.hscore.checker
-
The interface for the version checker
- VersionUtils - Class in me.hsgamer.hscore.bukkit.utils
-
The helper class for server versions
- ViewerEvent - Interface in me.hsgamer.hscore.minecraft.gui.common.event
-
The event that has a viewer
W
- WARN - Enum constant in enum class me.hsgamer.hscore.logger.common.LogLevel
-
A warning message
- WebInputStreamLoader - Class in me.hsgamer.hscore.downloader.webstream
-
A simple
InputStreamLoader
that downloads files from a web stream - WebInputStreamLoader() - Constructor for class me.hsgamer.hscore.downloader.webstream.WebInputStreamLoader
-
Create a new
WebInputStreamLoader
- WebInputStreamLoader(UserAgent) - Constructor for class me.hsgamer.hscore.downloader.webstream.WebInputStreamLoader
-
Create a new
WebInputStreamLoader
- WebUtils - Class in me.hsgamer.hscore.web
-
Methods on web
- WrappedPositionIterator<T> - Class in me.hsgamer.hscore.minecraft.block.adapt
-
The
PositionIterator
for any type - WrappedPositionIterator(PositionIterator) - Constructor for class me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator
-
Create a new iterator
X
- x - Variable in class me.hsgamer.hscore.minecraft.block.box.Position
-
The x-axis
- X_COORDINATE - Static variable in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
-
A linear subject for the x-axis
Y
- y - Variable in class me.hsgamer.hscore.minecraft.block.box.Position
-
The y-axis
- Y_COORDINATE - Static variable in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
-
A linear subject for the y-axis
Z
- z - Variable in class me.hsgamer.hscore.minecraft.block.box.Position
-
The z-axis
- Z_COORDINATE - Static variable in class me.hsgamer.hscore.minecraft.block.impl.iterator.LinearPositionIterator
-
A linear subject for the z-axis
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form