Class InfoComponent
java.lang.Object
com.zachsthings.libcomponents.AbstractComponent
com.zachsthings.libcomponents.bukkit.BukkitComponent
com.sk89q.commandbook.component.info.InfoComponent
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class InfoComponent
extends com.zachsthings.libcomponents.bukkit.BukkitComponent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInfoComponent.Commandsstatic classInfoComponent.PlayerWhoisEvent -
Field Summary
-
Constructor Summary
Constructors Constructor Description InfoComponent() -
Method Summary
Modifier and Type Method Description voidenable()Methods inherited from class com.zachsthings.libcomponents.bukkit.BukkitComponent
disable, getCommands, onCommand, registerCommands, setUp, unregisterCommands
-
Constructor Details
-
InfoComponent
public InfoComponent()
-
-
Method Details
-
enable
public void enable()- Specified by:
enablein classcom.zachsthings.libcomponents.AbstractComponent
-