pick 97420a31d The big reformat of 2020
This commit is contained in:
@@ -18,12 +18,9 @@
|
||||
|
||||
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