DebugConfig

Debug config

Parameters

options

options

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Debug option

Properties

Link copied to clipboard
Default config

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(@NotNull section: @NotNull ConfigurationSection): @NotNull DebugConfig
Creates config from YAML
Link copied to clipboard
open fun has(@NotNull option: @NotNull DebugConfig.DebugOption): Boolean
Checks this config has this option
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String