Class JingleNoteComponent

java.lang.Object
com.zachsthings.libcomponents.AbstractComponent
com.zachsthings.libcomponents.bukkit.BukkitComponent
com.sk89q.commandbook.component.jinglenote.JingleNoteComponent
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.event.Listener

public class JingleNoteComponent
extends com.zachsthings.libcomponents.bukkit.BukkitComponent
implements org.bukkit.event.Listener
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    class  JingleNoteComponent.Commands  
  • Field Summary

    Fields inherited from class com.zachsthings.libcomponents.bukkit.BukkitComponent

    commands
  • Constructor Summary

    Constructors 
    Constructor Description
    JingleNoteComponent()  
  • Method Summary

    Modifier and Type Method Description
    void disable()  
    void enable()  
    JingleNoteManager getJingleNoteManager()
    Get the jingle note manager.
    void onJoin​(org.bukkit.event.player.PlayerJoinEvent event)  
    void onQuit​(org.bukkit.event.player.PlayerQuitEvent event)  

    Methods inherited from class com.zachsthings.libcomponents.bukkit.BukkitComponent

    getCommands, onCommand, registerCommands, setUp, unregisterCommands

    Methods inherited from class com.zachsthings.libcomponents.AbstractComponent

    configure, getComponentLoader, getInformation, getRawConfiguration, isEnabled, reload, saveConfig, saveConfig, setUp

    Methods inherited from class java.lang.Object

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

  • Method Details

    • enable

      public void enable()
      Specified by:
      enable in class com.zachsthings.libcomponents.AbstractComponent
    • disable

      public void disable()
      Overrides:
      disable in class com.zachsthings.libcomponents.bukkit.BukkitComponent
    • getJingleNoteManager

      public JingleNoteManager getJingleNoteManager()
      Get the jingle note manager.
      Returns:
    • onJoin

      public void onJoin​(org.bukkit.event.player.PlayerJoinEvent event)
    • onQuit

      public void onQuit​(org.bukkit.event.player.PlayerQuitEvent event)