TheOneProbe integration (#2696)
Displayed information is equal to current the WAILA integration. Added a preInit stage to IIntegrationModule. Added a factory method to IntegrationType to avoid touching IntegrationNode for every new integration. Fixes #2650
This commit is contained in:
@@ -27,6 +27,10 @@ public interface IIntegrationModule
|
||||
return true;
|
||||
}
|
||||
|
||||
default void preInit() throws Throwable
|
||||
{
|
||||
}
|
||||
|
||||
default void init() throws Throwable
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user