BetterModel
Toggle table of contents
1.11.2-SNAPSHOT-315
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.config
/
DebugConfig
Debug
Config
class
DebugConfig
:
Record
Debug config
Parameters
options
options
Members
Constructors
Debug
Config
Link copied to clipboard
constructor
(
)
Types
Debug
Option
Link copied to clipboard
enum
DebugOption
Debug option
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
DebugConfig
Default config
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
from
Link copied to clipboard
@
NotNull
open
fun
from
(
@
NotNull
section
:
@
NotNull
ConfigurationSection
)
:
@
NotNull
DebugConfig
Creates config from YAML
has
Link copied to clipboard
open
fun
has
(
@
NotNull
option
:
@
NotNull
DebugConfig.DebugOption
)
:
Boolean
Checks this config has this option
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String