Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import appeng.api.parts.IPartHost;
|
||||
|
||||
public interface IImmibisMicroblocks
|
||||
{
|
||||
|
||||
IPartHost getOrCreateHost(EntityPlayer player, int side, TileEntity te);
|
||||
|
||||
/**
|
||||
* @param te
|
||||
* @return true if this worked..
|
||||
*/
|
||||
boolean leaveParts(TileEntity te);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user