public abstract class ChannelBase extends Wrapper
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelBase(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBannerGraphicsUrl() |
ChannelBannerMode |
getBannerMode() |
Codec |
getCodec() |
int |
getCodecQuality() |
long |
getIconId() |
abstract int |
getId() |
int |
getMaxClients() |
int |
getMaxFamilyClients() |
String |
getName() |
int |
getNeededTalkPower() |
int |
getOrder() |
int |
getParentChannelId() |
int |
getSecondsEmpty() |
String |
getTopic() |
boolean |
hasPassword() |
boolean |
isDefault() |
abstract boolean |
isFamilyEmpty() |
boolean |
isPermanent() |
boolean |
isSemiPermanent() |
protected ChannelBase(Map<String,String> map)
public abstract int getId()
public int getParentChannelId()
public int getOrder()
public boolean isDefault()
public boolean hasPassword()
public boolean isPermanent()
public boolean isSemiPermanent()
public ChannelBannerMode getBannerMode()
public String getBannerGraphicsUrl()
public int getCodecQuality()
public int getNeededTalkPower()
public long getIconId()
public int getMaxClients()
public int getMaxFamilyClients()
public int getSecondsEmpty()
public abstract boolean isFamilyEmpty()
true, if the channel and all child channels are empty, false otherwise.Released under the MIT license.