Hierarchy For All Packages
- fr.luc.crcore,
- fr.luc.crcore.broadcast,
- fr.luc.crcore.broadcast.impl,
- 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.message,
- fr.luc.crcore.message.impl,
- fr.luc.crcore.placeholder,
- fr.luc.crcore.player,
- fr.luc.crcore.player.event,
- fr.luc.crcore.player.exception,
- fr.luc.crcore.player.impl,
- fr.luc.crcore.team,
- fr.luc.crcore.team.event,
- fr.luc.crcore.team.exception,
- fr.luc.crcore.team.impl
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.CoreReloadSubCommand
- 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.broadcast.BroadcastContext
- fr.luc.crcore.command.CommandContext
- fr.luc.crcore.command.CommandResult
- fr.luc.crcore.CRCore
- fr.luc.crcore.broadcast.CRCoreBroadcastListener (implements org.bukkit.event.Listener)
- 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.impl.InMemoryPlayerProfileRepository (implements fr.luc.crcore.player.PlayerProfileRepository)
- fr.luc.crcore.player.impl.SqlitePlayerProfileRepository
- fr.luc.crcore.team.impl.InMemoryTeamRepository (implements fr.luc.crcore.team.TeamRepository)
- fr.luc.crcore.team.impl.SqliteTeamRepository
- me.clip.placeholderapi.PlaceholderHook
- me.clip.placeholderapi.expansion.PlaceholderExpansion
- fr.luc.crcore.placeholder.CRCorePlaceholderExpansion
- me.clip.placeholderapi.expansion.PlaceholderExpansion
- fr.luc.crcore.player.impl.PlayerProfileServiceImpl (implements fr.luc.crcore.player.PlayerProfileService)
- fr.luc.crcore.player.impl.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.impl.TeamServiceImpl (implements fr.luc.crcore.team.TeamService)
- fr.luc.crcore.team.impl.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.exception.PlayerException
- fr.luc.crcore.player.exception.PlayerProfileNotFoundException
- fr.luc.crcore.team.exception.TeamException
- fr.luc.crcore.team.exception.TeamAccessException
- fr.luc.crcore.team.exception.TeamAlreadyExistsException
- fr.luc.crcore.team.exception.TeamNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- fr.luc.crcore.broadcast.impl.YamlBroadcastService (implements fr.luc.crcore.broadcast.BroadcastService)
- fr.luc.crcore.message.impl.YamlMessagesService (implements fr.luc.crcore.message.MessagesService)
- fr.luc.crcore.command.AbstractCommand (implements fr.luc.crcore.command.Command)
Interface Hierarchy
- fr.luc.crcore.command.ArgumentType<T>
- fr.luc.crcore.broadcast.BroadcastService
- fr.luc.crcore.command.Command
- fr.luc.crcore.common.Identifiable
- fr.luc.crcore.message.MessagesService
- 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.broadcast.BroadcastAudience
- 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)