toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.cache.config.enum
/
EnumType
Enum
Type
class
EnumType
(
id
:
Int
)
:
ConfigType
Members
Constructors
Enum
Type
Link copied to clipboard
constructor
(
id
:
Int
)
Properties
default
Int
Link copied to clipboard
var
defaultInt
:
Int
default
String
Link copied to clipboard
var
defaultString
:
String
id
Link copied to clipboard
val
id
:
Int
key
Type
Link copied to clipboard
var
keyType
:
Char
value
Type
Link copied to clipboard
var
valueType
:
Char
Functions
get
Int
Link copied to clipboard
fun
getInt
(
key
:
Int
)
:
Int
get
String
Link copied to clipboard
fun
getString
(
key
:
Int
)
:
String
read
Link copied to clipboard
fun
read
(
buf
:
ByteBuf
)
open
override
fun
read
(
buf
:
ByteBuf
,
code
:
Int
)
write
Link copied to clipboard
open
override
fun
write
(
buf
:
ByteBuf
)