Package forestry.api.core
Interface ISetupListener
public interface ISetupListener
An helper interface for every type that does something at the start of the setup or at the end.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCalled at the end of the setup after forestry has done all the setup stuff.default voidCalled at the start of the forestry setup after the registry events.
-
Method Details
-
onStartSetup
default void onStartSetup()Called at the start of the forestry setup after the registry events. -
onFinishSetup
default void onFinishSetup()Called at the end of the setup after forestry has done all the setup stuff.
-