Hierarchy For All Packages
- fr.luc.crcore,
- fr.luc.crcore.command,
- fr.luc.crcore.command.builtin,
- fr.luc.crcore.command.builtin.team,
- fr.luc.crcore.common,
- fr.luc.crcore.database,
- fr.luc.crcore.placeholder,
- fr.luc.crcore.player,
- fr.luc.crcore.player.event,
- fr.luc.crcore.team,
- fr.luc.crcore.team.event
Class Hierarchy
- java.lang.Object
- fr.luc.crcore.command.AbstractCommand (implements fr.luc.crcore.command.Command)
- fr.luc.crcore.command.BaseCommand (implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter)
- fr.luc.crcore.command.builtin.CoreCommand
- fr.luc.crcore.command.SubCommand
- fr.luc.crcore.command.builtin.team.TeamAddSubCommand
- fr.luc.crcore.command.builtin.team.TeamCreateSubCommand
- fr.luc.crcore.command.builtin.team.TeamDeleteSubCommand
- fr.luc.crcore.command.builtin.team.TeamGroupSubCommand
- fr.luc.crcore.command.builtin.team.TeamInfoSubCommand
- fr.luc.crcore.command.builtin.team.TeamJoinSubCommand
- fr.luc.crcore.command.builtin.team.TeamLeaveSubCommand
- fr.luc.crcore.command.builtin.team.TeamListSubCommand
- fr.luc.crcore.command.builtin.team.TeamRemoveSubCommand
- fr.luc.crcore.command.builtin.team.TeamScoreSubCommand
- fr.luc.crcore.command.builtin.team.TeamSetLeaderSubCommand
- fr.luc.crcore.command.builtin.team.TeamSetSpawnSubCommand
- fr.luc.crcore.command.builtin.team.TeamTopSubCommand
- fr.luc.crcore.command.builtin.team.TeamTransferSubCommand
- fr.luc.crcore.command.builtin.team.TeamVisibilitySubCommand
- fr.luc.crcore.command.BaseCommand (implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter)
- fr.luc.crcore.common.AbstractEntity (implements fr.luc.crcore.common.Identifiable)
- fr.luc.crcore.player.PlayerProfile (implements fr.luc.crcore.common.ScoreHolder)
- fr.luc.crcore.team.Team (implements fr.luc.crcore.common.Named, fr.luc.crcore.common.ScoreHolder)
- fr.luc.crcore.team.TeamMember
- fr.luc.crcore.command.ArgumentTypes
- fr.luc.crcore.command.CommandContext
- fr.luc.crcore.command.CommandResult
- fr.luc.crcore.CRCore
- fr.luc.crcore.CRCoreConfig
- fr.luc.crcore.database.Database (implements java.lang.AutoCloseable)
- org.bukkit.event.Event
- fr.luc.crcore.player.event.PlayerProfileEvent
- fr.luc.crcore.player.event.PlayerProfileCreateEvent
- fr.luc.crcore.player.event.PlayerProfileDeleteEvent
- fr.luc.crcore.player.event.PlayerScoreChangeEvent
- fr.luc.crcore.team.event.TeamEvent
- fr.luc.crcore.team.event.PlayerJoinTeamEvent
- fr.luc.crcore.team.event.TeamCreateEvent
- fr.luc.crcore.team.event.TeamDissolveEvent
- fr.luc.crcore.team.event.TeamLeadershipTransferEvent
- fr.luc.crcore.team.event.TeamMemberAddEvent
- fr.luc.crcore.team.event.TeamMemberRemoveEvent
- fr.luc.crcore.team.event.TeamScoreChangeEvent
- fr.luc.crcore.team.event.TeamSpawnPointChangeEvent
- fr.luc.crcore.team.event.TeamVisibilityChangeEvent
- fr.luc.crcore.player.event.PlayerProfileEvent
- fr.luc.crcore.player.InMemoryPlayerProfileRepository (implements fr.luc.crcore.player.PlayerProfileRepository)
- fr.luc.crcore.player.SqlitePlayerProfileRepository
- fr.luc.crcore.team.InMemoryTeamRepository (implements fr.luc.crcore.team.TeamRepository)
- fr.luc.crcore.team.SqliteTeamRepository
- me.clip.placeholderapi.PlaceholderHook
- me.clip.placeholderapi.expansion.PlaceholderExpansion
- fr.luc.crcore.placeholder.CRCorePlaceholderExpansion
- me.clip.placeholderapi.expansion.PlaceholderExpansion
- fr.luc.crcore.player.PlayerProfileServiceImpl (implements fr.luc.crcore.player.PlayerProfileService)
- fr.luc.crcore.player.BukkitEventFiringPlayerProfileServiceImpl
- fr.luc.crcore.player.PlayerRanking
- fr.luc.crcore.database.TableBuilder
- fr.luc.crcore.database.TableBuilder.ColumnDef
- fr.luc.crcore.command.builtin.team.TeamArgumentTypes
- fr.luc.crcore.team.TeamRanking
- fr.luc.crcore.team.TeamServiceImpl (implements fr.luc.crcore.team.TeamService)
- fr.luc.crcore.team.BukkitEventFiringTeamServiceImpl
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- fr.luc.crcore.command.CommandException
- fr.luc.crcore.database.DatabaseException
- fr.luc.crcore.player.PlayerException
- fr.luc.crcore.player.PlayerProfileNotFoundException
- fr.luc.crcore.team.TeamException
- fr.luc.crcore.team.TeamAccessException
- fr.luc.crcore.team.TeamAlreadyExistsException
- fr.luc.crcore.team.TeamNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- fr.luc.crcore.command.AbstractCommand (implements fr.luc.crcore.command.Command)
Interface Hierarchy
- fr.luc.crcore.command.ArgumentType<T>
- fr.luc.crcore.command.Command
- fr.luc.crcore.common.Identifiable
- fr.luc.crcore.common.Named
- fr.luc.crcore.player.PlayerProfileService
- fr.luc.crcore.common.Repository<T>
- fr.luc.crcore.player.PlayerProfileRepository
- fr.luc.crcore.team.TeamRepository
- fr.luc.crcore.database.RowMapper<T>
- fr.luc.crcore.common.ScoreHolder
- fr.luc.crcore.team.TeamService
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- fr.luc.crcore.database.ColumnType
- fr.luc.crcore.command.CommandResult.Type
- fr.luc.crcore.team.TeamColor
- fr.luc.crcore.team.TeamRole
- fr.luc.crcore.team.TeamVisibility
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)