public abstract class ChannelBase extends Wrapper
Constructor and Description |
---|
ChannelBase(Map<String,String> map) |
Modifier and Type | Method and Description |
---|---|
Codec |
getCodec() |
int |
getCodecQuality() |
long |
getIconId() |
abstract int |
getId() |
int |
getMaxClients() |
int |
getMaxFamilyClients() |
String |
getName() |
int |
getNeededTalkPower() |
int |
getOrder() |
int |
getParentChannelId() |
String |
getTopic() |
boolean |
hasPassword() |
boolean |
isDefault() |
boolean |
isPermanent() |
boolean |
isSemiPermanent() |
public 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 int getCodecQuality()
public int getNeededTalkPower()
public long getIconId()
public int getMaxClients()
public int getMaxFamilyClients()
Copyright © 2015. All rights reserved.