Class CoreExecutorManager
- java.lang.Object
-
- com.playernguyen.playernguyencore.manager.CoreManagerSet<CoreCommandExecutor>
-
- com.playernguyen.playernguyencore.command.CoreExecutorManager
-
- All Implemented Interfaces:
CoreManager<CoreCommandExecutor>
,java.lang.Iterable<CoreCommandExecutor>
public class CoreExecutorManager extends CoreManagerSet<CoreCommandExecutor>
-
-
Constructor Summary
Constructors Constructor Description CoreExecutorManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(CoreCommandExecutor item)
Add new item to the collection-
Methods inherited from class com.playernguyen.playernguyencore.manager.CoreManagerSet
collection, iterator, remove, stream
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.playernguyen.playernguyencore.manager.CoreManager
clear
-
-
-
-
Method Detail
-
add
public void add(CoreCommandExecutor item)
Description copied from interface:CoreManager
Add new item to the collection- Specified by:
add
in interfaceCoreManager<CoreCommandExecutor>
- Overrides:
add
in classCoreManagerSet<CoreCommandExecutor>
- Parameters:
item
- The item to add into collection
-
-