Interface ICompatInitializer
- All Known Implementing Classes:
ModCompatBaublesInitializer
,ModCompatCuriosInitializer
public interface ICompatInitializer
A compat initializer.
This should contain all logic to initialize the compat,
and will only be loaded if the compat *can* be loaded,
so you can safely refer to third-party mod classes in this initializer.
-
Method Summary
-
Method Details
-
initialize
void initialize()
-