Applied-Energistics-2-tiler.../container/ContainerOpenContext.java
AlgorithmX2 0f75db5e80 Pretty much all of security minus the gui.
and all the stuff I did that i forgot to comment.
2014-01-26 22:00:36 -06:00

14 lines
218 B
Java

package appeng.container;
import net.minecraft.world.World;
import net.minecraftforge.common.ForgeDirection;
public class ContainerOpenContext
{
public World w;
public int x, y, z;
public ForgeDirection side;
}