forked from NeoFlock/NeoComputers
Readme
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package com.example.template;
|
||||
|
||||
|
||||
/**
|
||||
* This interface allows you to define platform specific code, and call it in
|
||||
*/
|
||||
|
||||
public interface ModPlatform {
|
||||
String getModloader();
|
||||
boolean isModLoaded(String modloader);
|
||||
|
||||
Reference in New Issue
Block a user