Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import appeng.api.util.IOrientable;
|
||||
|
||||
public interface IRB
|
||||
{
|
||||
|
||||
IOrientable getOrientable(TileEntity te);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user