Applied-Energistics-2-tiler.../tile/inventory/InvOperation.java
2013-12-27 16:59:59 -06:00

7 lines
130 B
Java

package appeng.tile.inventory;
public enum InvOperation
{
decrStackSize, setInventorySlotContents, onInventoryChanged
}