package openmods.network.rpc; public interface IRpcTargetProvider { public IRpcTarget createRpcTarget(); }