1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.config
/
SystemsAPIConfig
Systems
APIConfig
class
SystemsAPIConfig
:
ConfigWrapper
<
SystemsAPIConfigModel
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
base
Click
Delay
Link copied to clipboard
var
baseClickDelay
:
Long
menu
Item
Loaded
Timeout
Link copied to clipboard
var
menuItemLoadedTimeout
:
Long
menu
Item
Timeout
Link copied to clipboard
var
menuItemTimeout
:
Long
menu
Timeout
Link copied to clipboard
var
menuTimeout
:
Long
previous
Input
Timeout
Link copied to clipboard
var
previousInputTimeout
:
Long
Functions
all
Options
Link copied to clipboard
open
fun
allOptions
(
)
:
Map
<
Option.Key
?
,
Option
<
*
>
?
>
?
field
For
Key
Link copied to clipboard
@
Nullable
open
fun
fieldForKey
(
key
:
Option.Key
?
)
:
@
Nullable
Field
?
file
Location
Link copied to clipboard
open
fun
fileLocation
(
)
:
Path
?
for
Each
Option
Link copied to clipboard
open
fun
forEachOption
(
action
:
Consumer
<
Option
<
*
>
?
>
?
)
load
Link copied to clipboard
open
fun
load
(
)
name
Link copied to clipboard
open
fun
name
(
)
:
String
?
option
For
Key
Link copied to clipboard
@
Nullable
open
fun
<
T
:
Any
?
>
optionForKey
(
key
:
Option.Key
?
)
:
@
Nullable
Option
<
T
?
>
?
save
Link copied to clipboard
open
fun
save
(
)