Unnecessary modifier in interfaces

This commit is contained in:
thatsIch
2015-03-26 11:03:30 +01:00
parent 6aeca93b85
commit 14df50dbf3
32 changed files with 113 additions and 98 deletions
@@ -23,6 +23,6 @@ import net.minecraft.item.ItemStack;
public interface IInventoryDestination
{
public boolean canInsert(ItemStack stack);
boolean canInsert( ItemStack stack );
}