Organize imports
This commit is contained in:
@@ -25,6 +25,7 @@ import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraft.util.IIcon;
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
|
||||
import appeng.api.parts.IFacadePart;
|
||||
|
||||
public interface IBC
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
|
||||
import appeng.util.InventoryAdaptor;
|
||||
|
||||
public interface IBetterStorage
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.storage.IMEInventory;
|
||||
|
||||
public interface IDSU
|
||||
|
||||
@@ -20,9 +20,11 @@ package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayerMP;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import cpw.mods.fml.common.eventhandler.Event;
|
||||
|
||||
import appeng.api.parts.IPartHost;
|
||||
import appeng.parts.CableBusContainer;
|
||||
import cpw.mods.fml.common.eventhandler.Event;
|
||||
|
||||
public interface IFMP
|
||||
{
|
||||
|
||||
@@ -20,6 +20,7 @@ package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.storage.IMEInventory;
|
||||
|
||||
public interface IFZ
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.storage.IMEInventory;
|
||||
|
||||
public interface IGT
|
||||
|
||||
@@ -20,6 +20,7 @@ package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.parts.IPartHost;
|
||||
|
||||
public interface IImmibisMicroblocks
|
||||
|
||||
@@ -22,6 +22,7 @@ import java.util.List;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.storage.IMEInventory;
|
||||
|
||||
public interface ILP
|
||||
|
||||
@@ -20,6 +20,7 @@ package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
|
||||
import buildcraft.api.mj.IBatteryObject;
|
||||
|
||||
public interface IMJ6
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
|
||||
import appeng.api.util.IOrientable;
|
||||
|
||||
public interface IRB
|
||||
|
||||
@@ -19,9 +19,11 @@
|
||||
package appeng.integration.abstraction.helpers;
|
||||
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import appeng.transformer.annotations.integration.Method;
|
||||
|
||||
import buildcraft.api.power.PowerHandler.PowerReceiver;
|
||||
|
||||
import appeng.transformer.annotations.integration.Method;
|
||||
|
||||
public abstract class BaseMJPerdition
|
||||
{
|
||||
@Method(iname = "MJ5")
|
||||
|
||||
Reference in New Issue
Block a user