chat channel: use fc max size from container
This commit is contained in:
@@ -33,6 +33,13 @@ public interface NameableContainer<T extends Nameable>
|
||||
*/
|
||||
int getCount();
|
||||
|
||||
/**
|
||||
* Get the maximum size of the container.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getSize();
|
||||
|
||||
/**
|
||||
* Get the members in this container
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user