Package de.maxhenkel.voicechat.api
Interface Group
public interface Group
Groups can be created using
VoicechatServerApi.groupBuilder()
.-
Method Details
-
getName
String getName()- Returns:
- the visual name of the group
-
hasPassword
boolean hasPassword()- Returns:
- if the group has a password
-
getId
UUID getId()- Returns:
- the ID of the group
-
isPersistent
boolean isPersistent()- Returns:
- if the group is persistent
-
isHidden
boolean isHidden()- Returns:
- if the group is hidden in the group list UI
-
getType
Group.Type getType()- Returns:
- the group type
-