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 Type
    Method
    Description
    default void
    Called at the end of the setup after forestry has done all the setup stuff.
    default void
    Called 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.