EnumType

class EnumType(id: Int) : ConfigType

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getInt(key: Int): Int
Link copied to clipboard
fun getString(key: Int): String
Link copied to clipboard
fun read(buf: ByteBuf)
open override fun read(buf: ByteBuf, code: Int)
Link copied to clipboard
open override fun write(buf: ByteBuf)