Package net.okocraft.box.api.feature
Interface Reloadable
public interface Reloadable
an interface to indicate that it is reloadable.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reload
(FeatureContext.Reloading context) Reloads theBoxFeature
.
-
Method Details
-
reload
Reloads theBoxFeature
.- Parameters:
context
- theFeatureContext.Reloading
context- Throws:
Throwable
- if an exception occurred while reloading
-