Package Hierarchies:
- me.hsgamer.topper.agent.core,
- me.hsgamer.topper.agent.holder,
- me.hsgamer.topper.agent.runnable,
- me.hsgamer.topper.agent.snapshot,
- me.hsgamer.topper.agent.storage,
- me.hsgamer.topper.agent.update,
- me.hsgamer.topper.core,
- me.hsgamer.topper.query.core,
- me.hsgamer.topper.query.forward,
- me.hsgamer.topper.query.holder,
- me.hsgamer.topper.query.simple,
- me.hsgamer.topper.query.snapshot,
- me.hsgamer.topper.spigot.agent.runnable,
- me.hsgamer.topper.spigot.plugin,
- me.hsgamer.topper.spigot.plugin.builder,
- me.hsgamer.topper.spigot.plugin.command,
- me.hsgamer.topper.spigot.plugin.config,
- me.hsgamer.topper.spigot.plugin.config.converter,
- me.hsgamer.topper.spigot.plugin.event,
- me.hsgamer.topper.spigot.plugin.holder,
- me.hsgamer.topper.spigot.plugin.holder.display,
- me.hsgamer.topper.spigot.plugin.hook,
- me.hsgamer.topper.spigot.plugin.hook.miniplaceholders,
- me.hsgamer.topper.spigot.plugin.hook.placeholderapi,
- me.hsgamer.topper.spigot.plugin.listener,
- me.hsgamer.topper.spigot.plugin.manager,
- me.hsgamer.topper.spigot.query.forward.miniplaceholders,
- me.hsgamer.topper.spigot.query.forward.placeholderapi,
- me.hsgamer.topper.spigot.query.forward.plugin,
- me.hsgamer.topper.spigot.storage.simple,
- me.hsgamer.topper.spigot.storage.simple.supplier,
- me.hsgamer.topper.spigot.value.miniplaceholders,
- me.hsgamer.topper.spigot.value.placeholderapi,
- me.hsgamer.topper.spigot.value.statistic,
- me.hsgamer.topper.storage.core,
- me.hsgamer.topper.storage.simple.builder,
- me.hsgamer.topper.storage.simple.config,
- me.hsgamer.topper.storage.simple.converter,
- me.hsgamer.topper.storage.simple.flat,
- me.hsgamer.topper.storage.simple.mysql,
- me.hsgamer.topper.storage.simple.setting,
- me.hsgamer.topper.storage.simple.sql,
- me.hsgamer.topper.storage.simple.sqlite,
- me.hsgamer.topper.storage.simple.supplier,
- me.hsgamer.topper.value.core,
- me.hsgamer.topper.value.string
Class Hierarchy
- java.lang.Object
- org.bukkit.command.Command
- me.hsgamer.topper.storage.simple.converter.ComplexValueConverter<T> (implements me.hsgamer.topper.storage.simple.converter.ValueConverter<T>)
- me.hsgamer.topper.storage.simple.converter.ComplexValueConverter.Builder<T>
- me.hsgamer.topper.spigot.storage.simple.supplier.ConfigStorageSupplier (implements me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier)
- me.hsgamer.topper.storage.simple.config.DatabaseConfig (implements me.hsgamer.topper.storage.simple.setting.DatabaseSetting)
- me.hsgamer.topper.core.DataEntry<K,V>
- me.hsgamer.topper.core.DataHolder<K,V>
- me.hsgamer.topper.spigot.plugin.manager.EntryConsumeManager (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.plugin.manager.EntryConsumeManager.Context
- org.bukkit.event.Event
- me.hsgamer.topper.storage.simple.flat.FlatStorageSupplier (implements me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier)
- me.hsgamer.topper.query.holder.HolderQuery.Context<K,V,H> (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.topper.spigot.plugin.hook.HookSystem (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.plugin.listener.JoinListener (implements io.github.projectunified.minelib.plugin.listener.ListenerComponent)
- me.hsgamer.hscore.builder.MassBuilder<I,O>
- me.hsgamer.hscore.builder.Builder<R,V>
- me.hsgamer.hscore.builder.FunctionalMassBuilder<I,O>
- me.hsgamer.topper.spigot.plugin.hook.miniplaceholders.MiniPlaceholdersHook (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.query.forward.miniplaceholders.MiniPlaceholdersQueryForwarder<C> (implements java.util.function.Consumer<T>)
- me.hsgamer.topper.spigot.value.miniplaceholders.MiniPlaceholderValueProvider (implements me.hsgamer.topper.value.core.ValueProvider<K,V>)
- me.hsgamer.topper.storage.simple.converter.NumberConverter<T> (implements me.hsgamer.topper.storage.simple.converter.ValueConverter<T>)
- me.hsgamer.topper.value.string.NumberStringDeformatter (implements java.util.function.UnaryOperator<T>)
- me.hsgamer.topper.value.string.NumberStringDeformatter.Settings
- io.github.projectunified.minelib.plugin.permission.PermissionComponent (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.plugin.hook.placeholderapi.PlaceholderAPIHook (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.query.forward.placeholderapi.PlaceholderQueryForwarder<C> (implements java.util.function.Consumer<T>)
- me.hsgamer.topper.spigot.value.placeholderapi.PlaceholderValueProvider (implements me.hsgamer.topper.value.core.ValueProvider<K,V>)
- org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
- org.bukkit.plugin.java.JavaPlugin
- io.github.projectunified.minelib.plugin.base.BasePlugin (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.query.forward.QueryForward<A,C>
- me.hsgamer.topper.spigot.plugin.manager.QueryForwardManager (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.spigot.plugin.manager.QueryForwardManager.ForwardContext (implements me.hsgamer.topper.spigot.query.forward.plugin.PluginContext, me.hsgamer.topper.query.forward.QueryForwardContext<A>)
- me.hsgamer.topper.query.core.QueryManager<A> (implements me.hsgamer.topper.query.core.Query<A>)
- me.hsgamer.topper.query.core.QueryResult
- me.hsgamer.topper.agent.runnable.RunnableAgent (implements me.hsgamer.topper.agent.core.Agent)
- me.hsgamer.topper.query.simple.SimpleQuery<A,C> (implements me.hsgamer.topper.query.core.Query<A>)
- me.hsgamer.topper.query.simple.SimpleQueryContext (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.topper.storage.simple.converter.SimpleValueConverter<T> (implements me.hsgamer.topper.storage.simple.converter.ValueConverter<T>)
- me.hsgamer.topper.agent.snapshot.SnapshotAgent<K,V> (implements me.hsgamer.topper.agent.core.Agent, java.lang.Runnable)
- me.hsgamer.topper.query.snapshot.SnapshotQuery.Context<K,V> (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.topper.spigot.storage.simple.SpigotDataStorageBuilder
- me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier (implements me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier)
- me.hsgamer.topper.spigot.value.statistic.StatisticValueProvider (implements me.hsgamer.topper.value.core.ValueProvider<K,V>)
- me.hsgamer.topper.agent.storage.StorageAgent<K,V> (implements me.hsgamer.topper.agent.core.Agent, me.hsgamer.topper.agent.core.DataEntryAgent<K,V>, java.lang.Runnable)
- me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter<T> (implements me.hsgamer.hscore.config.annotation.converter.Converter)
- me.hsgamer.topper.spigot.plugin.manager.TopManager (implements io.github.projectunified.minelib.plugin.base.Loadable)
- me.hsgamer.topper.agent.update.UpdateAgent<K,V> (implements me.hsgamer.topper.agent.core.DataEntryAgent<K,V>, java.lang.Runnable)
- me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay (implements me.hsgamer.topper.query.simple.SimpleQueryDisplay<K,V>)
- me.hsgamer.topper.value.core.ValueWrapper<T>