Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractGame - Class in fr.revived.morpheus.game.api.game
- AbstractGame() - Constructor for class fr.revived.morpheus.game.api.game.AbstractGame
- AbstractGameTrigger - Class in fr.revived.morpheus.game.api.trigger
- AbstractGameTrigger(String, TriggerType) - Constructor for class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- acquire(MatchFormat) - Method in interface fr.revived.morpheus.game.api.arena.ArenaPool
- addAssist() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- addDeath() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- addKill() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- addScore(int) - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- ADMIN - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Eliminated by an admin or game mechanic.
- aliases() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameCommand
- allowReconnect() - Method in interface fr.revived.morpheus.game.api.game.GameSettings
- allowReconnect() - Method in interface fr.revived.morpheus.game.api.match.MatchSettings
- allowSpectators() - Method in interface fr.revived.morpheus.game.api.game.GameSettings
- allowSpectators() - Method in interface fr.revived.morpheus.game.api.match.MatchSettings
- AQUA - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- arena(Arena) - Method in interface fr.revived.morpheus.game.api.match.MatchBuilder
- Arena - Interface in fr.revived.morpheus.game.api.arena
- Arena - Annotation Interface in fr.revived.morpheus.game.api.annotation
- ArenaBoundary - Interface in fr.revived.morpheus.game.api.arena
- ArenaBuilder - Interface in fr.revived.morpheus.game.api.arena
- ArenaCache - Interface in fr.revived.morpheus.game.api.arena
- ArenaContext - Interface in fr.revived.morpheus.game.api.context
- ArenaException - Exception Class in fr.revived.morpheus.game.api.exception
- ArenaException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ArenaException
- ArenaFactory - Interface in fr.revived.morpheus.game.api.arena
- ArenaFilter - Interface in fr.revived.morpheus.game.api.arena
- ArenaGenerator - Interface in fr.revived.morpheus.game.api.arena
- ArenaInstance - Interface in fr.revived.morpheus.game.api.arena
- ArenaLifecycle - Interface in fr.revived.morpheus.game.api.arena
- ArenaLoader - Interface in fr.revived.morpheus.game.api.arena
- ArenaLoadException - Exception Class in fr.revived.morpheus.game.api.exception
- ArenaLoadException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ArenaLoadException
- ArenaLocation - Interface in fr.revived.morpheus.game.api.arena
- ArenaManager - Interface in fr.revived.morpheus.game.api.arena
- ArenaMetadata - Interface in fr.revived.morpheus.game.api.arena
- ArenaNotFoundException - Exception Class in fr.revived.morpheus.game.api.exception
- ArenaNotFoundException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ArenaNotFoundException
- ArenaPool - Interface in fr.revived.morpheus.game.api.arena
- ArenaProperty<T> - Interface in fr.revived.morpheus.game.api.arena
- ArenaProvider - Interface in fr.revived.morpheus.game.api.arena
- ArenaRegistry - Interface in fr.revived.morpheus.game.api.arena
- ArenaReservation - Interface in fr.revived.morpheus.game.api.arena
- ArenaResetException - Exception Class in fr.revived.morpheus.game.api.exception
- ArenaResetException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ArenaResetException
- ArenaResetStrategy - Interface in fr.revived.morpheus.game.api.arena
- ArenaRule - Interface in fr.revived.morpheus.game.api.arena
- ArenaSelectionStrategy - Interface in fr.revived.morpheus.game.api.arena
- ArenaSession - Interface in fr.revived.morpheus.game.api.arena
- ArenaSettings - Interface in fr.revived.morpheus.game.api.arena
- ArenaSnapshot - Interface in fr.revived.morpheus.game.api.arena
- ArenaSpawn - Interface in fr.revived.morpheus.game.api.arena
- ArenaState - Enum Class in fr.revived.morpheus.game.api.arena
- ArenaStatistics - Interface in fr.revived.morpheus.game.api.arena
- ArenaTemplate - Interface in fr.revived.morpheus.game.api.arena
- ArenaType - Enum Class in fr.revived.morpheus.game.api.arena
- ArenaUnavailableException - Exception Class in fr.revived.morpheus.game.api.exception
- ArenaUnavailableException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ArenaUnavailableException
- ArenaValidator - Interface in fr.revived.morpheus.game.api.arena
- assignToTeam(GamePlayer, GameTeam) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- assists(int) - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- ASSISTS - Enum constant in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
- async() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Task
- author() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- AutoRegister - Annotation Interface in fr.revived.morpheus.game.api.annotation
- AVAILABLE - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
B
- BaseGame - Class in fr.revived.morpheus.game.api.game
- BaseGame() - Constructor for class fr.revived.morpheus.game.api.game.BaseGame
- BED_BREAK - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- BED_DESTROYED - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- BedDestroyedEvent - Class in fr.revived.morpheus.game.api.event
- BedDestroyedEvent(Match, GameTeam, GamePlayer, Location) - Constructor for class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- BedWinTrigger - Class in fr.revived.morpheus.game.api.trigger.win
- BedWinTrigger(TeamManager) - Constructor for class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- BLUE - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- broadcastRanking(List<PlayerRanking>, PlayerRankingType) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- broadcastTeamScores() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- build() - Method in interface fr.revived.morpheus.game.api.arena.ArenaBuilder
- build() - Method in interface fr.revived.morpheus.game.api.map.MapBuilder
- build() - Method in interface fr.revived.morpheus.game.api.match.MatchBuilder
- build() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- build() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition.Builder
- builder(GamePlayer) - Static method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- builder(WinReason) - Static method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- buildRankings() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- buildWinCondition(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- buildWinCondition(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.LastPlayerWinTrigger
- buildWinCondition(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.LastTeamWinTrigger
- buildWinCondition(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.TimeUpWinTrigger
- buildWinCondition(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.WinTrigger
- byId(String) - Static method in enum class fr.revived.morpheus.game.api.team.TeamColor
C
- CANCELLED - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- clear() - Method in interface fr.revived.morpheus.game.api.arena.ArenaCache
- clear() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
- colorize(String) - Method in enum class fr.revived.morpheus.game.api.team.TeamColor
- CommandContext - Interface in fr.revived.morpheus.game.api.context
- computePoints(GamePlayer) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- Condition - Annotation Interface in fr.revived.morpheus.game.api.annotation
- ConfigurationException - Exception Class in fr.revived.morpheus.game.api.exception
- ConfigurationException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ConfigurationException
- configure() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- create(ArenaTemplate) - Method in interface fr.revived.morpheus.game.api.arena.ArenaFactory
- CREATED - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- CREATED - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- createInstance(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaFactory
- createTeams() - Method in class fr.revived.morpheus.game.api.game.TeamGame
- CUSTOM - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- CUSTOM - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
D
- deaths(int) - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- DEATHS - Enum constant in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
- defaultKit() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Kit
- delay() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Task
- delete(String) - Method in interface fr.revived.morpheus.game.api.map.MapStorage
- description() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Kit
- description() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Objective
- description(String) - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition.Builder
- destroy() - Method in interface fr.revived.morpheus.game.api.arena.ArenaInstance
- destroyBed() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- disable(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLifecycle
- DISABLED - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
- DISABLED - Enum constant in enum class fr.revived.morpheus.game.api.map.MapState
- DISCONNECT - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Kicked or disconnected from the match.
- DISCONNECT - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent.LeaveReason
-
Lost connection or timed out.
- dispatch(TriggerType, TriggerContext) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerManager
- DYNAMIC - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaType
E
- eliminate(GamePlayer, GamePlayer) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- eliminate(GameTeam) - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- ELIMINATION - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- enable(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLifecycle
- enabled() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Arena
- enabled() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- enabledByDefault() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameModule
- end(GameContext, GameResult) - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- end(GameContext, GameResult) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- end(GameContext, GameResult) - Method in interface fr.revived.morpheus.game.api.game.Game
- ENDED - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- ENDING - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- ENDING - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- ENVIRONMENT - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Killed by the environment (fire, cactus, etc.).
- evaluate(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- evaluate(TriggerContext) - Method in interface fr.revived.morpheus.game.api.trigger.GameTrigger
- evaluate(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- evaluate(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.LastPlayerWinTrigger
- evaluate(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.LastTeamWinTrigger
- evaluate(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.TimeUpWinTrigger
- EventContext - Interface in fr.revived.morpheus.game.api.context
- ExecutionContext - Interface in fr.revived.morpheus.game.api.context
- exists(String) - Method in interface fr.revived.morpheus.game.api.map.MapStorage
- extractWinCondition(GameResult) - Method in class fr.revived.morpheus.game.api.game.BaseGame
F
- find(MatchFilter) - Method in interface fr.revived.morpheus.game.api.match.MatchFinder
- find(String) - Method in interface fr.revived.morpheus.game.api.map.MapRegistry
- find(String) - Method in interface fr.revived.morpheus.game.api.match.MatchRegistry
- findAvailableArena(MatchFormat) - Method in interface fr.revived.morpheus.game.api.arena.ArenaManager
- FINISHED - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- fire(String, TriggerContext) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerManager
- format(MatchFormat) - Method in interface fr.revived.morpheus.game.api.match.MatchBuilder
- fr.revived.morpheus.game.api.annotation - package fr.revived.morpheus.game.api.annotation
- fr.revived.morpheus.game.api.arena - package fr.revived.morpheus.game.api.arena
- fr.revived.morpheus.game.api.context - package fr.revived.morpheus.game.api.context
- fr.revived.morpheus.game.api.event - package fr.revived.morpheus.game.api.event
- fr.revived.morpheus.game.api.exception - package fr.revived.morpheus.game.api.exception
- fr.revived.morpheus.game.api.game - package fr.revived.morpheus.game.api.game
- fr.revived.morpheus.game.api.map - package fr.revived.morpheus.game.api.map
- fr.revived.morpheus.game.api.match - package fr.revived.morpheus.game.api.match
- fr.revived.morpheus.game.api.player - package fr.revived.morpheus.game.api.player
- fr.revived.morpheus.game.api.spectator - package fr.revived.morpheus.game.api.spectator
- fr.revived.morpheus.game.api.statistics - package fr.revived.morpheus.game.api.statistics
- fr.revived.morpheus.game.api.team - package fr.revived.morpheus.game.api.team
- fr.revived.morpheus.game.api.trigger - package fr.revived.morpheus.game.api.trigger
- fr.revived.morpheus.game.api.trigger.win - package fr.revived.morpheus.game.api.trigger.win
G
- game(Game) - Method in interface fr.revived.morpheus.game.api.match.MatchBuilder
- Game - Interface in fr.revived.morpheus.game.api.game
- Game - Annotation Interface in fr.revived.morpheus.game.api.annotation
- GameAlreadyStartedException - Exception Class in fr.revived.morpheus.game.api.exception
- GameAlreadyStartedException() - Constructor for exception class fr.revived.morpheus.game.api.exception.GameAlreadyStartedException
- GameCommand - Annotation Interface in fr.revived.morpheus.game.api.annotation
- GameContext - Interface in fr.revived.morpheus.game.api.context
- GameController - Interface in fr.revived.morpheus.game.api.game
- GameEvent - Class in fr.revived.morpheus.game.api.event
-
Base class for all Morpheus game events.
- GameEvent() - Constructor for class fr.revived.morpheus.game.api.event.GameEvent
- GameEvent(boolean) - Constructor for class fr.revived.morpheus.game.api.event.GameEvent
- GameException - Exception Class in fr.revived.morpheus.game.api.exception
- GameException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.GameException
- GameException(String, Throwable) - Constructor for exception class fr.revived.morpheus.game.api.exception.GameException
- GameLifecycle - Interface in fr.revived.morpheus.game.api.game
- GameListener - Annotation Interface in fr.revived.morpheus.game.api.annotation
- GameLoadEvent - Class in fr.revived.morpheus.game.api.event
-
Called when a match is loaded and enters the waiting lobby phase.
- GameLoadEvent(Match, BaseGame) - Constructor for class fr.revived.morpheus.game.api.event.GameLoadEvent
- GameMetadata - Interface in fr.revived.morpheus.game.api.game
- GameMode - Annotation Interface in fr.revived.morpheus.game.api.annotation
- GameModule - Annotation Interface in fr.revived.morpheus.game.api.annotation
- GameNotFoundException - Exception Class in fr.revived.morpheus.game.api.exception
- GameNotFoundException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.GameNotFoundException
- GameNotStartedException - Exception Class in fr.revived.morpheus.game.api.exception
- GameNotStartedException() - Constructor for exception class fr.revived.morpheus.game.api.exception.GameNotStartedException
- GamePlayer - Interface in fr.revived.morpheus.game.api.player
- GameResult - Interface in fr.revived.morpheus.game.api.game
- GameSettings - Interface in fr.revived.morpheus.game.api.game
- GameSpectator - Interface in fr.revived.morpheus.game.api.spectator
- GameStartEvent - Class in fr.revived.morpheus.game.api.event
-
Called when a match officially starts (all players teleported, countdown done).
- GameStartEvent(Match, BaseGame) - Constructor for class fr.revived.morpheus.game.api.event.GameStartEvent
- GameState - Enum Class in fr.revived.morpheus.game.api.game
- GameStateChangeEvent - Class in fr.revived.morpheus.game.api.event
-
Fired whenever a game's
GameStatetransitions. - GameStateChangeEvent(Match, BaseGame, GameState, GameState) - Constructor for class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- GameStopEvent - Class in fr.revived.morpheus.game.api.event
- GameStopEvent(Match, BaseGame, WinCondition, List<PlayerRanking>) - Constructor for class fr.revived.morpheus.game.api.event.GameStopEvent
- GameTeam - Interface in fr.revived.morpheus.game.api.team
- GameTrigger - Interface in fr.revived.morpheus.game.api.trigger
- GameType - Enum Class in fr.revived.morpheus.game.api.game
- GameWonEvent - Class in fr.revived.morpheus.game.api.event
- GameWonEvent(Match, WinCondition) - Constructor for class fr.revived.morpheus.game.api.event.GameWonEvent
- generate(ArenaTemplate) - Method in interface fr.revived.morpheus.game.api.arena.ArenaGenerator
- GENERATED - Enum constant in enum class fr.revived.morpheus.game.api.map.MapType
- get(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaCache
- get(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaMetadata
- get(String) - Method in interface fr.revived.morpheus.game.api.map.MapManager
- get(String) - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- getActor() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- getActorTeam() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- getAliveCount() - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- getAliveMembers() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getAlivePlayers() - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- getAliveTeamCount() - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getAliveTeams() - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getAll() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
- getAllPlayers() - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- getArena() - Method in interface fr.revived.morpheus.game.api.arena.ArenaReservation
- getArena() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSession
- getArena() - Method in interface fr.revived.morpheus.game.api.context.ArenaContext
- getArena() - Method in interface fr.revived.morpheus.game.api.context.MatchContext
- getArena() - Method in interface fr.revived.morpheus.game.api.match.Match
- getArena() - Method in interface fr.revived.morpheus.game.api.match.MatchContext
- getArena(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaManager
- getArena(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaRegistry
- getArenaId() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSnapshot
- getArenas() - Method in interface fr.revived.morpheus.game.api.arena.ArenaManager
- getArenas() - Method in interface fr.revived.morpheus.game.api.arena.ArenaRegistry
- getArguments() - Method in interface fr.revived.morpheus.game.api.context.CommandContext
- getAssists() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getAssists() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getAuthor() - Method in interface fr.revived.morpheus.game.api.game.GameMetadata
- getAuthor() - Method in interface fr.revived.morpheus.game.api.map.MapMetadata
- getAvailable() - Method in interface fr.revived.morpheus.game.api.arena.ArenaPool
- getAverageDuration() - Method in interface fr.revived.morpheus.game.api.arena.ArenaStatistics
- getBedForTeam(String) - Method in interface fr.revived.morpheus.game.api.map.Map
-
Retrieves the bed location for a given team.
- getBedLocation() - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- getBedLocations() - Method in interface fr.revived.morpheus.game.api.map.Map
- getBoundary() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getBukkitPlayer() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getByType(TriggerType) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
- getCause() - Method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- getChatColor() - Method in enum class fr.revived.morpheus.game.api.team.TeamColor
- getColor() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getCreatedAt() - Method in interface fr.revived.morpheus.game.api.arena.ArenaReservation
- getCreatedAt() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSnapshot
- getCreatedAt() - Method in interface fr.revived.morpheus.game.api.map.MapSnapshot
- getCurrentRound() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- getCurrentRound() - Method in class fr.revived.morpheus.game.api.game.RoundGame
- getDeaths() - Method in interface fr.revived.morpheus.game.api.match.MatchStatistics
- getDeaths() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getDeaths() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getDescription() - Method in interface fr.revived.morpheus.game.api.game.GameMetadata
- getDescription() - Method in interface fr.revived.morpheus.game.api.map.MapMetadata
- getDescription() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- getDescription() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- getDestroyer() - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- getDisplayName() - Method in enum class fr.revived.morpheus.game.api.team.TeamColor
- getDisplayName() - Method in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- getDuration() - Method in interface fr.revived.morpheus.game.api.game.GameResult
- getDuration() - Method in interface fr.revived.morpheus.game.api.match.MatchStatistics
- getDyeColor() - Method in enum class fr.revived.morpheus.game.api.team.TeamColor
- getElapsedSeconds() - Method in class fr.revived.morpheus.game.api.event.MatchTimerExpiredEvent
- getEliminatedAt() - Method in interface fr.revived.morpheus.game.api.spectator.GameSpectator
- getEliminatedTeam() - Method in class fr.revived.morpheus.game.api.event.TeamEliminatedEvent
- getEliminatingPlayer() - Method in class fr.revived.morpheus.game.api.event.TeamEliminatedEvent
- getErrors(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaValidator
- getErrors(Map) - Method in interface fr.revived.morpheus.game.api.map.MapValidator
- getFiredAt() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- getFirstPosition() - Method in interface fr.revived.morpheus.game.api.arena.ArenaBoundary
- getFootLocation() - Method in interface fr.revived.morpheus.game.api.map.MapBedLocation
- getFormat() - Method in interface fr.revived.morpheus.game.api.match.Match
- getGame() - Method in interface fr.revived.morpheus.game.api.context.CommandContext
- getGame() - Method in interface fr.revived.morpheus.game.api.context.GameContext
- getGame() - Method in class fr.revived.morpheus.game.api.event.GameLoadEvent
- getGame() - Method in class fr.revived.morpheus.game.api.event.GameStartEvent
- getGame() - Method in class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- getGame() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getGame() - Method in class fr.revived.morpheus.game.api.event.PlayerJoinMatchEvent
- getGame() - Method in class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- getGame() - Method in interface fr.revived.morpheus.game.api.match.Match
- getGameContext() - Method in interface fr.revived.morpheus.game.api.context.EventContext
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameLoadEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameStartEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.GameWonEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.MatchEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.MatchTimerExpiredEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.PlayerJoinMatchEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- getHandlerList() - Static method in class fr.revived.morpheus.game.api.event.TeamEliminatedEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameLoadEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameStartEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.GameWonEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.MatchEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.MatchTimerExpiredEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.PlayerJoinMatchEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- getHandlers() - Method in class fr.revived.morpheus.game.api.event.TeamEliminatedEvent
- getHeadLocation() - Method in interface fr.revived.morpheus.game.api.map.MapBedLocation
- getId() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getId() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSpawn
- getId() - Method in interface fr.revived.morpheus.game.api.arena.ArenaTemplate
- getId() - Method in interface fr.revived.morpheus.game.api.context.ExecutionContext
- getId() - Method in interface fr.revived.morpheus.game.api.game.Game
- getId() - Method in interface fr.revived.morpheus.game.api.game.GameMetadata
- getId() - Method in interface fr.revived.morpheus.game.api.map.Map
- getId() - Method in interface fr.revived.morpheus.game.api.map.MapTemplate
- getId() - Method in interface fr.revived.morpheus.game.api.match.Match
- getId() - Method in interface fr.revived.morpheus.game.api.match.MatchFormat
- getId() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getId() - Method in enum class fr.revived.morpheus.game.api.team.TeamColor
- getId() - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- getId() - Method in interface fr.revived.morpheus.game.api.trigger.GameTrigger
- getKdr() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getKilledBy() - Method in interface fr.revived.morpheus.game.api.spectator.GameSpectator
- getKiller() - Method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- getKills() - Method in interface fr.revived.morpheus.game.api.match.MatchStatistics
- getKills() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getKills() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getLastAliveTeam() - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getLobbySpawn() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getLocation() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSpawn
- getLosers() - Method in class fr.revived.morpheus.game.api.event.GameWonEvent
- getLosers() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- getLosers() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- getMajor() - Method in interface fr.revived.morpheus.game.api.map.MapVersion
- getMapId() - Method in interface fr.revived.morpheus.game.api.map.MapSnapshot
- getMaps() - Method in interface fr.revived.morpheus.game.api.map.MapManager
- getMatch() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getMatch() - Method in interface fr.revived.morpheus.game.api.arena.ArenaReservation
- getMatch() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSession
- getMatch() - Method in interface fr.revived.morpheus.game.api.context.EventContext
- getMatch() - Method in interface fr.revived.morpheus.game.api.context.GameContext
- getMatch() - Method in interface fr.revived.morpheus.game.api.context.MatchContext
- getMatch() - Method in class fr.revived.morpheus.game.api.event.MatchEvent
- getMatch() - Method in interface fr.revived.morpheus.game.api.match.MatchContext
- getMatch() - Method in interface fr.revived.morpheus.game.api.match.MatchEvent
- getMatch() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- getMatchContext() - Method in interface fr.revived.morpheus.game.api.context.GameContext
- getMatchContext() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- getMatches() - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- getMaxRounds() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- getMembers() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getMetadata() - Method in interface fr.revived.morpheus.game.api.game.Game
- getMetadata() - Method in interface fr.revived.morpheus.game.api.map.Map
- getMinor() - Method in interface fr.revived.morpheus.game.api.map.MapVersion
- getName() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getName() - Method in interface fr.revived.morpheus.game.api.arena.ArenaProperty
- getName() - Method in interface fr.revived.morpheus.game.api.arena.ArenaRule
- getName() - Method in interface fr.revived.morpheus.game.api.arena.ArenaTemplate
- getName() - Method in interface fr.revived.morpheus.game.api.context.ExecutionContext
- getName() - Method in interface fr.revived.morpheus.game.api.game.Game
- getName() - Method in interface fr.revived.morpheus.game.api.game.GameMetadata
- getName() - Method in interface fr.revived.morpheus.game.api.map.Map
- getName() - Method in interface fr.revived.morpheus.game.api.map.MapTemplate
- getName() - Method in interface fr.revived.morpheus.game.api.match.MatchFormat
- getName() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getName() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getNewState() - Method in class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- getPatch() - Method in interface fr.revived.morpheus.game.api.map.MapVersion
- getPitch() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- getPlayedMatches() - Method in interface fr.revived.morpheus.game.api.arena.ArenaStatistics
- getPlayer() - Method in interface fr.revived.morpheus.game.api.context.CommandContext
- getPlayer() - Method in interface fr.revived.morpheus.game.api.context.PlayerContext
- getPlayer() - Method in class fr.revived.morpheus.game.api.event.PlayerJoinMatchEvent
- getPlayer() - Method in class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- getPlayer() - Method in interface fr.revived.morpheus.game.api.match.MatchPlayer
- getPlayer() - Method in interface fr.revived.morpheus.game.api.spectator.GameSpectator
- getPlayer() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getPlayer(UUID) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- getPlayerManager() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- getPlayers() - Method in interface fr.revived.morpheus.game.api.context.MatchContext
- getPlayers() - Method in interface fr.revived.morpheus.game.api.match.Match
- getPlayers() - Method in interface fr.revived.morpheus.game.api.match.MatchContext
- getPlayersPerTeam() - Method in interface fr.revived.morpheus.game.api.match.MatchFormat
- getPlayersPlayed() - Method in interface fr.revived.morpheus.game.api.arena.ArenaStatistics
- getPoints() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getPosition() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
- getPreviousState() - Method in class fr.revived.morpheus.game.api.event.GameStateChangeEvent
- getProperties() - Method in interface fr.revived.morpheus.game.api.map.MapMetadata
- getRanking(int) - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getRankings() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getRankingType() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getReason() - Method in class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- getReason() - Method in interface fr.revived.morpheus.game.api.game.GameResult
- getReason() - Method in interface fr.revived.morpheus.game.api.match.MatchResult
- getReason() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- getReason() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- getRegistry() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerManager
- getResult() - Method in interface fr.revived.morpheus.game.api.match.Match
- getScore() - Method in interface fr.revived.morpheus.game.api.context.TeamContext
- getScore() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- getSecondPosition() - Method in interface fr.revived.morpheus.game.api.arena.ArenaBoundary
- getSettings() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getSettings() - Method in interface fr.revived.morpheus.game.api.game.Game
- getSettings() - Method in interface fr.revived.morpheus.game.api.match.Match
- getSpawns() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getSpectators() - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- getSpectatorSpawn() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getState() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getState() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSession
- getState() - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- getState() - Method in interface fr.revived.morpheus.game.api.game.Game
- getState() - Method in interface fr.revived.morpheus.game.api.map.Map
- getState() - Method in interface fr.revived.morpheus.game.api.match.Match
- getStoragePath() - Method in interface fr.revived.morpheus.game.api.map.MapTemplate
- getTeam() - Method in interface fr.revived.morpheus.game.api.context.PlayerContext
- getTeam() - Method in interface fr.revived.morpheus.game.api.context.TeamContext
- getTeam() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getTeam(String) - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getTeamId() - Method in interface fr.revived.morpheus.game.api.map.MapBedLocation
- getTeamManager() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- getTeamManager() - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- getTeamOf(GamePlayer) - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getTeams() - Method in interface fr.revived.morpheus.game.api.context.MatchContext
- getTeams() - Method in interface fr.revived.morpheus.game.api.match.MatchFormat
- getTeams() - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- getTemplate() - Method in interface fr.revived.morpheus.game.api.arena.ArenaInstance
- getTotalPlayTime() - Method in interface fr.revived.morpheus.game.api.arena.ArenaStatistics
- getTrigger(String) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
- getTriggerManager() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- getType() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getType() - Method in interface fr.revived.morpheus.game.api.map.Map
- getType() - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- getType() - Method in interface fr.revived.morpheus.game.api.trigger.GameTrigger
- getUniqueId() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- getUniqueId() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSnapshot
- getUniqueId() - Method in interface fr.revived.morpheus.game.api.map.Map
- getUniqueId() - Method in interface fr.revived.morpheus.game.api.match.Match
- getUniqueId() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- getValue() - Method in interface fr.revived.morpheus.game.api.arena.ArenaProperty
- getValues() - Method in interface fr.revived.morpheus.game.api.arena.ArenaMetadata
- getVersion() - Method in interface fr.revived.morpheus.game.api.arena.ArenaTemplate
- getVersion() - Method in interface fr.revived.morpheus.game.api.game.GameMetadata
- getVersion() - Method in interface fr.revived.morpheus.game.api.map.Map
- getVersion() - Method in interface fr.revived.morpheus.game.api.map.MapSnapshot
- getVersion() - Method in interface fr.revived.morpheus.game.api.map.MapTemplate
- getVictim() - Method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- getVictimTeam() - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- getWinCondition() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- getWinCondition() - Method in class fr.revived.morpheus.game.api.event.GameWonEvent
- getWinner() - Method in interface fr.revived.morpheus.game.api.game.GameResult
- getWinners() - Method in class fr.revived.morpheus.game.api.event.GameWonEvent
- getWinners() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- getWinners() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- getWinnerTeam() - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition
- getWinnerTeam() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- getWinReason() - Method in class fr.revived.morpheus.game.api.trigger.win.WinTrigger
- getWorld() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- getWorldId() - Method in interface fr.revived.morpheus.game.api.arena.ArenaInstance
- getX() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- getY() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- getYaw() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- getZ() - Method in interface fr.revived.morpheus.game.api.arena.ArenaLocation
- GRAY - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- GREEN - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
H
- handleBedDestroyed(GameTeam, GamePlayer) - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- hasActor() - Method in interface fr.revived.morpheus.game.api.trigger.TriggerContext
- hasAlivePlayers() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- hasBed() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- Hologram - Annotation Interface in fr.revived.morpheus.game.api.annotation
- HUGE - Enum constant in enum class fr.revived.morpheus.game.api.map.MapSize
I
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Arena
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Hologram
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Kit
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Npc
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Objective
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Phase
- id() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Scoreboard
- id(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaBuilder
- id(String) - Method in interface fr.revived.morpheus.game.api.map.MapBuilder
- IN_USE - Enum constant in enum class fr.revived.morpheus.game.api.map.MapState
- initialize() - Method in interface fr.revived.morpheus.game.api.arena.ArenaPool
- InvalidMatchFormatException - Exception Class in fr.revived.morpheus.game.api.exception
- InvalidMatchFormatException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.InvalidMatchFormatException
- isAlive() - Method in interface fr.revived.morpheus.game.api.context.PlayerContext
- isAlive() - Method in interface fr.revived.morpheus.game.api.match.MatchPlayer
- isAlive() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- isAsync() - Method in interface fr.revived.morpheus.game.api.context.ExecutionContext
- isAvailable() - Method in interface fr.revived.morpheus.game.api.arena.Arena
- isBedAlive(MapBedLocation) - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- isBreakEnabled() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSettings
- isBroadcastRanking() - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- isBuildEnabled() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSettings
- isCancelled() - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- isDaylightCycleEnabled() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSettings
- isDraw() - Method in interface fr.revived.morpheus.game.api.match.MatchResult
- isEliminated() - Method in interface fr.revived.morpheus.game.api.context.TeamContext
- isEliminated() - Method in interface fr.revived.morpheus.game.api.match.MatchPlayer
- isEliminated() - Method in interface fr.revived.morpheus.game.api.spectator.GameSpectator
- isEliminated() - Method in interface fr.revived.morpheus.game.api.team.GameTeam
- isEnabled() - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- isEnabled() - Method in interface fr.revived.morpheus.game.api.trigger.GameTrigger
- isExpired() - Method in interface fr.revived.morpheus.game.api.arena.ArenaReservation
- isKilledByPlayer() - Method in class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- isLastPlayer() - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- isLastTeamStanding() - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- isLoaded() - Method in interface fr.revived.morpheus.game.api.context.ArenaContext
- isOnline() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- isPrivate() - Method in interface fr.revived.morpheus.game.api.match.MatchSettings
- isPvpEnabled() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSettings
- isRanked() - Method in interface fr.revived.morpheus.game.api.game.GameSettings
- isRanked() - Method in interface fr.revived.morpheus.game.api.match.MatchFormat
- isReady() - Method in interface fr.revived.morpheus.game.api.context.ArenaContext
- isRoundMode() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- isRunning() - Method in interface fr.revived.morpheus.game.api.context.GameContext
- isSpectator() - Method in interface fr.revived.morpheus.game.api.context.PlayerContext
- isSpectator() - Method in interface fr.revived.morpheus.game.api.player.GamePlayer
- isTeamMode() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- isTeamWin() - Method in interface fr.revived.morpheus.game.api.trigger.win.WinCondition
- isWeatherEnabled() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSettings
- isWinner() - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking
K
- KICKED - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent.LeaveReason
-
Admin forcefully removed them.
- kills(int) - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- KILLS - Enum constant in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
- Kit - Annotation Interface in fr.revived.morpheus.game.api.annotation
L
- LARGE - Enum constant in enum class fr.revived.morpheus.game.api.map.MapSize
- LAST_PLAYER_STANDING - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- LAST_TEAM_STANDING - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- LastPlayerWinTrigger - Class in fr.revived.morpheus.game.api.trigger.win
- LastPlayerWinTrigger(PlayerManager) - Constructor for class fr.revived.morpheus.game.api.trigger.win.LastPlayerWinTrigger
- LastTeamWinTrigger - Class in fr.revived.morpheus.game.api.trigger.win
- LastTeamWinTrigger(TeamManager) - Constructor for class fr.revived.morpheus.game.api.trigger.win.LastTeamWinTrigger
- load() - Method in interface fr.revived.morpheus.game.api.arena.ArenaProvider
- load() - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- load() - Method in class fr.revived.morpheus.game.api.game.BaseGame
- load() - Method in interface fr.revived.morpheus.game.api.game.Game
- load() - Method in interface fr.revived.morpheus.game.api.match.MatchProvider
- load(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLifecycle
- load(ArenaTemplate) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLoader
- load(Game) - Method in interface fr.revived.morpheus.game.api.game.GameController
- load(Map) - Method in interface fr.revived.morpheus.game.api.map.MapManager
- load(MapTemplate) - Method in interface fr.revived.morpheus.game.api.map.MapLoader
- LOADING - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
- LOADING - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- LOADING - Enum constant in enum class fr.revived.morpheus.game.api.map.MapState
- loadTemplates() - Method in interface fr.revived.morpheus.game.api.map.MapProvider
- Loser - Annotation Interface in fr.revived.morpheus.game.api.annotation
- losers(Collection<GamePlayer>) - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition.Builder
M
- makeSpectator(GamePlayer) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- Map - Interface in fr.revived.morpheus.game.api.map
- Map - Annotation Interface in fr.revived.morpheus.game.api.annotation
- MapBedLocation - Interface in fr.revived.morpheus.game.api.map
- MapBuilder - Interface in fr.revived.morpheus.game.api.map
- MapException - Exception Class in fr.revived.morpheus.game.api.map
- MapException(String) - Constructor for exception class fr.revived.morpheus.game.api.map.MapException
- MapLoader - Interface in fr.revived.morpheus.game.api.map
- MapManager - Interface in fr.revived.morpheus.game.api.map
- MapMetadata - Interface in fr.revived.morpheus.game.api.map
- MapProvider - Interface in fr.revived.morpheus.game.api.map
- MapRegistry - Interface in fr.revived.morpheus.game.api.map
- MapSize - Enum Class in fr.revived.morpheus.game.api.map
- MapSnapshot - Interface in fr.revived.morpheus.game.api.map
- MapState - Enum Class in fr.revived.morpheus.game.api.map
- MapStorage - Interface in fr.revived.morpheus.game.api.map
- MapTemplate - Interface in fr.revived.morpheus.game.api.map
- MapType - Enum Class in fr.revived.morpheus.game.api.map
- MapValidator - Interface in fr.revived.morpheus.game.api.map
- MapVersion - Interface in fr.revived.morpheus.game.api.map
- Match - Interface in fr.revived.morpheus.game.api.match
- MatchAlreadyStartedException - Exception Class in fr.revived.morpheus.game.api.exception
- MatchAlreadyStartedException() - Constructor for exception class fr.revived.morpheus.game.api.exception.MatchAlreadyStartedException
- MatchBuilder - Interface in fr.revived.morpheus.game.api.match
- MatchContext - Interface in fr.revived.morpheus.game.api.context
- MatchContext - Interface in fr.revived.morpheus.game.api.match
- matches(Location) - Method in interface fr.revived.morpheus.game.api.map.MapBedLocation
- MatchEvent - Class in fr.revived.morpheus.game.api.event
-
Base class for events that are scoped to a specific
Match. - MatchEvent - Interface in fr.revived.morpheus.game.api.match
- MatchEvent(Match) - Constructor for class fr.revived.morpheus.game.api.event.MatchEvent
- MatchException - Exception Class in fr.revived.morpheus.game.api.exception
- MatchException - Exception Class in fr.revived.morpheus.game.api.match
- MatchException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.MatchException
- MatchException(String) - Constructor for exception class fr.revived.morpheus.game.api.match.MatchException
- MatchFilter - Interface in fr.revived.morpheus.game.api.match
- MatchFinder - Interface in fr.revived.morpheus.game.api.match
- MatchFormat - Interface in fr.revived.morpheus.game.api.match
- MatchFullException - Exception Class in fr.revived.morpheus.game.api.exception
- MatchFullException() - Constructor for exception class fr.revived.morpheus.game.api.exception.MatchFullException
- MatchLifecycle - Interface in fr.revived.morpheus.game.api.match
- MatchManager - Interface in fr.revived.morpheus.game.api.match
- MatchNotFoundException - Exception Class in fr.revived.morpheus.game.api.exception
- MatchNotFoundException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.MatchNotFoundException
- MatchPlayer - Interface in fr.revived.morpheus.game.api.match
- MatchProvider - Interface in fr.revived.morpheus.game.api.match
- MatchRegistry - Interface in fr.revived.morpheus.game.api.match
- MatchResult - Interface in fr.revived.morpheus.game.api.match
- MatchSettings - Interface in fr.revived.morpheus.game.api.match
- MatchState - Enum Class in fr.revived.morpheus.game.api.match
- MatchStatistics - Interface in fr.revived.morpheus.game.api.match
- MatchTimerExpiredEvent - Class in fr.revived.morpheus.game.api.event
- MatchTimerExpiredEvent(Match, long) - Constructor for class fr.revived.morpheus.game.api.event.MatchTimerExpiredEvent
- MEDIUM - Enum constant in enum class fr.revived.morpheus.game.api.map.MapSize
- MinPlayers - Annotation Interface in fr.revived.morpheus.game.api.annotation
- ModuleException - Exception Class in fr.revived.morpheus.game.api.exception
- ModuleException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.ModuleException
N
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Arena
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameCommand
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Kit
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Npc
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Objective
- name() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Phase
- name(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaBuilder
- name(String) - Method in interface fr.revived.morpheus.game.api.map.MapBuilder
- nextRound() - Method in class fr.revived.morpheus.game.api.game.RoundGame
- NO_BED - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
No bed to respawn from and naturally died.
- Npc - Annotation Interface in fr.revived.morpheus.game.api.annotation
O
- Objective - Annotation Interface in fr.revived.morpheus.game.api.annotation
- OBJECTIVE - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
- onCreate(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchLifecycle
- onDestroy(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchLifecycle
- onEnd(GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameLifecycle
- onEnd(GameContext, GameResult) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- onEnd(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchLifecycle
- onFire(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- onFire(TriggerContext) - Method in interface fr.revived.morpheus.game.api.trigger.GameTrigger
- onFire(TriggerContext) - Method in class fr.revived.morpheus.game.api.trigger.win.WinTrigger
- onLoad(GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameLifecycle
- onPrepare(GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameLifecycle
- onRoundEnd(GameContext, int) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- onStart(GameContext) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- onStart(GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameLifecycle
- onStart(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchLifecycle
- onStop(GameContext) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- onUnload(GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameLifecycle
- onWin(TriggerContext, WinCondition) - Method in class fr.revived.morpheus.game.api.trigger.win.BedWinTrigger
- onWin(TriggerContext, WinCondition) - Method in class fr.revived.morpheus.game.api.trigger.win.LastPlayerWinTrigger
- onWin(TriggerContext, WinCondition) - Method in class fr.revived.morpheus.game.api.trigger.win.LastTeamWinTrigger
- onWin(TriggerContext, WinCondition) - Method in class fr.revived.morpheus.game.api.trigger.win.TimeUpWinTrigger
- onWin(TriggerContext, WinCondition) - Method in class fr.revived.morpheus.game.api.trigger.win.WinTrigger
- ORANGE - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- order() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Phase
P
- period() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Task
- permission() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameCommand
- Permission - Annotation Interface in fr.revived.morpheus.game.api.annotation
- Phase - Annotation Interface in fr.revived.morpheus.game.api.annotation
- PINK - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- Placeholder - Annotation Interface in fr.revived.morpheus.game.api.annotation
- PLAYER_KILL - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Killed by another player.
- PlayerAlreadyInGameException - Exception Class in fr.revived.morpheus.game.api.exception
- PlayerAlreadyInGameException() - Constructor for exception class fr.revived.morpheus.game.api.exception.PlayerAlreadyInGameException
- PlayerContext - Interface in fr.revived.morpheus.game.api.context
- PlayerEliminatedEvent - Class in fr.revived.morpheus.game.api.event
-
Called when a player is eliminated from a match.
- PlayerEliminatedEvent(Match, GamePlayer, GamePlayer, PlayerEliminatedEvent.EliminationCause) - Constructor for class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent
- PlayerEliminatedEvent.EliminationCause - Enum Class in fr.revived.morpheus.game.api.event
-
The cause of a player elimination.
- PlayerException - Exception Class in fr.revived.morpheus.game.api.exception
- PlayerException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.PlayerException
- PlayerJoinMatchEvent - Class in fr.revived.morpheus.game.api.event
-
Fired when a player joins a match lobby.
- PlayerJoinMatchEvent(Match, BaseGame, GamePlayer) - Constructor for class fr.revived.morpheus.game.api.event.PlayerJoinMatchEvent
- PlayerLeaveMatchEvent - Class in fr.revived.morpheus.game.api.event
-
Fired when a player leaves a match (disconnect, /leave, elimination spectator exit, etc.).
- PlayerLeaveMatchEvent(Match, BaseGame, GamePlayer, PlayerLeaveMatchEvent.LeaveReason) - Constructor for class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent
- PlayerLeaveMatchEvent.LeaveReason - Enum Class in fr.revived.morpheus.game.api.event
-
Reason why the player left.
- PlayerManager - Interface in fr.revived.morpheus.game.api.player
- PlayerNotInGameException - Exception Class in fr.revived.morpheus.game.api.exception
- PlayerNotInGameException() - Constructor for exception class fr.revived.morpheus.game.api.exception.PlayerNotInGameException
- playerOnly() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameCommand
- PlayerRanking - Class in fr.revived.morpheus.game.api.statistics
- PlayerRanking.Builder - Class in fr.revived.morpheus.game.api.statistics
- PlayerRankingType - Enum Class in fr.revived.morpheus.game.api.statistics
- points(int) - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- POINTS - Enum constant in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
- position(int) - Method in class fr.revived.morpheus.game.api.statistics.PlayerRanking.Builder
- Profile - Annotation Interface in fr.revived.morpheus.game.api.annotation
- PURPLE - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- put(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaCache
R
- RANKED - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
- READY - Enum constant in enum class fr.revived.morpheus.game.api.map.MapState
- RED - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- register(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaRegistry
- register(Map) - Method in interface fr.revived.morpheus.game.api.map.MapRegistry
- register(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- register(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchRegistry
- register(GamePlayer) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- register(GameTeam) - Method in interface fr.revived.morpheus.game.api.team.TeamManager
- register(GameTrigger) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
- REGISTERED - Enum constant in enum class fr.revived.morpheus.game.api.map.MapState
- RegistrationException - Exception Class in fr.revived.morpheus.game.api.exception
- RegistrationException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.RegistrationException
- release() - Method in interface fr.revived.morpheus.game.api.arena.ArenaReservation
- release(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaManager
- release(ArenaInstance) - Method in interface fr.revived.morpheus.game.api.arena.ArenaPool
- remove(String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaCache
- remove(String) - Method in interface fr.revived.morpheus.game.api.match.MatchRegistry
- Requirement - Annotation Interface in fr.revived.morpheus.game.api.annotation
- reserve(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaManager
- RESERVED - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
- reset(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaResetStrategy
- RESETTING - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
- ROUND - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
- RoundGame - Class in fr.revived.morpheus.game.api.game
- RoundGame() - Constructor for class fr.revived.morpheus.game.api.game.RoundGame
- RUNNING - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaState
- RUNNING - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- RUNNING - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
S
- save(Map) - Method in interface fr.revived.morpheus.game.api.map.MapStorage
- SCORE - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- SCORE_LIMIT - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- Scoreboard - Annotation Interface in fr.revived.morpheus.game.api.annotation
- select(Collection<Arena>, MatchFormat) - Method in interface fr.revived.morpheus.game.api.arena.ArenaSelectionStrategy
- set(String, String) - Method in interface fr.revived.morpheus.game.api.arena.ArenaMetadata
- setBroadcastRanking(boolean) - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- setCancelled(boolean) - Method in class fr.revived.morpheus.game.api.event.BedDestroyedEvent
- setEnabled(boolean) - Method in class fr.revived.morpheus.game.api.trigger.AbstractGameTrigger
- setMaxRounds(int) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- setPlayerManager(PlayerManager) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- setRankingType(PlayerRankingType) - Method in class fr.revived.morpheus.game.api.event.GameStopEvent
- setRoundMode(boolean) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- setState(GameState) - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- setTeamManager(TeamManager) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- setTeamMode(boolean) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- Setting - Annotation Interface in fr.revived.morpheus.game.api.annotation
- settings(ArenaSettings) - Method in interface fr.revived.morpheus.game.api.arena.ArenaBuilder
- settings(MatchSettings) - Method in interface fr.revived.morpheus.game.api.match.MatchBuilder
- setTriggerManager(TriggerManager) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- SimpleWinCondition - Class in fr.revived.morpheus.game.api.trigger.win
- SimpleWinCondition.Builder - Class in fr.revived.morpheus.game.api.trigger.win
- size() - Method in interface fr.revived.morpheus.game.api.arena.ArenaPool
- SMALL - Enum constant in enum class fr.revived.morpheus.game.api.map.MapSize
- SOLO - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
- SoloGame - Class in fr.revived.morpheus.game.api.game
- SoloGame() - Constructor for class fr.revived.morpheus.game.api.game.SoloGame
- Spawn - Annotation Interface in fr.revived.morpheus.game.api.annotation
- start() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSession
- start() - Method in interface fr.revived.morpheus.game.api.match.Match
- start(GameContext) - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- start(GameContext) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- start(GameContext) - Method in interface fr.revived.morpheus.game.api.game.Game
- start(Game, GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameController
- start(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- STARTING - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- STARTING - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- STATIC - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaType
- STATIC - Enum constant in enum class fr.revived.morpheus.game.api.map.MapType
- stop() - Method in interface fr.revived.morpheus.game.api.arena.ArenaSession
- stop() - Method in interface fr.revived.morpheus.game.api.match.Match
- stop(GameContext) - Method in class fr.revived.morpheus.game.api.game.AbstractGame
- stop(GameContext) - Method in class fr.revived.morpheus.game.api.game.BaseGame
- stop(GameContext) - Method in interface fr.revived.morpheus.game.api.game.Game
- stop(Game, GameContext) - Method in interface fr.revived.morpheus.game.api.game.GameController
- stop(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- STOPPED - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- SURVIVAL - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
T
- Task - Annotation Interface in fr.revived.morpheus.game.api.annotation
- TEAM - Enum constant in enum class fr.revived.morpheus.game.api.game.GameType
- TEAM_ELIMINATION - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- TeamColor - Enum Class in fr.revived.morpheus.game.api.team
- TeamContext - Interface in fr.revived.morpheus.game.api.context
- TeamEliminatedEvent - Class in fr.revived.morpheus.game.api.event
-
Called when a
GameTeamis fully eliminated from a match (all its members have been killed and it has no bed to respawn from). - TeamEliminatedEvent(Match, GameTeam, GamePlayer) - Constructor for class fr.revived.morpheus.game.api.event.TeamEliminatedEvent
- TeamException - Exception Class in fr.revived.morpheus.game.api.exception
- TeamException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.TeamException
- TeamFullException - Exception Class in fr.revived.morpheus.game.api.exception
- TeamFullException() - Constructor for exception class fr.revived.morpheus.game.api.exception.TeamFullException
- TeamGame - Class in fr.revived.morpheus.game.api.game
- TeamGame() - Constructor for class fr.revived.morpheus.game.api.game.TeamGame
- TeamManager - Interface in fr.revived.morpheus.game.api.team
- TeamNotFoundException - Exception Class in fr.revived.morpheus.game.api.exception
- TeamNotFoundException(String) - Constructor for exception class fr.revived.morpheus.game.api.exception.TeamNotFoundException
- TEMPLATE - Enum constant in enum class fr.revived.morpheus.game.api.arena.ArenaType
- TEMPLATE - Enum constant in enum class fr.revived.morpheus.game.api.map.MapType
- test(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaFilter
- test(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchFilter
- TIME_UP - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- TIME_UP - Enum constant in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
- TimeUpWinTrigger - Class in fr.revived.morpheus.game.api.trigger.win
- TimeUpWinTrigger(TeamManager) - Constructor for class fr.revived.morpheus.game.api.trigger.win.TimeUpWinTrigger
- Trigger - Annotation Interface in fr.revived.morpheus.game.api.annotation
- TriggerContext - Interface in fr.revived.morpheus.game.api.trigger
- TriggerManager - Interface in fr.revived.morpheus.game.api.trigger
- TriggerRegistry - Interface in fr.revived.morpheus.game.api.trigger
- TriggerType - Enum Class in fr.revived.morpheus.game.api.trigger
- type() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- type(ArenaType) - Method in interface fr.revived.morpheus.game.api.arena.ArenaBuilder
- type(MapType) - Method in interface fr.revived.morpheus.game.api.map.MapBuilder
U
- unload(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLifecycle
- unload(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaLoader
- unload(Game) - Method in interface fr.revived.morpheus.game.api.game.GameController
- unload(Map) - Method in interface fr.revived.morpheus.game.api.map.MapLoader
- unload(Map) - Method in interface fr.revived.morpheus.game.api.map.MapManager
- unregister(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaRegistry
- unregister(Match) - Method in interface fr.revived.morpheus.game.api.match.MatchManager
- unregister(GamePlayer) - Method in interface fr.revived.morpheus.game.api.player.PlayerManager
- unregister(String) - Method in interface fr.revived.morpheus.game.api.map.MapRegistry
- unregister(String) - Method in interface fr.revived.morpheus.game.api.trigger.TriggerRegistry
V
- validate(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaRule
- validate(Arena) - Method in interface fr.revived.morpheus.game.api.arena.ArenaValidator
- validate(Map) - Method in interface fr.revived.morpheus.game.api.map.MapValidator
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Condition
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameMode
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.GameModule
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Map
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.MinPlayers
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Permission
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Placeholder
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Profile
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Requirement
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Setting
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Spawn
- value() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Trigger
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.arena.ArenaState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.arena.ArenaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent.LeaveReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.game.GameState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.game.GameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.map.MapSize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.map.MapState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.map.MapType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.match.MatchState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.team.TeamColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.trigger.TriggerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
-
Returns the enum constant of this class with the specified name.
- values() - Method in interface fr.revived.morpheus.game.api.arena.ArenaCache
- values() - Static method in enum class fr.revived.morpheus.game.api.arena.ArenaState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.arena.ArenaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent.LeaveReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.game.GameState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.game.GameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface fr.revived.morpheus.game.api.map.MapRegistry
- values() - Static method in enum class fr.revived.morpheus.game.api.map.MapSize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.map.MapState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.map.MapType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface fr.revived.morpheus.game.api.match.MatchRegistry
- values() - Static method in enum class fr.revived.morpheus.game.api.match.MatchState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.statistics.PlayerRankingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.team.TeamColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.trigger.TriggerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class fr.revived.morpheus.game.api.trigger.win.WinReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version() - Element in annotation interface fr.revived.morpheus.game.api.annotation.Game
- version(MapVersion) - Method in interface fr.revived.morpheus.game.api.map.MapBuilder
- VOID - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerEliminatedEvent.EliminationCause
-
Fell into the void.
- VOLUNTARY - Enum constant in enum class fr.revived.morpheus.game.api.event.PlayerLeaveMatchEvent.LeaveReason
-
Used /leave or clicked the leave item.
W
- WAITING - Enum constant in enum class fr.revived.morpheus.game.api.game.GameState
- WAITING - Enum constant in enum class fr.revived.morpheus.game.api.match.MatchState
- WHITE - Enum constant in enum class fr.revived.morpheus.game.api.team.TeamColor
- WIN - Enum constant in enum class fr.revived.morpheus.game.api.trigger.TriggerType
- WinCondition - Interface in fr.revived.morpheus.game.api.trigger.win
- Winner - Annotation Interface in fr.revived.morpheus.game.api.annotation
- winnerPlayer(GamePlayer) - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition.Builder
- winnerTeam(GameTeam) - Method in class fr.revived.morpheus.game.api.trigger.win.SimpleWinCondition.Builder
- WinReason - Enum Class in fr.revived.morpheus.game.api.trigger.win
- WinTrigger - Class in fr.revived.morpheus.game.api.trigger.win
- WinTrigger(String, WinReason) - Constructor for class fr.revived.morpheus.game.api.trigger.win.WinTrigger
Y
A B C D E F G H I K L M N O P R S T U V W YAll Classes and Interfaces|All Packages|Serialized Form