ReloadInfo

Represents the context for a platform reload operation.

This record holds information about who initiated the reload and whether certain parts of the reload should be skipped.

Since

1.15.2

Parameters

skipConfig

whether to skip reloading the main configuration file

sender

the command sender who initiated the reload

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
The default reload info, representing a standard reload initiated from the console.

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String