Class AdvancementTabEvent

java.lang.Object
net.minestom.server.event.Event
net.minestom.server.event.player.AdvancementTabEvent

public class AdvancementTabEvent
extends Event
Called when a Player opens the advancement screens or switch the tab and when he closes the screen.
  • Constructor Summary

    Constructors 
    Constructor Description
    AdvancementTabEvent​(Player player, AdvancementAction action, java.lang.String tabId)  
  • Method Summary

    Modifier and Type Method Description
    AdvancementAction getAction()
    Gets the action.
    Player getPlayer()
    Gets the Player responsible for the event.
    java.lang.String getTabId()
    Gets the tab id.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait