Resolved some unchecked Types
This commit is contained in:
@@ -51,7 +51,7 @@ public class IngredientSet implements IIngredient
|
||||
if ( isInside )
|
||||
return new ItemStack[0];
|
||||
|
||||
List<ItemStack> out = new LinkedList();
|
||||
List<ItemStack> out = new LinkedList<ItemStack>();
|
||||
out.addAll( items );
|
||||
|
||||
if ( out.size() == 0 )
|
||||
|
||||
Reference in New Issue
Block a user