Class MmcAdvancementTab

java.lang.Object
fr.multimc.api.spigot.common.advancements.MmcAdvancementTab
All Implemented Interfaces:
org.bukkit.event.Listener

public class MmcAdvancementTab extends Object implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
    MmcAdvancementTab(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull com.fren_gor.ultimateAdvancementAPI.UltimateAdvancementAPI api, @NotNull String key, @NotNull com.fren_gor.ultimateAdvancementAPI.advancement.display.AdvancementDisplay rootDisplay, @NotNull AdvancementProperty... properties)
    Creates a new MmcAdvancementTab instance with the specified key and root AdvancementDisplay, with a default background Material of Material.STONE.
    MmcAdvancementTab(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull com.fren_gor.ultimateAdvancementAPI.UltimateAdvancementAPI api, @NotNull String key, @NotNull org.bukkit.Material background, @NotNull com.fren_gor.ultimateAdvancementAPI.advancement.display.AdvancementDisplay rootDisplay, @NotNull AdvancementProperty... properties)
    Creates a new MmcAdvancementTab instance with the specified key, background material and root display.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAdvancement(@NotNull AbstractAdvancement... advancements)
    Adds BaseAdvancement to the AdvancementTab.
     
    com.fren_gor.ultimateAdvancementAPI.AdvancementTab
     
    com.fren_gor.ultimateAdvancementAPI.advancement.RootAdvancement
     
    void
    onPlayerJoin(@NotNull com.fren_gor.ultimateAdvancementAPI.events.PlayerLoadingCompletedEvent e)
     
    void
    Registers the AdvancementTab.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MmcAdvancementTab

      public MmcAdvancementTab(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull com.fren_gor.ultimateAdvancementAPI.UltimateAdvancementAPI api, @NotNull @NotNull String key, @NotNull @NotNull org.bukkit.Material background, @NotNull @NotNull com.fren_gor.ultimateAdvancementAPI.advancement.display.AdvancementDisplay rootDisplay, @NotNull @NotNull AdvancementProperty... properties)
      Creates a new MmcAdvancementTab instance with the specified key, background material and root display.
      Parameters:
      api - the UltimateAdvancementAPI instance
      key - the key of AdvancementTab
      background - the background Material of the AdvancementTab
      rootDisplay - the root AdvancementDisplay of the AdvancementTab
      Throws:
      IllegalArgumentException - if the key is invalid
    • MmcAdvancementTab

      public MmcAdvancementTab(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull com.fren_gor.ultimateAdvancementAPI.UltimateAdvancementAPI api, @NotNull @NotNull String key, @NotNull @NotNull com.fren_gor.ultimateAdvancementAPI.advancement.display.AdvancementDisplay rootDisplay, @NotNull @NotNull AdvancementProperty... properties)
      Creates a new MmcAdvancementTab instance with the specified key and root AdvancementDisplay, with a default background Material of Material.STONE.
      Parameters:
      api - the UltimateAdvancementAPI instance
      key - the key of the AdvancementTab
      rootDisplay - the root AdvancementDisplay of the AdvancementTab
  • Method Details

    • addAdvancement

      public void addAdvancement(@NotNull @NotNull AbstractAdvancement... advancements)
      Adds BaseAdvancement to the AdvancementTab.
      Parameters:
      advancements - the BaseAdvancement to be added
      Throws:
      IllegalStateException - if the AdvancementTab has already been registered
    • register

      public void register()
      Registers the AdvancementTab.
      Throws:
      IllegalStateException - if the AdvancementTab has already been registered
    • onPlayerJoin

      public void onPlayerJoin(@NotNull @NotNull com.fren_gor.ultimateAdvancementAPI.events.PlayerLoadingCompletedEvent e)
    • getAdvancementTab

      public com.fren_gor.ultimateAdvancementAPI.AdvancementTab getAdvancementTab()
    • getRootAdvancement

      public com.fren_gor.ultimateAdvancementAPI.advancement.RootAdvancement getRootAdvancement()
    • getAdvancements

      public Set<AbstractAdvancement> getAdvancements()