Package kr.toxicity.command
Interface ReloadState
- All Known Implementing Classes:
ReloadState.Failure,ReloadState.OnReload,ReloadState.Success
public sealed interface ReloadState
permits ReloadState.OnReload, ReloadState.Success, ReloadState.Failure
A state of reload
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordReload failurestatic final classStill on reloadstatic final recordReload success -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReloadState.OnReloadSingleton instance of OnReload
-
Field Details
-
ON_RELOAD
Singleton instance of OnReload
-