Use weaker collection types

This commit is contained in:
thatsIch
2015-05-09 00:04:44 +02:00
parent b8f22202d4
commit 16c0fbe3c1
18 changed files with 31 additions and 26 deletions
@@ -198,7 +198,7 @@ public class NEIAEShapelessRecipeHandler extends TemplateRecipeHandler
public class CachedShapelessRecipe extends TemplateRecipeHandler.CachedRecipe
{
public final ArrayList<PositionedStack> ingredients;
public final List<PositionedStack> ingredients;
public final PositionedStack result;
public CachedShapelessRecipe( ShapelessRecipe recipe )