|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coded | |
---|---|
net.sf.juoserver.model | |
net.sf.juoserver.protocol |
Uses of Coded in net.sf.juoserver.model |
---|
Classes in net.sf.juoserver.model that implement Coded | |
---|---|
class |
CharacterStatus
|
class |
Clilocs
|
class |
Direction
|
class |
Layer
|
class |
MessageType
|
class |
Notoriety
|
class |
RaceFlag
|
class |
SexRace
|
class |
SkillLockFlag
|
class |
Skills
Default skill set. |
class |
StatusFlag
|
Methods in net.sf.juoserver.model with type parameters of type Coded | ||
---|---|---|
static
|
EnumUtils.byCode(int code,
Class<T> clazz)
Retrieves the enum constant belonging to the specified enum class ( clazz ) and identified by the provided
integer code through the Coded interface. |
Constructors in net.sf.juoserver.model with parameters of type Coded | |
---|---|
Skill(Coded skillCode,
int value,
int unmodifiedValue,
int cap,
SkillLockFlag lockFlag)
|
Uses of Coded in net.sf.juoserver.protocol |
---|
Classes in net.sf.juoserver.protocol with type parameters of type Coded | |
---|---|
class |
Subcommand<T extends AbstractMessage,S extends Coded>
|
Classes in net.sf.juoserver.protocol that implement Coded | |
---|---|
static class |
GeneralInformation.SubcommandType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |