reformatted all src files (#141)
This commit is contained in:
@@ -22,8 +22,7 @@ package appeng.helpers;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
|
||||
public interface IMouseWheelItem
|
||||
{
|
||||
public interface IMouseWheelItem {
|
||||
|
||||
void onWheel( ItemStack is, boolean up );
|
||||
void onWheel(ItemStack is, boolean up);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user