toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.ast.gl
/
GlRegistry
Gl
Registry
data
class
GlRegistry
(
val
enums
:
ImmutableSetMultimap
<
Long
,
GlEnum
>
,
val
commands
:
Map
<
String
,
GlCommand
>
)
Members
Constructors
Gl
Registry
Link copied to clipboard
constructor
(
enums
:
ImmutableSetMultimap
<
Long
,
GlEnum
>
,
commands
:
Map
<
String
,
GlCommand
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
commands
Link copied to clipboard
val
commands
:
Map
<
String
,
GlCommand
>
enums
Link copied to clipboard
val
enums
:
ImmutableSetMultimap
<
Long
,
GlEnum
>