reload

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

Reloads the platform with default settings (console sender).

Return

the result of the reload operation

Since

2.0.0


@NotNull
open fun reload(@NotNull sender: @NotNull Audience): @NotNull BetterModelPlatform.ReloadResult

Reloads the platform, 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 BetterModelPlatform.ReloadResult

Reloads the platform with specific reload information.

Return

the result of the reload operation

Since

1.15.2

Parameters

info

the reload configuration