Class MmcAdvancementTab
java.lang.Object
fr.multimc.api.spigot.common.advancements.MmcAdvancementTab
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionMmcAdvancementTab
(@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 newMmcAdvancementTab
instance with the specified key and rootAdvancementDisplay
, with a default backgroundMaterial
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 TypeMethodDescriptionvoid
addAdvancement
(@NotNull AbstractAdvancement... advancements) AddsBaseAdvancement
to theAdvancementTab
.com.fren_gor.ultimateAdvancementAPI.AdvancementTab
com.fren_gor.ultimateAdvancementAPI.advancement.RootAdvancement
void
onPlayerJoin
(@NotNull com.fren_gor.ultimateAdvancementAPI.events.PlayerLoadingCompletedEvent e) void
register()
Registers theAdvancementTab
.
-
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
- theUltimateAdvancementAPI
instancekey
- the key ofAdvancementTab
background
- the backgroundMaterial
of theAdvancementTab
rootDisplay
- the rootAdvancementDisplay
of theAdvancementTab
- 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 newMmcAdvancementTab
instance with the specified key and rootAdvancementDisplay
, with a default backgroundMaterial
of Material.STONE.- Parameters:
api
- theUltimateAdvancementAPI
instancekey
- the key of theAdvancementTab
rootDisplay
- the rootAdvancementDisplay
of theAdvancementTab
-
-
Method Details
-
addAdvancement
AddsBaseAdvancement
to theAdvancementTab
.- Parameters:
advancements
- theBaseAdvancement
to be added- Throws:
IllegalStateException
- if theAdvancementTab
has already been registered
-
register
public void register()Registers theAdvancementTab
.- Throws:
IllegalStateException
- if theAdvancementTab
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
-