reload

@NotNull
open fun reload(): @NotNull BetterModelPlugin.ReloadResult

Reloads the plugin with default settings (console sender).

Return

the result of the reload operation

Since

1.15.2


@NotNull
open fun reload(@NotNull sender: @NotNull CommandSender): @NotNull BetterModelPlugin.ReloadResult

Reloads the plugin, specifying the command sender who initiated it.

Return

the result of the reload operation

Since

1.15.2

Parameters

sender

the command sender


@NotNull
abstract fun reload(@NotNull info: @NotNull ReloadInfo): @NotNull BetterModelPlugin.ReloadResult

Reloads the plugin with specific reload information.

Return

the result of the reload operation

Since

1.15.2

Parameters

info

the reload configuration