Class CommandRemoverComponent
- java.lang.Object
-
- pro.gravit.launchserver.components.Component
-
- pro.gravit.launchserver.components.CommandRemoverComponent
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class CommandRemoverComponent extends Component implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,pro.gravit.utils.command.Command>commandsListjava.lang.String[]removeList
-
Constructor Summary
Constructors Constructor Description CommandRemoverComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidinit(LaunchServer launchServer)voidpostInit(LaunchServer launchServer)voidpreInit(LaunchServer launchServer)-
Methods inherited from class pro.gravit.launchserver.components.Component
registerComponents
-
-
-
-
Method Detail
-
preInit
public void preInit(LaunchServer launchServer)
-
init
public void init(LaunchServer launchServer)
-
postInit
public void postInit(LaunchServer launchServer)
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-