所有程序包的分层结构
- com.handy.playertask,
- com.handy.playertask.api,
- com.handy.playertask.constants,
- com.handy.playertask.entity,
- com.handy.playertask.event
类分层结构
- java.lang.Object
- org.bukkit.event.Event
- com.handy.playertask.event.PlayerTaskScheduleEvent
- com.handy.playertask.api.PlayerTaskApi
- org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
- org.bukkit.plugin.java.JavaPlugin
- com.handy.playertask.PlayerTask
- org.bukkit.plugin.java.JavaPlugin
- com.handy.playertask.entity.TaskDemand
- com.handy.playertask.entity.TaskList
- com.handy.playertask.entity.TaskPlayerDemand
- com.handy.playertask.entity.TaskRewards
- org.bukkit.event.Event
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.handy.playertask.constants.DemandTypeEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)