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

8 lines
130 B
Java

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