Index

A B C D E F G H I J L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

O

onAdvancementProgressionUpdate(AdvancementProgressionUpdateEvent) - Method in class fr.multimc.api.spigot.common.advancements.AbstractAdvancement
 
onAsyncChat(AsyncChatEvent) - Method in class fr.multimc.api.spigot.sample.spigot.instances.InstanceSampleCode
 
onAsyncChatEvent(AsyncChatEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onBlockBreak(BlockBreakEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onBlockBreak(BlockBreakEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onBlockPlaced(BlockPlaceEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onClicked(AbstractGui, MmcPlayer) - Method in class fr.multimc.api.spigot.common.gui.components.AbstractComponent
Called when the AbstractComponent is clicked in the GUI.
onClicked(AbstractGui, MmcPlayer) - Method in class fr.multimc.api.spigot.common.gui.components.LinkedComponent
 
onClicked(AbstractGui, MmcPlayer) - Method in class fr.multimc.api.spigot.sample.spigot.gui.basic.ExitComponent
 
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.executors.DebugCommand
Executes the "debug" command when called.
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.executors.PushScoresCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.executors.RelativeToCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.executors.StartCommand
Executes the "start" command when called.
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.executors.StopCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.sample.spigot.gui.GuiSampleCode
 
onDisable() - Method in class fr.multimc.api.bungee.ProxyApi
 
onDisable() - Method in class fr.multimc.api.spigot.ServerApi
 
ONE_ROW - Enum constant in enum class fr.multimc.api.spigot.common.gui.enums.GuiSize
 
onEnable() - Method in class fr.multimc.api.bungee.ProxyApi
 
onEnable() - Method in class fr.multimc.api.spigot.ServerApi
 
onEntityDamaged(EntityDamageEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onEntityDamaged(EntityDamageEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onEntityDamageEntity(EntityDamageByEntityEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onEntityEnter(EntityMoveEvent) - Method in class fr.multimc.api.spigot.common.worlds.locations.zones.effects.ZoneEffect
Applies the effects to the entity when they enter the zone.
onEntityEnter(EntityMoveEvent) - Method in interface fr.multimc.api.spigot.common.worlds.locations.zones.enums.ZoneListener
 
onEntityExit(EntityMoveEvent) - Method in class fr.multimc.api.spigot.common.worlds.locations.zones.effects.ZoneEffect
Removes the effects from the entity when they exit the zone.
onEntityExit(EntityMoveEvent) - Method in interface fr.multimc.api.spigot.common.worlds.locations.zones.enums.ZoneListener
 
onFoodLevelChange(FoodLevelChangeEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onInventoryClick(int, MmcPlayer) - Method in class fr.multimc.api.spigot.common.gui.gui.AbstractGui
 
onInventoryClick(int, MmcPlayer) - Method in class fr.multimc.api.spigot.common.gui.gui.LinkedGui
 
onInventoryClick(int, MmcPlayer) - Method in class fr.multimc.api.spigot.sample.spigot.gui.basic.SampleGui
 
onInventoryClick(InventoryClickEvent) - Method in class fr.multimc.api.spigot.common.gui.gui.AbstractGui
Handles clicks on items in the GUI.
onLoad() - Method in class fr.multimc.api.bungee.ProxyApi
 
onLoad() - Method in class fr.multimc.api.spigot.ServerApi
 
ONLY_TEAM - Enum constant in enum class fr.multimc.api.spigot.games.enums.GameType
 
onPlayerDisconnect(MmcPlayer) - Method in class fr.multimc.api.spigot.games.GameInstance
Called when a player disconnect from the server
onPlayerEnter(PlayerMoveEvent) - Method in class fr.multimc.api.spigot.common.worlds.locations.zones.effects.ZoneEffect
Applies the effects to the player when they enter the zone.
onPlayerEnter(PlayerMoveEvent) - Method in interface fr.multimc.api.spigot.common.worlds.locations.zones.enums.ZoneListener
 
onPlayerExit(PlayerMoveEvent) - Method in class fr.multimc.api.spigot.common.worlds.locations.zones.effects.ZoneEffect
Removes the effects from the player when they exit the zone.
onPlayerExit(PlayerMoveEvent) - Method in interface fr.multimc.api.spigot.common.worlds.locations.zones.enums.ZoneListener
 
onPlayerGetItem(PlayerAttemptPickupItemEvent) - Method in class fr.multimc.api.spigot.sample.spigot.advancements.advancement.GetItemAdvancement
 
onPlayerJoin(PlayerLoadingCompletedEvent) - Method in class fr.multimc.api.spigot.common.advancements.AbstractAdvancement
 
onPlayerJoin(PlayerLoadingCompletedEvent) - Method in class fr.multimc.api.spigot.common.advancements.MmcAdvancementTab
 
onPlayerJoin(PlayerJoinEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onPlayerJoin(PlayerJoinEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onPlayerJoin(PlayerJoinEvent) - Method in class fr.multimc.api.spigot.sample.spigot.messages.MessageSampleCode
 
onPlayerMove(PlayerMoveEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
Event call when a player move on the server Only used to freeze the player if: - The player is in the game world - The GamesManager is not started - The player is not a spectator
onPlayerPortal(PlayerPortalEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onPlayerQuit(PlayerQuitEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onPlayerReconnect(MmcPlayer) - Method in class fr.multimc.api.spigot.games.GameInstance
Called to reconnect a disconnected player
onPlayerTeleport(PlayerTeleportEvent) - Method in class fr.multimc.api.spigot.common.worlds.MmcWorld
 
onSpectatorJoin(MmcPlayer) - Method in class fr.multimc.api.spigot.games.GameInstance
Called when a spectator spectate this game
onSpectatorLeave(MmcPlayer) - Method in class fr.multimc.api.spigot.games.GameInstance
Called when a spectator stop spectating this game
onSpectatorTeleport(PlayerTeleportEvent) - Method in class fr.multimc.api.spigot.games.events.GamesManagerEvents
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class fr.multimc.api.spigot.common.commands.completers.StartTabCompleter
 
openInventory(MmcPlayer) - Method in class fr.multimc.api.spigot.common.gui.gui.AbstractGui
Opens the GUI for a player.
openInventory(Inventory) - Method in class fr.multimc.api.spigot.common.entities.player.MmcPlayer
 
ownerId() - Method in record class fr.multimc.api.commons.data.sources.rest.models.TeamModel
Returns the value of the ownerId record component.
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values