所有程序包的分层结构
- cn.handyplus.title,
- cn.handyplus.title.api,
- cn.handyplus.title.api.param,
- cn.handyplus.title.constants,
- cn.handyplus.title.entity,
- cn.handyplus.title.event
类分层结构
- java.lang.Object
- cn.handyplus.title.constants.BuffType
- org.bukkit.event.Event
- cn.handyplus.title.event.PlayerCustomTitleEvent
- cn.handyplus.title.event.PlayerTitleBuffEvent
- cn.handyplus.title.event.PlayerUseTitleEvent
- cn.handyplus.title.api.PlayerTitleApi
- org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
- org.bukkit.plugin.java.JavaPlugin
- cn.handyplus.title.PlayerTitle
- org.bukkit.plugin.java.JavaPlugin
- cn.handyplus.title.entity.TitleBuff (implements java.io.Serializable)
- cn.handyplus.title.api.param.TitleBuffParam
- cn.handyplus.title.entity.TitleCoin (implements java.io.Serializable)
- cn.handyplus.title.entity.TitleList (implements java.io.Serializable)
- cn.handyplus.title.api.param.TitleListParam
- cn.handyplus.title.entity.TitleParticle (implements java.io.Serializable)
- cn.handyplus.title.api.param.TitleParticleParam
- cn.handyplus.title.entity.TitlePlayer (implements java.io.Serializable)
- cn.handyplus.title.entity.TitleRequire (implements java.io.Serializable)
- cn.handyplus.title.api.param.TitleRequireParam
- cn.handyplus.title.entity.TitleReward (implements java.io.Serializable)
- cn.handyplus.title.entity.TitleRewardLog (implements java.io.Serializable)
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.handyplus.title.constants.BuffApplyTypeEnum
- cn.handyplus.title.constants.BuffTypeEnum
- cn.handyplus.title.constants.BuyTypeEnum
- cn.handyplus.title.constants.ParticleTypeEnum
- cn.handyplus.title.constants.PotionEffectBuffEnum
- cn.handyplus.title.constants.TitlePositionEnum
- cn.handyplus.title.constants.TitleUseTypeEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)