First iteration of making integrations typesafe
This commit is contained in:
@@ -21,12 +21,6 @@ package appeng.integration;
|
||||
|
||||
public abstract class BaseModule implements IIntegrationModule
|
||||
{
|
||||
|
||||
protected void testClassExistence( Class<?> clz )
|
||||
{
|
||||
clz.isInstance( this );
|
||||
}
|
||||
|
||||
@Override
|
||||
public abstract void init() throws Throwable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user