所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • top.redstarmc.plugin.velocitytitle.core.api.AbstractLoggerManager
      • top.redstarmc.plugin.velocitytitle.spigot.manager.LoggerManager
      • top.redstarmc.plugin.velocitytitle.velocity.manager.LoggerManager
    • top.redstarmc.plugin.velocitytitle.core.api.AbstractTomlManager
      • top.redstarmc.plugin.velocitytitle.spigot.manager.ConfigManager
      • top.redstarmc.plugin.velocitytitle.velocity.manager.ConfigManager
        • top.redstarmc.plugin.velocitytitle.velocity.configuration.Config
        • top.redstarmc.plugin.velocitytitle.velocity.configuration.Language
    • top.redstarmc.plugin.velocitytitle.spigot.manager.CacheManager
    • top.redstarmc.plugin.velocitytitle.spigot.CommandBuilder
    • top.redstarmc.plugin.velocitytitle.velocity.configuration.CommandInfo
    • top.redstarmc.plugin.velocitytitle.velocity.command.title.CreateBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.database.DataBaseOperate
    • top.redstarmc.plugin.velocitytitle.velocity.database.DebugHandler (implements cc.carm.lib.easysql.api.function.SQLDebugHandler)
    • top.redstarmc.plugin.velocitytitle.velocity.command.title.DeleteBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.command.player.DivideBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.manager.EasySQLManager
    • top.redstarmc.plugin.velocitytitle.velocity.command.title.EditBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.core.util.IOUtils
    • top.redstarmc.plugin.velocitytitle.velocity.command.player.ListBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.command.title.ListBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.Listener
    • top.redstarmc.plugin.velocitytitle.velocity.command.title.MetaBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.core.util.NetWorkReader
    • top.redstarmc.plugin.velocitytitle.velocity.command.player.PickBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • me.clip.placeholderapi.PlaceholderHook
      • me.clip.placeholderapi.expansion.PlaceholderExpansion
    • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
      • org.bukkit.plugin.java.JavaPlugin
        • top.redstarmc.plugin.velocitytitle.spigot.VelocityTitleSpigot (implements org.bukkit.event.Listener)
    • top.redstarmc.plugin.velocitytitle.velocity.PluginMessage
    • top.redstarmc.plugin.velocitytitle.spigot.PluginMessageBukkit (implements org.bukkit.plugin.messaging.PluginMessageListener)
    • top.redstarmc.plugin.velocitytitle.velocity.command.ReloadBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.command.player.RevokeBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)
    • top.redstarmc.plugin.velocitytitle.velocity.util.TextSer
    • top.redstarmc.plugin.velocitytitle.core.util.toStrings
    • top.redstarmc.plugin.velocitytitle.velocity.VelocityTitleVelocity
    • top.redstarmc.plugin.velocitytitle.velocity.command.player.WearBuilder (implements top.redstarmc.plugin.velocitytitle.velocity.command.VelocityTitleCommand)

接口分层结构

枚举类分层结构

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
      • top.redstarmc.plugin.velocitytitle.velocity.pojo.CommandResp
      • top.redstarmc.plugin.velocitytitle.velocity.database.table.PlayerTitles (implements cc.carm.lib.easysql.api.SQLTable)
      • top.redstarmc.plugin.velocitytitle.velocity.database.table.PlayerWear (implements cc.carm.lib.easysql.api.SQLTable)
      • top.redstarmc.plugin.velocitytitle.velocity.database.table.TitleDictionary (implements cc.carm.lib.easysql.api.SQLTable)
      • top.redstarmc.plugin.velocitytitle.velocity.pojo.TitleInfoType
      • top.redstarmc.plugin.velocitytitle.velocity.pojo.TitleType

记录类分层结构