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