Applied-Energistics-2-tiler.../recipes/handlers/IWebsiteSeralizer.java

10 lines
164 B
Java
Raw Normal View History

2014-03-05 20:34:56 +01:00
package appeng.recipes.handlers;
import appeng.recipes.RecipeHandler;
public interface IWebsiteSeralizer {
String getPattern( RecipeHandler han );
}