Class ButtonLoadEvent

java.lang.Object
org.bukkit.event.Event
fr.maxlego08.menu.api.event.MenuEvent
fr.maxlego08.menu.api.event.events.ButtonLoadEvent

public class ButtonLoadEvent extends MenuEvent

Event called when a Button will be loaded

  • Constructor Details

    • ButtonLoadEvent

      public ButtonLoadEvent(org.bukkit.configuration.file.YamlConfiguration configuration, String path, ButtonManager buttonManager, ButtonLoader buttonLoader, Button button)
  • Method Details

    • getConfiguration

      public org.bukkit.configuration.file.YamlConfiguration getConfiguration()
    • getPath

      public String getPath()
    • getButtonManager

      public ButtonManager getButtonManager()
    • getButtonLoader

      public ButtonLoader getButtonLoader()
    • getButton

      public Button getButton()