Uses of Interface
com.ghostchu.simplereloadlib.Reloadable
-
-
Uses of Reloadable in com.ghostchu.simplereloadlib
Methods in com.ghostchu.simplereloadlib with parameters of type Reloadable Modifier and Type Method Description voidReloadManager. register(@NotNull Reloadable reloadable)Register a reloadable module into reloading registeryvoidReloadManager. unregister(@NotNull Reloadable reloadable)Unregister a reloadable module from reloading registryMethod parameters in com.ghostchu.simplereloadlib with type arguments of type Reloadable Modifier and Type Method Description @NotNull java.util.Map<ReloadableContainer,ReloadResult>ReloadManager. reload(@Nullable java.lang.Class<Reloadable> clazz)Reload all reloadable modules that equals specific classvoidReloadManager. unregister(@NotNull java.lang.Class<Reloadable> clazz)Unregister all reloadable modules that same with specific class from reloading registry
-